Enum Class PhantomEntity.class_3518

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

static enum PhantomEntity.class_3518 extends Enum<PhantomEntity.class_3518>
Mappings:
Namespace Name
official anh$a
intermediary net/minecraft/class_3517$class_3518
named net/minecraft/entity/mob/PhantomEntity$class_3518
  • Enum Constant Details

    • field_17052

      public static final PhantomEntity.class_3518 field_17052
      Mappings:
      Namespace Name Mixin selector
      official a Lanh$a;a:Lanh$a;
      intermediary field_17052 Lnet/minecraft/class_3517$class_3518;field_17052:Lnet/minecraft/class_3517$class_3518;
      named field_17052 Lnet/minecraft/entity/mob/PhantomEntity$class_3518;field_17052:Lnet/minecraft/entity/mob/PhantomEntity$class_3518;
    • field_17053

      public static final PhantomEntity.class_3518 field_17053
      Mappings:
      Namespace Name Mixin selector
      official b Lanh$a;b:Lanh$a;
      intermediary field_17053 Lnet/minecraft/class_3517$class_3518;field_17053:Lnet/minecraft/class_3517$class_3518;
      named field_17053 Lnet/minecraft/entity/mob/PhantomEntity$class_3518;field_17053:Lnet/minecraft/entity/mob/PhantomEntity$class_3518;
  • Constructor Details

    • class_3518

      private class_3518()
  • Method Details

    • values

      public static PhantomEntity.class_3518[] 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 PhantomEntity.class_3518 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