Enum Class DragonSpawnState

java.lang.Object
java.lang.Enum<DragonSpawnState>
net.minecraft.world.end.DragonSpawnState
All Implemented Interfaces:
Serializable, Comparable<DragonSpawnState>, Constable

public enum DragonSpawnState extends Enum<DragonSpawnState>
  • Enum Constant Details

  • Constructor Details

    • DragonSpawnState

      private DragonSpawnState()
  • Method Details

    • values

      public static DragonSpawnState[] 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

      public static DragonSpawnState 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
    • tick

      public abstract void tick(ServerWorld p_186079_1_, DragonFightManager p_186079_2_, List<EnderCrystalEntity> p_186079_3_, int p_186079_4_, BlockPos p_186079_5_)