|
enum class | Action : int {
Navigate = 0
, Reset = 1
, Subscribe = 2
, Unsubscribe = 3
,
RuntimeAction = 4
, Check = 5
} |
|
enum class | CommandKeyword : uchar { None = 0
, Code = 1
, CodeStatus = 2
} |
|
enum class | SubscriptionType : int { None = 0
, Scoreboard = 1
} |
|
enum class | CodeBuilderRuntimeAction : int { None = 0
, Start = 1
, Stop = 2
, Pause = 3
} |
|
|
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 (float input, float low, float high, ::CommandOutput &output) |
|
static MCAPI bool | validRange (int input, int low, int high, ::CommandOutput &output) |
|
static MCAPI ::std::string const & | WILDCARD_TOKEN () |
|
|
::ll::UntypedStorage< 4, 4 > | mUnk2534fc |
|
::ll::UntypedStorage< 4, 4 > | mUnk988e46 |
|
::ll::UntypedStorage< 4, 4 > | mUnke0c866 |
|
::ll::UntypedStorage< 1, 1 > | mUnkf75e94 |
|
::ll::UntypedStorage< 1, 1 > | mUnk6c474e |
|
::ll::UntypedStorage< 8, 200 > | mUnk5625b6 |
|
::ll::UntypedStorage< 8, 32 > | mUnke451d3 |
|
::ll::UntypedStorage< 1, 1 > | mUnk94326e |
|
::ll::UntypedStorage< 1, 1 > | mUnk7176af |
|
::ll::UntypedStorage< 8, 32 > | mUnka4de4b |
|
::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 |
|
◆ execute()
The documentation for this class was generated from the following file: