Uses of Enum Class
dev.jorel.commandapi.arguments.EntitySelector
Packages that use EntitySelector
Package
Description
Classes to be used as arguments for commands
Classes that access the NMS framework
-
Uses of EntitySelector in dev.jorel.commandapi.arguments
Methods in dev.jorel.commandapi.arguments that return EntitySelectorModifier and TypeMethodDescriptionEntitySelectorArgument.getEntitySelector()Returns the entity selector for this argumentstatic EntitySelectorReturns the enum constant of this class with the specified name.static EntitySelector[]EntitySelector.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.jorel.commandapi.arguments with parameters of type EntitySelectorModifierConstructorDescriptionEntitySelectorArgument(String nodeName, EntitySelector selector) An EntityType argument. -
Uses of EntitySelector in dev.jorel.commandapi.nms
Methods in dev.jorel.commandapi.nms with parameters of type EntitySelectorModifier and TypeMethodDescriptioncom.mojang.brigadier.arguments.ArgumentType<?>NMS._ArgumentEntity(EntitySelector selector) NMS.getEntitySelector(com.mojang.brigadier.context.CommandContext<CommandListenerWrapper> cmdCtx, String key, EntitySelector selector)