Enum Class EntityLocations.class_3464

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

public static enum EntityLocations.class_3464 extends Enum<EntityLocations.class_3464>
Mappings:
Namespace Name
official afk$b
intermediary net/minecraft/class_2613$class_3464
named net/minecraft/entity/EntityLocations$class_3464
  • Enum Constant Details

    • field_16827

      public static final EntityLocations.class_3464 field_16827
      Mappings:
      Namespace Name Mixin selector
      official a Lafk$b;a:Lafk$b;
      intermediary field_16827 Lnet/minecraft/class_2613$class_3464;field_16827:Lnet/minecraft/class_2613$class_3464;
      named field_16827 Lnet/minecraft/entity/EntityLocations$class_3464;field_16827:Lnet/minecraft/entity/EntityLocations$class_3464;
    • field_16828

      public static final EntityLocations.class_3464 field_16828
      Mappings:
      Namespace Name Mixin selector
      official b Lafk$b;b:Lafk$b;
      intermediary field_16828 Lnet/minecraft/class_2613$class_3464;field_16828:Lnet/minecraft/class_2613$class_3464;
      named field_16828 Lnet/minecraft/entity/EntityLocations$class_3464;field_16828:Lnet/minecraft/entity/EntityLocations$class_3464;
  • Constructor Details

    • class_3464

      private class_3464()
  • Method Details

    • values

      public static EntityLocations.class_3464[] 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 EntityLocations.class_3464 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