Enum Class EntitySelectorResolver

java.lang.Object
java.lang.Enum<EntitySelectorResolver>
revxrsal.commands.bukkit.core.EntitySelectorResolver
All Implemented Interfaces:
Serializable, Comparable<EntitySelectorResolver>, Constable, ValueResolverFactory

public enum EntitySelectorResolver extends Enum<EntitySelectorResolver> implements ValueResolverFactory
  • Enum Constant Details

  • Method Details

    • values

      public static EntitySelectorResolver[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static EntitySelectorResolver valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • create

      @Nullable public @Nullable ValueResolver<?> create(@NotNull @NotNull CommandParameter parameter)
      Description copied from interface: ValueResolverFactory
      Creates a value resolver for the specified type, or null if this type is not supported by this factory.
      Specified by:
      create in interface ValueResolverFactory
      Parameters:
      parameter - The parameter to create for
      Returns:
      The ValueResolver, or null if not supported.
    • supportsComplexSelectors

      public boolean supportsComplexSelectors()