Package net.minecraft.server
Enum Class DragonRespawnAnimationStatus
- All Implemented Interfaces:
Serializable,Comparable<DragonRespawnAnimationStatus>,Constable
- Mappings:
Namespace Name official aszintermediary net/minecraft/class_2751named net/minecraft/server/DragonRespawnAnimationStatus
-
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 TypeMethodDescriptionabstract voidplay(ServerWorld world, DragonRespawnAnimation battle, List<EndCrystalEntity> crystals, int animationTicks, BlockPos pos) static DragonRespawnAnimationStatusReturns the enum constant of this class with the specified name.static DragonRespawnAnimationStatus[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
START
- Mappings:
Namespace Name Mixin selector official aLasz;a:Lasz;intermediary field_12928Lnet/minecraft/class_2751;field_12928:Lnet/minecraft/class_2751;named STARTLnet/minecraft/server/DragonRespawnAnimationStatus;START:Lnet/minecraft/server/DragonRespawnAnimationStatus;
-
PREPARING_TO_SUMMON_PILLARS
- Mappings:
Namespace Name Mixin selector official bLasz;b:Lasz;intermediary field_12929Lnet/minecraft/class_2751;field_12929:Lnet/minecraft/class_2751;named PREPARING_TO_SUMMON_PILLARSLnet/minecraft/server/DragonRespawnAnimationStatus;PREPARING_TO_SUMMON_PILLARS:Lnet/minecraft/server/DragonRespawnAnimationStatus;
-
SUMMONING_PILLARS
- Mappings:
Namespace Name Mixin selector official cLasz;c:Lasz;intermediary field_12930Lnet/minecraft/class_2751;field_12930:Lnet/minecraft/class_2751;named SUMMONING_PILLARSLnet/minecraft/server/DragonRespawnAnimationStatus;SUMMONING_PILLARS:Lnet/minecraft/server/DragonRespawnAnimationStatus;
-
SUMMONING_DRAGON
- Mappings:
Namespace Name Mixin selector official dLasz;d:Lasz;intermediary field_12931Lnet/minecraft/class_2751;field_12931:Lnet/minecraft/class_2751;named SUMMONING_DRAGONLnet/minecraft/server/DragonRespawnAnimationStatus;SUMMONING_DRAGON:Lnet/minecraft/server/DragonRespawnAnimationStatus;
-
END
- Mappings:
Namespace Name Mixin selector official eLasz;e:Lasz;intermediary field_12932Lnet/minecraft/class_2751;field_12932:Lnet/minecraft/class_2751;named ENDLnet/minecraft/server/DragonRespawnAnimationStatus;END:Lnet/minecraft/server/DragonRespawnAnimationStatus;
-
-
Constructor Details
-
DragonRespawnAnimationStatus
private DragonRespawnAnimationStatus()
-
-
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
-
play
public abstract void play(ServerWorld world, DragonRespawnAnimation battle, List<EndCrystalEntity> crystals, int animationTicks, BlockPos pos) - Mappings:
Namespace Name Mixin selector official aLasz;a(Llq;Lata;Ljava/util/List;ILcl;)Vintermediary method_11797Lnet/minecraft/class_2751;method_11797(Lnet/minecraft/class_795;Lnet/minecraft/class_2752;Ljava/util/List;ILnet/minecraft/class_2552;)Vnamed playLnet/minecraft/server/DragonRespawnAnimationStatus;play(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/server/DragonRespawnAnimation;Ljava/util/List;ILnet/minecraft/util/math/BlockPos;)V
-