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;
35 virtual bool collectOptionalArguments();
54 MCAPI
static bool isTemplateLockedAction(
::CommandOrigin const& origin);
58 MCAPI
static bool shouldUseCommandOriginRotation(
::CommandOrigin const& origin,
int version);
60 MCAPI
static bool validRange(
float input,
float low,
float high,
::CommandOutput& output);
62 MCAPI
static bool validRange(
int input,
int low,
int high,
::CommandOutput& output);
68 MCAPI static ::std::string
const& WILDCARD_TOKEN();
80 MCFOLD
bool $collectOptionalArguments();