mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-05 03:43:40 +00:00
Add BaseCommandBlock::getCommand
This commit is contained in:
parent
f409348f4d
commit
bc26dccc70
@ -10,7 +10,11 @@
|
|||||||
class BaseCommandBlock {
|
class BaseCommandBlock {
|
||||||
|
|
||||||
#define AFTER_EXTRA
|
#define AFTER_EXTRA
|
||||||
|
public:
|
||||||
|
inline std::string const & getCommand() const{
|
||||||
|
//BaseCommandBlock::_setCommand a4 is Command;
|
||||||
|
return dAccess<std::string>(this,56);
|
||||||
|
};
|
||||||
#undef AFTER_EXTRA
|
#undef AFTER_EXTRA
|
||||||
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_BASECOMMANDBLOCK
|
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_BASECOMMANDBLOCK
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user