Enum Class ArgumentSubType

java.lang.Object
java.lang.Enum<ArgumentSubType>
dev.jorel.commandapi.arguments.ArgumentSubType
All Implemented Interfaces:
Serializable, Comparable<ArgumentSubType>, Constable

public enum ArgumentSubType extends Enum<ArgumentSubType>
An enum that represents argument subtypes. For example, the EntitySelectorArgument can be split into four arguments:
  • One entity
  • One player
  • Many entities
  • Many players
This class is used internally by the CommandAPI, you shouldn't need to use this class yourself.