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