Enum Class EnderDragonSpawnState

java.lang.Object
java.lang.Enum<EnderDragonSpawnState>
net.minecraft.entity.boss.dragon.EnderDragonSpawnState
All Implemented Interfaces:
Serializable, Comparable<EnderDragonSpawnState>, Constable

public enum EnderDragonSpawnState extends Enum<EnderDragonSpawnState>
Mappings:
Namespace Name
named net/minecraft/entity/boss/dragon/EnderDragonSpawnState
intermediary net/minecraft/class_2876
official dvy
  • Enum Constant Details Link icon

    • START Link icon

      public static final EnderDragonSpawnState START
      Mappings:
      Namespace Name Mixin selector
      named START Lnet/minecraft/entity/boss/dragon/EnderDragonSpawnState;START:Lnet/minecraft/entity/boss/dragon/EnderDragonSpawnState;
      intermediary field_13097 Lnet/minecraft/class_2876;field_13097:Lnet/minecraft/class_2876;
      official a Ldvy;a:Ldvy;
    • PREPARING_TO_SUMMON_PILLARS Link icon

      public static final EnderDragonSpawnState PREPARING_TO_SUMMON_PILLARS
      Mappings:
      Namespace Name Mixin selector
      named PREPARING_TO_SUMMON_PILLARS Lnet/minecraft/entity/boss/dragon/EnderDragonSpawnState;PREPARING_TO_SUMMON_PILLARS:Lnet/minecraft/entity/boss/dragon/EnderDragonSpawnState;
      intermediary field_13095 Lnet/minecraft/class_2876;field_13095:Lnet/minecraft/class_2876;
      official b Ldvy;b:Ldvy;
    • SUMMONING_PILLARS Link icon

      public static final EnderDragonSpawnState SUMMONING_PILLARS
      Mappings:
      Namespace Name Mixin selector
      named SUMMONING_PILLARS Lnet/minecraft/entity/boss/dragon/EnderDragonSpawnState;SUMMONING_PILLARS:Lnet/minecraft/entity/boss/dragon/EnderDragonSpawnState;
      intermediary field_13094 Lnet/minecraft/class_2876;field_13094:Lnet/minecraft/class_2876;
      official c Ldvy;c:Ldvy;
    • SUMMONING_DRAGON Link icon

      public static final EnderDragonSpawnState SUMMONING_DRAGON
      Mappings:
      Namespace Name Mixin selector
      named SUMMONING_DRAGON Lnet/minecraft/entity/boss/dragon/EnderDragonSpawnState;SUMMONING_DRAGON:Lnet/minecraft/entity/boss/dragon/EnderDragonSpawnState;
      intermediary field_13098 Lnet/minecraft/class_2876;field_13098:Lnet/minecraft/class_2876;
      official d Ldvy;d:Ldvy;
    • END Link icon

      public static final EnderDragonSpawnState END
      Mappings:
      Namespace Name Mixin selector
      named END Lnet/minecraft/entity/boss/dragon/EnderDragonSpawnState;END:Lnet/minecraft/entity/boss/dragon/EnderDragonSpawnState;
      intermediary field_13099 Lnet/minecraft/class_2876;field_13099:Lnet/minecraft/class_2876;
      official e Ldvy;e:Ldvy;
  • Constructor Details Link icon

    • EnderDragonSpawnState Link icon

      private EnderDragonSpawnState()
  • Method Details Link icon

    • values Link icon

      public static EnderDragonSpawnState[] 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 Link icon

      public static EnderDragonSpawnState 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
    • run Link icon

      public abstract void run(ServerWorld world, EnderDragonFight fight, List<EndCrystalEntity> crystals, int tick, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      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
      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
      official a Ldvy;a(Larf;Ldvz;Ljava/util/List;ILiz;)V