Enum Class BiomeModifier.Phase

java.lang.Object
java.lang.Enum<BiomeModifier.Phase>
net.minecraftforge.common.world.BiomeModifier.Phase
所有已实现的接口:
Serializable, Comparable<BiomeModifier.Phase>, Constable
封闭接口:
BiomeModifier

public static enum BiomeModifier.Phase extends Enum<BiomeModifier.Phase>
  • 枚举常量详细资料

    • BEFORE_EVERYTHING

      public static final BiomeModifier.Phase BEFORE_EVERYTHING
      Catch-all for anything that needs to run before standard phases.
    • ADD

      public static final BiomeModifier.Phase ADD
      Additional features, mob spawns, etc.
    • REMOVE

      public static final BiomeModifier.Phase REMOVE
      Removal of features, mob spawns, etc.
    • MODIFY

      public static final BiomeModifier.Phase MODIFY
      Alteration of values such as climate or colors.
    • AFTER_EVERYTHING

      public static final BiomeModifier.Phase AFTER_EVERYTHING
      Catch-all for anything that needs to run after standard phases.
  • 构造器详细资料

    • Phase

      private Phase()
  • 方法详细资料

    • values

      public static BiomeModifier.Phase[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      返回:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static BiomeModifier.Phase 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.)
      参数:
      name - 要返回的枚举常量的名称。
      返回:
      返回带有指定名称的枚举常量
      抛出:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - 如果参数为空值