Enum Class EntityAttribute.class_9764

java.lang.Object
java.lang.Enum<EntityAttribute.class_9764>
net.minecraft.entity.attribute.EntityAttribute.class_9764
All Implemented Interfaces:
Serializable, Comparable<EntityAttribute.class_9764>, Constable
Enclosing class:
EntityAttribute

public static enum EntityAttribute.class_9764 extends Enum<EntityAttribute.class_9764>
Mappings:
Namespace Name
named net/minecraft/entity/attribute/EntityAttribute$class_9764
intermediary net/minecraft/class_1320$class_9764
official bue$a
  • Enum Constant Details

    • POSITIVE

      public static final EntityAttribute.class_9764 POSITIVE
      Mappings:
      Namespace Name Mixin selector
      named POSITIVE Lnet/minecraft/entity/attribute/EntityAttribute$class_9764;POSITIVE:Lnet/minecraft/entity/attribute/EntityAttribute$class_9764;
      intermediary field_51885 Lnet/minecraft/class_1320$class_9764;field_51885:Lnet/minecraft/class_1320$class_9764;
      official a Lbue$a;a:Lbue$a;
    • NEUTRAL

      public static final EntityAttribute.class_9764 NEUTRAL
      Mappings:
      Namespace Name Mixin selector
      named NEUTRAL Lnet/minecraft/entity/attribute/EntityAttribute$class_9764;NEUTRAL:Lnet/minecraft/entity/attribute/EntityAttribute$class_9764;
      intermediary field_51886 Lnet/minecraft/class_1320$class_9764;field_51886:Lnet/minecraft/class_1320$class_9764;
      official b Lbue$a;b:Lbue$a;
    • NEGATIVE

      public static final EntityAttribute.class_9764 NEGATIVE
      Mappings:
      Namespace Name Mixin selector
      named NEGATIVE Lnet/minecraft/entity/attribute/EntityAttribute$class_9764;NEGATIVE:Lnet/minecraft/entity/attribute/EntityAttribute$class_9764;
      intermediary field_51887 Lnet/minecraft/class_1320$class_9764;field_51887:Lnet/minecraft/class_1320$class_9764;
      official c Lbue$a;c:Lbue$a;
  • Constructor Details

    • class_9764

      private class_9764()
  • Method Details

    • values

      public static EntityAttribute.class_9764[] 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 EntityAttribute.class_9764 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
    • method_60496

      public Formatting method_60496(boolean bool)
      Mappings:
      Namespace Name Mixin selector
      named method_60496 Lnet/minecraft/entity/attribute/EntityAttribute$class_9764;method_60496(Z)Lnet/minecraft/util/Formatting;
      intermediary method_60496 Lnet/minecraft/class_1320$class_9764;method_60496(Z)Lnet/minecraft/class_124;
      official a Lbue$a;a(Z)Ln;