Enum Class NoneEntityFilter

java.lang.Object
java.lang.Enum<NoneEntityFilter>
dev.latvian.mods.klib.entity.filter.NoneEntityFilter
All Implemented Interfaces:
EntityFilter, CustomRegistryOwnTypeProvider<net.minecraft.network.RegistryFriendlyByteBuf, EntityFilter>, CustomRegistryValue<net.minecraft.network.RegistryFriendlyByteBuf, EntityFilter>, RefOptimizer<EntityFilter>, WithKey, WithRef<EntityFilter>, Serializable, Comparable<NoneEntityFilter>, Constable, Predicate<net.minecraft.world.entity.Entity>

public enum NoneEntityFilter extends Enum<NoneEntityFilter> implements EntityFilter
  • Enum Constant Details

  • Method Details

    • values

      public static NoneEntityFilter[] 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 NoneEntityFilter 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
    • type

      public UnitType<net.minecraft.network.RegistryFriendlyByteBuf, EntityFilter> type()
      Specified by:
      type in interface CustomRegistryOwnTypeProvider<net.minecraft.network.RegistryFriendlyByteBuf, EntityFilter>
    • test

      public boolean test(net.minecraft.world.entity.Entity entity)
      Specified by:
      test in interface Predicate<net.minecraft.world.entity.Entity>
    • not

      public EntityFilter not()
      Specified by:
      not in interface EntityFilter
    • toString

      public String toString()
      Overrides:
      toString in class Enum<NoneEntityFilter>