CommandAPI 9.6.0
An API for the command UI introduced in Minecraft 1.13
|
An argument that represents a single entity. More...
Public Member Functions | |
OneEntity (String nodeName) | |
An argument that represents a single entity. More... | |
Class< Entity > | getPrimitiveType () |
CommandAPIArgumentType | getArgumentType () |
List< String > | getEntityNames (Object argument) |
Argument< T > | instance () |
Returns the instance of this class with the class Impl. More... | |
An argument that represents a single entity.
@apiNote Returns an Entity
object
dev.jorel.commandapi.arguments.EntitySelectorArgument.OneEntity.OneEntity | ( | String | nodeName | ) |
An argument that represents a single entity.
nodeName | the name of the node for this argument |
|
inherited |
Returns the instance of this class with the class Impl.
Used for chaining builder methods.