Package net.minecraft.entity.boss.dragon
Enum Class EnderDragonSpawnState
- All Implemented Interfaces:
- Serializable,- Comparable<EnderDragonSpawnState>,- Constable
- Mappings:
- Namespace - Name - official - cyw- intermediary - net/minecraft/class_2876- named - net/minecraft/entity/boss/dragon/EnderDragonSpawnState
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum Constants
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract voidrun(ServerWorld world, EnderDragonFight fight, List<EndCrystalEntity> crystals, int tick, BlockPos pos) static EnderDragonSpawnStateReturns the enum constant of this class with the specified name.static EnderDragonSpawnState[]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 - a- Lcyw;a:Lcyw;- intermediary - field_13097- Lnet/minecraft/class_2876;field_13097:Lnet/minecraft/class_2876;- named - START- Lnet/minecraft/entity/boss/dragon/EnderDragonSpawnState;START:Lnet/minecraft/entity/boss/dragon/EnderDragonSpawnState;
 
- 
PREPARING_TO_SUMMON_PILLARS- Mappings:
- Namespace - Name - Mixin selector - official - b- Lcyw;b:Lcyw;- intermediary - field_13095- Lnet/minecraft/class_2876;field_13095:Lnet/minecraft/class_2876;- named - PREPARING_TO_SUMMON_PILLARS- Lnet/minecraft/entity/boss/dragon/EnderDragonSpawnState;PREPARING_TO_SUMMON_PILLARS:Lnet/minecraft/entity/boss/dragon/EnderDragonSpawnState;
 
- 
SUMMONING_PILLARS- Mappings:
- Namespace - Name - Mixin selector - official - c- Lcyw;c:Lcyw;- intermediary - field_13094- Lnet/minecraft/class_2876;field_13094:Lnet/minecraft/class_2876;- named - SUMMONING_PILLARS- Lnet/minecraft/entity/boss/dragon/EnderDragonSpawnState;SUMMONING_PILLARS:Lnet/minecraft/entity/boss/dragon/EnderDragonSpawnState;
 
- 
SUMMONING_DRAGON- Mappings:
- Namespace - Name - Mixin selector - official - d- Lcyw;d:Lcyw;- intermediary - field_13098- Lnet/minecraft/class_2876;field_13098:Lnet/minecraft/class_2876;- named - SUMMONING_DRAGON- Lnet/minecraft/entity/boss/dragon/EnderDragonSpawnState;SUMMONING_DRAGON:Lnet/minecraft/entity/boss/dragon/EnderDragonSpawnState;
 
- 
END- Mappings:
- Namespace - Name - Mixin selector - official - e- Lcyw;e:Lcyw;- intermediary - field_13099- Lnet/minecraft/class_2876;field_13099:Lnet/minecraft/class_2876;- named - END- Lnet/minecraft/entity/boss/dragon/EnderDragonSpawnState;END:Lnet/minecraft/entity/boss/dragon/EnderDragonSpawnState;
 
 
- 
- 
Constructor Details- 
EnderDragonSpawnStateprivate EnderDragonSpawnState()
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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
 
- 
runpublic abstract void run(ServerWorld world, EnderDragonFight fight, List<EndCrystalEntity> crystals, int tick, BlockPos pos) - Mappings:
- Namespace - Name - Mixin selector - official - a- Lcyw;a(Lagg;Lcyx;Ljava/util/List;ILgt;)V- intermediary - method_12507- Lnet/minecraft/class_2876;method_12507(Lnet/minecraft/class_3218;Lnet/minecraft/class_2881;Ljava/util/List;ILnet/minecraft/class_2338;)V- named - run- Lnet/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
 
 
-