Enum Class Biome.Precipitation

java.lang.Object
java.lang.Enum<Biome.Precipitation>
net.minecraft.world.biome.Biome.Precipitation
All Implemented Interfaces:
Serializable, Comparable<Biome.Precipitation>, Constable, StringIdentifiable
Enclosing class:
Biome

public static enum Biome.Precipitation extends Enum<Biome.Precipitation> implements StringIdentifiable
Mappings:
Namespace Name
named net/minecraft/world/biome/Biome$Precipitation
intermediary net/minecraft/class_1959$class_1963
official ddw$c
  • Enum Constant Details Link icon

    • NONE Link icon

      public static final Biome.Precipitation NONE
      Mappings:
      Namespace Name Mixin selector
      named NONE Lnet/minecraft/world/biome/Biome$Precipitation;NONE:Lnet/minecraft/world/biome/Biome$Precipitation;
      intermediary field_9384 Lnet/minecraft/class_1959$class_1963;field_9384:Lnet/minecraft/class_1959$class_1963;
      official a Lddw$c;a:Lddw$c;
    • RAIN Link icon

      public static final Biome.Precipitation RAIN
      Mappings:
      Namespace Name Mixin selector
      named RAIN Lnet/minecraft/world/biome/Biome$Precipitation;RAIN:Lnet/minecraft/world/biome/Biome$Precipitation;
      intermediary field_9382 Lnet/minecraft/class_1959$class_1963;field_9382:Lnet/minecraft/class_1959$class_1963;
      official b Lddw$c;b:Lddw$c;
    • SNOW Link icon

      public static final Biome.Precipitation SNOW
      Mappings:
      Namespace Name Mixin selector
      named SNOW Lnet/minecraft/world/biome/Biome$Precipitation;SNOW:Lnet/minecraft/world/biome/Biome$Precipitation;
      intermediary field_9383 Lnet/minecraft/class_1959$class_1963;field_9383:Lnet/minecraft/class_1959$class_1963;
      official c Lddw$c;c:Lddw$c;
  • Field Details Link icon

    • CODEC Link icon

      public static final com.mojang.serialization.Codec<Biome.Precipitation> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/world/biome/Biome$Precipitation;CODEC:Lcom/mojang/serialization/Codec;
      intermediary field_46251 Lnet/minecraft/class_1959$class_1963;field_46251:Lcom/mojang/serialization/Codec;
      official d Lddw$c;d:Lcom/mojang/serialization/Codec;
    • name Link icon

      private final String name
      Mappings:
      Namespace Name Mixin selector
      named name Lnet/minecraft/world/biome/Biome$Precipitation;name:Ljava/lang/String;
      intermediary field_46252 Lnet/minecraft/class_1959$class_1963;field_46252:Ljava/lang/String;
      official e Lddw$c;e:Ljava/lang/String;
  • Constructor Details Link icon

    • Precipitation Link icon

      private Precipitation(String name)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/world/biome/Biome$Precipitation;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_1959$class_1963;<init>(Ljava/lang/String;ILjava/lang/String;)V
      official <init> Lddw$c;<init>(Ljava/lang/String;ILjava/lang/String;)V
  • Method Details Link icon

    • values Link icon

      public static Biome.Precipitation[] 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 Biome.Precipitation 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
    • asString Link icon

      public String asString()
      Returns the unique string representation of the enum, used for serialization.
      Specified by:
      asString in interface StringIdentifiable
      Returns:
      the unique string representation of the enum, used for serialization
      Mappings:
      Namespace Name Mixin selector
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      official c Lazk;c()Ljava/lang/String;