23class CommandBlockUpdatePacket :
public ::Packet {
27 ::ll::TypedStorage<4, 12, ::BlockPos> mBlockPos;
28 ::ll::TypedStorage<2, 2, ::CommandBlockMode> mMode;
29 ::ll::TypedStorage<1, 1, bool> mRedstoneMode;
30 ::ll::TypedStorage<1, 1, bool> mIsConditional;
31 ::ll::TypedStorage<8, 8, ::ActorRuntimeID> mEntityId;
32 ::ll::TypedStorage<8, 32, ::std::string> mCommand;
33 ::ll::TypedStorage<8, 32, ::std::string> mLastOutput;
34 ::ll::TypedStorage<8, 72, ::Bedrock::Safety::RedactableString> mName;
35 ::ll::TypedStorage<4, 4, int> mTickDelay;
36 ::ll::TypedStorage<1, 1, bool> mTrackOutput;
37 ::ll::TypedStorage<1, 1, bool> mExecuteOnFirstTick;
38 ::ll::TypedStorage<1, 1, bool> mIsBlock;
43 CommandBlockUpdatePacket& operator=(CommandBlockUpdatePacket
const&);
48 virtual ::MinecraftPacketIds getId()
const ;
50 virtual ::std::string_view getName()
const ;
60 MCAPI CommandBlockUpdatePacket();
62 MCAPI CommandBlockUpdatePacket(::CommandBlockUpdatePacket
const&);
76 MCAPI
void* $ctor(::CommandBlockUpdatePacket
const&);
88 MCAPI ::MinecraftPacketIds $getId()
const;
90 MCAPI ::std::string_view $getName()
const;