28 ::ll::TypedStorage<8, 192, ::BaseCommandBlock> mBaseCB;
29 ::ll::TypedStorage<1, 1, bool> mPowered;
30 ::ll::TypedStorage<1, 1, bool> mConditionMet;
31 ::ll::TypedStorage<1, 1, bool> mRedstoneMode;
32 ::ll::TypedStorage<1, 1, bool> mLastPerformedConditionalMode;
33 ::ll::TypedStorage<1, 1, bool> mLastPerformedRedstoneMode;
34 ::ll::TypedStorage<1, 1, bool> mExecuteFirstTickOnPlace;
35 ::ll::TypedStorage<2, 2, ::CommandBlockMode> mLastPerformedCBMode;
68 virtual ::Bedrock::Safety::RedactableString
const& getCustomName()
const ;
74 virtual ::std::unique_ptr<::BlockActorDataPacket> _getUpdatePacket(
::BlockSource& region) ;
80 virtual bool _playerCanUpdate(
::Player const& player)
const ;
91 MCAPI
void _setAutomatic(
::BlockSource& region,
bool alwaysActive, ::CommandBlockMode currentMode);
93 MCAPI ::CommandBlock
const* getCommandBlock(
::BlockSource& region)
const;
101 MCAPI
void markForSaving(
::BlockSource& region,
int oldSuccessCount,
bool oldConditionMet);
105 MCAPI
void updateBlock(
107 ::std::string
const& cmd,
109 ::CommandBlockMode newMode,
114 bool executeFirstTick
121 MCAPI
void* $ctor(
::BlockPos const& pos, ::CommandBlockMode mode);
141 MCFOLD ::Bedrock::Safety::RedactableString
const& $getCustomName()
const;
145 MCAPI ::std::unique_ptr<::BlockActorDataPacket> $_getUpdatePacket(
::BlockSource& region);
149 MCAPI
bool $_playerCanUpdate(
::Player const& player)
const;
155 MCAPI
static void** $vftable();
Definition SaveContext.h:5