Enum Class DragonRespawnAnimation.class_3795

java.lang.Object
java.lang.Enum<DragonRespawnAnimation.class_3795>
net.minecraft.server.DragonRespawnAnimation.class_3795
All Implemented Interfaces:
Serializable, Comparable<DragonRespawnAnimation.class_3795>, Constable
Enclosing class:
DragonRespawnAnimation

static enum DragonRespawnAnimation.class_3795 extends Enum<DragonRespawnAnimation.class_3795>
Mappings:
Namespace Name
official boh$a
intermediary net/minecraft/class_2752$class_3795
named net/minecraft/server/DragonRespawnAnimation$class_3795
  • Enum Constant Details

    • field_18962

      public static final DragonRespawnAnimation.class_3795 field_18962
      Mappings:
      Namespace Name Mixin selector
      official a Lboh$a;a:Lboh$a;
      intermediary field_18962 Lnet/minecraft/class_2752$class_3795;field_18962:Lnet/minecraft/class_2752$class_3795;
      named field_18962 Lnet/minecraft/server/DragonRespawnAnimation$class_3795;field_18962:Lnet/minecraft/server/DragonRespawnAnimation$class_3795;
    • field_18963

      public static final DragonRespawnAnimation.class_3795 field_18963
      Mappings:
      Namespace Name Mixin selector
      official b Lboh$a;b:Lboh$a;
      intermediary field_18963 Lnet/minecraft/class_2752$class_3795;field_18963:Lnet/minecraft/class_2752$class_3795;
      named field_18963 Lnet/minecraft/server/DragonRespawnAnimation$class_3795;field_18963:Lnet/minecraft/server/DragonRespawnAnimation$class_3795;
    • field_18964

      public static final DragonRespawnAnimation.class_3795 field_18964
      Mappings:
      Namespace Name Mixin selector
      official c Lboh$a;c:Lboh$a;
      intermediary field_18964 Lnet/minecraft/class_2752$class_3795;field_18964:Lnet/minecraft/class_2752$class_3795;
      named field_18964 Lnet/minecraft/server/DragonRespawnAnimation$class_3795;field_18964:Lnet/minecraft/server/DragonRespawnAnimation$class_3795;
  • Constructor Details

    • class_3795

      private class_3795()
  • Method Details

    • values

      public static DragonRespawnAnimation.class_3795[] 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 DragonRespawnAnimation.class_3795 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