Enum Heightmap.class_1105

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

@Environment(CLIENT)
public static enum Heightmap.class_1105
extends Enum<Heightmap.class_1105>
Mappings:
Namespace Name
official bhn$b
intermediary net/minecraft/class_1103$class_1105
named net/minecraft/world/Heightmap$class_1105
  • Enum Constant Details

    • field_4724

      public static final Heightmap.class_1105 field_4724
      Mappings:
      Namespace Name Mixin selector
      official a Lbhn$b;a:Lbhn$b;
      intermediary field_4724 Lnet/minecraft/class_1103$class_1105;field_4724:Lnet/minecraft/class_1103$class_1105;
      named field_4724 Lnet/minecraft/world/Heightmap$class_1105;field_4724:Lnet/minecraft/world/Heightmap$class_1105;
    • field_4725

      public static final Heightmap.class_1105 field_4725
      Mappings:
      Namespace Name Mixin selector
      official b Lbhn$b;b:Lbhn$b;
      intermediary field_4725 Lnet/minecraft/class_1103$class_1105;field_4725:Lnet/minecraft/class_1103$class_1105;
      named field_4725 Lnet/minecraft/world/Heightmap$class_1105;field_4725:Lnet/minecraft/world/Heightmap$class_1105;
  • Constructor Details

    • class_1105

      private class_1105()
  • Method Details

    • values

      public static Heightmap.class_1105[] 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 Heightmap.class_1105 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