24 enum class Mode :
int {
32 ::ll::TypedStorage<8, 200, ::CommandSelector<::Actor>> mTargets;
33 ::ll::TypedStorage<4, 16, ::CommandPositionFloat> mPosition;
34 ::ll::TypedStorage<4, 16, ::CommandPosition> mDetectPosition;
35 ::ll::TypedStorage<8, 8, ::CommandBlockName> mBlock;
36 ::ll::TypedStorage<4, 4, int> mBlockData;
37 ::ll::TypedStorage<4, 4, ::ExecuteCommand::Mode> mMode;
38 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::Command>> mCommand;
52 MCAPI static ::ExecuteCommandPositionData getExecutePositionData(
57 ::ExecuteCommand::Mode mode
60 MCAPI
static void setup(
::CommandRegistry& registry,
bool isLegacyActive,
int newExecuteStartVersion);