Enum Class EdgeLayer.Type

java.lang.Object
java.lang.Enum<EdgeLayer.Type>
net.minecraft.world.biome.layer.EdgeLayer.Type
All Implemented Interfaces:
Serializable, Comparable<EdgeLayer.Type>, Constable
Enclosing class:
EdgeLayer

public static enum EdgeLayer.Type extends Enum<EdgeLayer.Type>
Mappings:
Namespace Name
official axk$a
intermediary net/minecraft/class_1782$class_1784
named net/minecraft/world/biome/layer/EdgeLayer$Type
  • Enum Constant Details

    • COOL_WARM

      public static final EdgeLayer.Type COOL_WARM
      Mappings:
      Namespace Name Mixin selector
      official a Laxk$a;a:Laxk$a;
      intermediary field_7593 Lnet/minecraft/class_1782$class_1784;field_7593:Lnet/minecraft/class_1782$class_1784;
      named COOL_WARM Lnet/minecraft/world/biome/layer/EdgeLayer$Type;COOL_WARM:Lnet/minecraft/world/biome/layer/EdgeLayer$Type;
    • HEAT_ICE

      public static final EdgeLayer.Type HEAT_ICE
      Mappings:
      Namespace Name Mixin selector
      official b Laxk$a;b:Laxk$a;
      intermediary field_7594 Lnet/minecraft/class_1782$class_1784;field_7594:Lnet/minecraft/class_1782$class_1784;
      named HEAT_ICE Lnet/minecraft/world/biome/layer/EdgeLayer$Type;HEAT_ICE:Lnet/minecraft/world/biome/layer/EdgeLayer$Type;
    • SPECIAL

      public static final EdgeLayer.Type SPECIAL
      Mappings:
      Namespace Name Mixin selector
      official c Laxk$a;c:Laxk$a;
      intermediary field_7595 Lnet/minecraft/class_1782$class_1784;field_7595:Lnet/minecraft/class_1782$class_1784;
      named SPECIAL Lnet/minecraft/world/biome/layer/EdgeLayer$Type;SPECIAL:Lnet/minecraft/world/biome/layer/EdgeLayer$Type;
  • Constructor Details

    • Type

      private Type()
  • Method Details

    • values

      public static EdgeLayer.Type[] 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 EdgeLayer.Type 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