37 ::ll::TypedStorage<8, 8, ::ICommandsContextProvider&> mContextProvider;
38 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::CommandRegistry>> mRegistry;
39 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::CommandOutputSender>> mOutputSender;
40 ::ll::TypedStorage<1, 1, ::CommandPermissionLevel> mOpPermissionLevel;
41 ::ll::TypedStorage<8, 64, ::std::function<bool()>> mChatPermissionsCallback;
42 ::ll::TypedStorage<8, 64, ::std::unordered_map<::HashedString, ::std::unique_ptr<::Command>>> mCompiledCommandMap;
43 ::ll::TypedStorage<8, 24, ::std::vector<::std::unique_ptr<::DeferredCommandBase>>> mDeferredCommands;
44 ::ll::TypedStorage<8, 8, uint64> mDeferredScriptCommandCount;
66 MCAPI ::Command* compileCommand(
69 ::CurrentCmdVersion commandVersion,
70 ::std::function<
void(::std::string
const&)> onParserError
73 MCAPI
void enqueueDeferredCommand(
74 ::std::unique_ptr<::CommandContext>
context,
84 MCAPI
void initCoreEnums(
92 MCAPI
void initCoreEnumsServer(
104 MCAPI static ::CommandOutputType getOutputType(
::CommandOrigin const& origin);
113 MCAPI
static void initItemEnum(
121 MCAPI
static void initStructureFeatureEnum(
Definition CommandContext.h:10
Definition ICommandsContextProvider.h:15