Package net.minecraft.entity.boss.dragon
Enum EnderDragonSpawnState
- All Implemented Interfaces:
Serializable,Comparable<EnderDragonSpawnState>,java.lang.constant.Constable
public enum EnderDragonSpawnState extends Enum<EnderDragonSpawnState>
- Mappings:
Namespace Name official ckvintermediary net/minecraft/class_2876named net/minecraft/entity/boss/dragon/EnderDragonSpawnState
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants Enum Constant Description ENDPREPARING_TO_SUMMON_PILLARSSTARTSUMMONING_DRAGONSUMMONING_PILLARS -
Constructor Summary
Constructors Modifier Constructor Description privateEnderDragonSpawnState() -
Method Summary
Modifier and Type Method Description abstract voidrun(ServerWorld world, EnderDragonFight fight, List<EndCrystalEntity> crystals, int int2, BlockPos pos)static EnderDragonSpawnStatevalueOf(String name)Returns the enum constant of this type with the specified name.static EnderDragonSpawnState[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
START
- Mappings:
Namespace Name Mixin selector official aLckv;a:Lckv;intermediary field_13097Lnet/minecraft/class_2876;field_13097:Lnet/minecraft/class_2876;named STARTLnet/minecraft/entity/boss/dragon/EnderDragonSpawnState;START:Lnet/minecraft/entity/boss/dragon/EnderDragonSpawnState;
-
PREPARING_TO_SUMMON_PILLARS
- Mappings:
Namespace Name Mixin selector official bLckv;b:Lckv;intermediary field_13095Lnet/minecraft/class_2876;field_13095:Lnet/minecraft/class_2876;named PREPARING_TO_SUMMON_PILLARSLnet/minecraft/entity/boss/dragon/EnderDragonSpawnState;PREPARING_TO_SUMMON_PILLARS:Lnet/minecraft/entity/boss/dragon/EnderDragonSpawnState;
-
SUMMONING_PILLARS
- Mappings:
Namespace Name Mixin selector official cLckv;c:Lckv;intermediary field_13094Lnet/minecraft/class_2876;field_13094:Lnet/minecraft/class_2876;named SUMMONING_PILLARSLnet/minecraft/entity/boss/dragon/EnderDragonSpawnState;SUMMONING_PILLARS:Lnet/minecraft/entity/boss/dragon/EnderDragonSpawnState;
-
SUMMONING_DRAGON
- Mappings:
Namespace Name Mixin selector official dLckv;d:Lckv;intermediary field_13098Lnet/minecraft/class_2876;field_13098:Lnet/minecraft/class_2876;named SUMMONING_DRAGONLnet/minecraft/entity/boss/dragon/EnderDragonSpawnState;SUMMONING_DRAGON:Lnet/minecraft/entity/boss/dragon/EnderDragonSpawnState;
-
END
- Mappings:
Namespace Name Mixin selector official eLckv;e:Lckv;intermediary field_13099Lnet/minecraft/class_2876;field_13099:Lnet/minecraft/class_2876;named ENDLnet/minecraft/entity/boss/dragon/EnderDragonSpawnState;END:Lnet/minecraft/entity/boss/dragon/EnderDragonSpawnState;
-
-
Constructor Details
-
EnderDragonSpawnState
private EnderDragonSpawnState()
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
run
public abstract void run(ServerWorld world, EnderDragonFight fight, List<EndCrystalEntity> crystals, int int2, BlockPos pos)- Mappings:
Namespace Name Mixin selector official aLckv;a(Laav;Lckw;Ljava/util/List;ILfx;)Vintermediary method_12507Lnet/minecraft/class_2876;method_12507(Lnet/minecraft/class_3218;Lnet/minecraft/class_2881;Ljava/util/List;ILnet/minecraft/class_2338;)Vnamed runLnet/minecraft/entity/boss/dragon/EnderDragonSpawnState;run(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/boss/dragon/EnderDragonFight;Ljava/util/List;ILnet/minecraft/util/math/BlockPos;)V
-