18struct CommandRequestPacketPayload {
22 ::ll::TypedStorage<8, 32, ::std::string> mCommand;
23 ::ll::TypedStorage<8, 64, ::CommandOriginData> mOrigin;
24 ::ll::TypedStorage<4, 4, ::CurrentCmdVersion> mVersion;
25 ::ll::TypedStorage<1, 1, bool> mInternalSource;
30 CommandRequestPacketPayload();
37 MCAPI ::std::unique_ptr<::CommandContext> createCommandContext(
40 ::SubClientId senderSubId
43 MCAPI ~CommandRequestPacketPayload();
Definition CommandContext.h:10