Package net.minecraft.server
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
- Mappings:
Namespace Name official boh$aintermediary net/minecraft/class_2752$class_3795named net/minecraft/server/DragonRespawnAnimation$class_3795
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DragonRespawnAnimation.class_3795[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
field_18962
- Mappings:
Namespace Name Mixin selector official aLboh$a;a:Lboh$a;intermediary field_18962Lnet/minecraft/class_2752$class_3795;field_18962:Lnet/minecraft/class_2752$class_3795;named field_18962Lnet/minecraft/server/DragonRespawnAnimation$class_3795;field_18962:Lnet/minecraft/server/DragonRespawnAnimation$class_3795;
-
field_18963
- Mappings:
Namespace Name Mixin selector official bLboh$a;b:Lboh$a;intermediary field_18963Lnet/minecraft/class_2752$class_3795;field_18963:Lnet/minecraft/class_2752$class_3795;named field_18963Lnet/minecraft/server/DragonRespawnAnimation$class_3795;field_18963:Lnet/minecraft/server/DragonRespawnAnimation$class_3795;
-
field_18964
- Mappings:
Namespace Name Mixin selector official cLboh$a;c:Lboh$a;intermediary field_18964Lnet/minecraft/class_2752$class_3795;field_18964:Lnet/minecraft/class_2752$class_3795;named field_18964Lnet/minecraft/server/DragonRespawnAnimation$class_3795;field_18964:Lnet/minecraft/server/DragonRespawnAnimation$class_3795;
-
-
Constructor Details
-
class_3795
private class_3795()
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-