Enum EdgeLayer.Type

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

public static enum EdgeLayer.Type
extends Enum<EdgeLayer.Type>
Mappings:
Namespace Name
official arr$a
intermediary net/minecraft/class_595$class_596
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 Larr$a;a:Larr$a;
      intermediary field_2258 Lnet/minecraft/class_595$class_596;field_2258:Lnet/minecraft/class_595$class_596;
      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 Larr$a;b:Larr$a;
      intermediary field_2259 Lnet/minecraft/class_595$class_596;field_2259:Lnet/minecraft/class_595$class_596;
      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 Larr$a;c:Larr$a;
      intermediary field_2260 Lnet/minecraft/class_595$class_596;field_2260:Lnet/minecraft/class_595$class_596;
      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 type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static EdgeLayer.Type valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null