CommandAPI 9.6.0
An API for the command UI introduced in Minecraft 1.13
|
An argument that represents a yaw angle, measured in degrees with float number. More...
Public Member Functions | |
AngleArgument (String nodeName) | |
Constructs an AngleArgument with a given node name. More... | |
Class< Float > | getPrimitiveType () |
CommandAPIArgumentType | getArgumentType () |
Function< S, String > | getMapper () |
Static Public Member Functions | |
static< S > Function< S, String > | fromKey (Function< S, NamespacedKey > mapper) |
An argument that represents a yaw angle, measured in degrees with float number.
-180.0 for due north, -90.0 for due east, 0.0 for due south, 90.0 for due west, to 179.9 for just west of due north, before wrapping back around to -180.0. Tilde notation can be used to specify a rotation relative to the executor's yaw angle.
@apiNote Returns a float
dev.jorel.commandapi.arguments.AngleArgument.AngleArgument | ( | String | nodeName | ) |
Constructs an AngleArgument with a given node name.
nodeName | the name of the node for argument |
|
staticinherited |
Composes a S
to a NamespacedKey
mapping function to convert S
to a String
mapper | the mapping function from S to NamespacedKey |
S
to String