|
LeviLamina
|
Public Types | |
| enum class | WeatherRequest : int { Set = 0 , Query = 1 } |
| enum class | WeatherType : int { Clear = 0 , Rain = 1 , Thunder = 2 } |
Public Member Functions | |
| virtual void | execute (::CommandOrigin const &origin, ::CommandOutput &output) const |
| MCAPI void | $execute (::CommandOrigin const &origin, ::CommandOutput &output) const |
| LLNDAPI std::string | getCommandName () const |
| virtual bool | collectOptionalArguments () |
| MCAPI void | run (::CommandOrigin const &origin, ::CommandOutput &output) const |
| MCAPI void | sendTelemetry (::CommandOrigin const &origin, ::CommandOutput &output) const |
| MCFOLD bool | $collectOptionalArguments () |
Static Public Member Functions | |
| static MCAPI void | setup (::CommandRegistry ®istry) |
| 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) |
Public Attributes | |
| ::ll::TypedStorage< 4, 4, ::WeatherCommand::WeatherRequest > | mRequest |
| ::ll::TypedStorage< 4, 4, ::WeatherCommand::WeatherType > | mType |
| ::ll::TypedStorage< 4, 4, int > | mDuration |
| ::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 |
|
virtual |
Implements Command.