CommandAPI 8.3.0
An API for the command UI introduced in Minecraft 1.13
dev.jorel.commandapi.arguments.EntitySelectorArgument< T >.EntitySelector Enum Reference

An enum that represents single entities or players, as well as collections of entities or players. More...

Public Attributes

 ONE_ENTITY
 A single entity. More...
 
 ONE_PLAYER
 A single player. More...
 
 MANY_ENTITIES
 Many entities. More...
 
 MANY_PLAYERS
 Many players. More...
 

Detailed Description

An enum that represents single entities or players, as well as collections of entities or players.

Member Data Documentation

◆ MANY_ENTITIES

dev.jorel.commandapi.arguments.EntitySelectorArgument< T >.EntitySelector.MANY_ENTITIES

Many entities.

Returns a Collection of Entities

◆ MANY_PLAYERS

Many players.

Returns a Collection of Players

◆ ONE_ENTITY

A single entity.

Returns a Bukkit Entity

◆ ONE_PLAYER

A single player.

Returns a Bukkit Player