Enum Biome.Temperature

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

public static enum Biome.Temperature
extends Enum<Biome.Temperature>
Mappings:
Namespace Name
official ady$b
intermediary net/minecraft/class_113$class_115
named net/minecraft/world/biome/Biome$Temperature
  • Enum Constant Details

    • OCEAN

      public static final Biome.Temperature OCEAN
      Mappings:
      Namespace Name Mixin selector
      official a Lady$b;a:Lady$b;
      intermediary field_434 Lnet/minecraft/class_113$class_115;field_434:Lnet/minecraft/class_113$class_115;
      named OCEAN Lnet/minecraft/world/biome/Biome$Temperature;OCEAN:Lnet/minecraft/world/biome/Biome$Temperature;
    • COLD

      public static final Biome.Temperature COLD
      Mappings:
      Namespace Name Mixin selector
      official b Lady$b;b:Lady$b;
      intermediary field_435 Lnet/minecraft/class_113$class_115;field_435:Lnet/minecraft/class_113$class_115;
      named COLD Lnet/minecraft/world/biome/Biome$Temperature;COLD:Lnet/minecraft/world/biome/Biome$Temperature;
    • MEDIUM

      public static final Biome.Temperature MEDIUM
      Mappings:
      Namespace Name Mixin selector
      official c Lady$b;c:Lady$b;
      intermediary field_436 Lnet/minecraft/class_113$class_115;field_436:Lnet/minecraft/class_113$class_115;
      named MEDIUM Lnet/minecraft/world/biome/Biome$Temperature;MEDIUM:Lnet/minecraft/world/biome/Biome$Temperature;
    • WARM

      public static final Biome.Temperature WARM
      Mappings:
      Namespace Name Mixin selector
      official d Lady$b;d:Lady$b;
      intermediary field_437 Lnet/minecraft/class_113$class_115;field_437:Lnet/minecraft/class_113$class_115;
      named WARM Lnet/minecraft/world/biome/Biome$Temperature;WARM:Lnet/minecraft/world/biome/Biome$Temperature;
  • Constructor Details

    • Temperature

      private Temperature()
  • Method Details

    • values

      public static Biome.Temperature[] 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 Biome.Temperature 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