CommandAPI 9.4.1
An API for the command UI introduced in Minecraft 1.13
dev.jorel.commandapi.annotations.arguments.AEntitySelectorArgument Interface Reference

Annotation equivalent of the EntitySelectorArgument. More...

Classes

interface  ManyEntities
 Annotation equivalent of the EntitySelectorArgument for many entities. More...
 
interface  ManyPlayers
 Annotation equivalent of the EntitySelectorArgument for many players. More...
 
interface  OneEntity
 Annotation equivalent of the EntitySelectorArgument for one entity. More...
 
interface  OnePlayer
 Annotation equivalent of the EntitySelectorArgument for one player. More...
 

Detailed Description

Annotation equivalent of the EntitySelectorArgument.