Enum Class class_1743

java.lang.Object
java.lang.Enum<class_1743>
net.minecraft.world.biome.class_1743
All Implemented Interfaces:
Serializable, Comparable<class_1743>, Constable

public enum class_1743 extends Enum<class_1743>
Mappings:
Namespace Name
official arp
intermediary net/minecraft/class_1743
named net/minecraft/world/biome/class_1743
  • Enum Constant Details

    • OCEAN

      public static final class_1743 OCEAN
      Mappings:
      Namespace Name Mixin selector
      official a Larp;a:Larp;
      intermediary field_7222 Lnet/minecraft/class_1743;field_7222:Lnet/minecraft/class_1743;
      named OCEAN Lnet/minecraft/world/biome/class_1743;OCEAN:Lnet/minecraft/world/biome/class_1743;
    • COLD

      public static final class_1743 COLD
      Mappings:
      Namespace Name Mixin selector
      official b Larp;b:Larp;
      intermediary field_7223 Lnet/minecraft/class_1743;field_7223:Lnet/minecraft/class_1743;
      named COLD Lnet/minecraft/world/biome/class_1743;COLD:Lnet/minecraft/world/biome/class_1743;
    • MEDIUM

      public static final class_1743 MEDIUM
      Mappings:
      Namespace Name Mixin selector
      official c Larp;c:Larp;
      intermediary field_7224 Lnet/minecraft/class_1743;field_7224:Lnet/minecraft/class_1743;
      named MEDIUM Lnet/minecraft/world/biome/class_1743;MEDIUM:Lnet/minecraft/world/biome/class_1743;
    • WARM

      public static final class_1743 WARM
      Mappings:
      Namespace Name Mixin selector
      official d Larp;d:Larp;
      intermediary field_7225 Lnet/minecraft/class_1743;field_7225:Lnet/minecraft/class_1743;
      named WARM Lnet/minecraft/world/biome/class_1743;WARM:Lnet/minecraft/world/biome/class_1743;
  • Constructor Details

    • class_1743

      private class_1743()
  • Method Details

    • values

      public static class_1743[] 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 class_1743 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