24 ::ll::TypedStorage<4, 12, ::NetworkBlockPosition> mBlockPos;
25 ::ll::TypedStorage<2, 2, ::CommandBlockMode> mMode;
26 ::ll::TypedStorage<1, 1, bool> mRedstoneMode;
27 ::ll::TypedStorage<1, 1, bool> mIsConditional;
28 ::ll::TypedStorage<8, 8, ::ActorRuntimeID> mEntityId;
29 ::ll::TypedStorage<8, 32, ::std::string> mCommand;
30 ::ll::TypedStorage<8, 32, ::std::string> mLastOutput;
31 ::ll::TypedStorage<8, 72, ::Bedrock::Safety::RedactableString> mName;
32 ::ll::TypedStorage<4, 4, int> mTickDelay;
33 ::ll::TypedStorage<1, 1, bool> mTrackOutput;
34 ::ll::TypedStorage<1, 1, bool> mExecuteOnFirstTick;
35 ::ll::TypedStorage<1, 1, bool> mIsBlock;
46 virtual ::MinecraftPacketIds getId()
const ;
49 virtual ::std::string getName()
const ;
82 MCAPI ::MinecraftPacketIds $getId()
const;
84 MCAPI ::std::string $getName()
const;
94 MCAPI
static void** $vftable();