|
| enum class | Action : int {
Navigate = 0
, Reset = 1
, Subscribe = 2
, Unsubscribe = 3
,
RuntimeAction = 4
, Check = 5
} |
| enum class | CodeBuilderRuntimeAction : int { None = 0
, Start = 1
, Stop = 2
, Pause = 3
} |
| enum class | CommandKeyword : uchar { None = 0
, Code = 1
, CodeStatus = 2
} |
| enum class | SubscriptionType : int { None = 0
, Scoreboard = 1
} |
|
|
static MCAPI void | setup (::CommandRegistry ®istry) |
| static MCAPI void ** | $vftable () |
|
static MCAPI bool | isTemplateLockedAction (::CommandOrigin const &origin) |
|
static MCAPI bool | isWildcard (::CommandSelectorBase const &selector) |
|
static MCAPI bool | shouldUseCommandOriginRotation (::CommandOrigin const &origin, int version) |
|
static MCAPI bool | validRange (int input, int low, int high, ::CommandOutput &output) |
|
static MCAPI bool | validRange (float input, float low, float high, ::CommandOutput &output) |
|
static MCAPI ::std::string const & | WILDCARD_TOKEN () |
|
|
::ll::TypedStorage< 4, 4, ::CodeBuilderCommand::Action > | mAction |
|
::ll::TypedStorage< 4, 4, ::CodeBuilderCommand::CodeBuilderRuntimeAction > | mRuntimeAction |
|
::ll::TypedStorage< 4, 4, ::CodeBuilderCommand::SubscriptionType > | mSubscriptionType |
|
::ll::TypedStorage< 1, 1, ::CodeBuilderCommand::CommandKeyword > | mCode |
|
::ll::TypedStorage< 1, 1, ::CodeBuilderCommand::CommandKeyword > | mCodeStatus |
|
::ll::TypedStorage< 8, 200, ::CommandSelector<::Player > > | mPlayerTargets |
|
::ll::TypedStorage< 8, 32, ::CommandRawText > | mURL |
|
::ll::TypedStorage< 1, 1, bool > | mShouldOpenWindow |
|
::ll::TypedStorage< 1, 1, ::CodeBuilderExecutionState::CodeStatus > | mCodeExecStatus |
|
::ll::TypedStorage< 8, 32, ::std::string > | mScoreboardObjective |
|
::ll::TypedStorage< 4, 4, int > | mVersion |
|
::ll::TypedStorage< 8, 8, ::CommandRegistry const * > | mRegistry |
|
::ll::TypedStorage< 4, 4, int > | mCommandSymbol |
|
::ll::TypedStorage< 1, 1, ::CommandPermissionLevel > | mPermissionLevel |
|
::ll::TypedStorage< 2, 2, ::CommandFlag > | mFlags |