21 ::ll::TypedStorage<4, 4, int> mVersion;
22 ::ll::TypedStorage<8, 8, ::CommandRegistry const*> mRegistry;
23 ::ll::TypedStorage<4, 4, int> mCommandSymbol;
24 ::ll::TypedStorage<1, 1, ::CommandPermissionLevel> mPermissionLevel;
25 ::ll::TypedStorage<2, 2, ::CommandFlag> mFlags;
28 LLNDAPI std::string getCommandName()
const;
35 virtual bool collectOptionalArguments();
53 MCAPI
static bool isTemplateLockedAction(
::CommandOrigin const& origin);
57 MCAPI
static bool shouldUseCommandOriginRotation(
::CommandOrigin const& origin,
int version);
59 MCAPI
static bool validRange(
int input,
int low,
int high,
::CommandOutput& output);
61 MCAPI
static bool validRange(
float input,
float low,
float high,
::CommandOutput& output);
67 MCAPI static ::std::string
const& WILDCARD_TOKEN();
79 MCFOLD
bool $collectOptionalArguments();