Enum Class Heightmap.Purpose

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

public static enum Heightmap.Purpose extends Enum<Heightmap.Purpose>
Mappings:
Namespace Name
named net/minecraft/world/Heightmap$Purpose
intermediary net/minecraft/class_2902$class_2904
official dxw$b
  • Enum Constant Details

    • WORLDGEN

      public static final Heightmap.Purpose WORLDGEN
      Mappings:
      Namespace Name Mixin selector
      named WORLDGEN Lnet/minecraft/world/Heightmap$Purpose;WORLDGEN:Lnet/minecraft/world/Heightmap$Purpose;
      intermediary field_13207 Lnet/minecraft/class_2902$class_2904;field_13207:Lnet/minecraft/class_2902$class_2904;
      official a Ldxw$b;a:Ldxw$b;
    • LIVE_WORLD

      public static final Heightmap.Purpose LIVE_WORLD
      Mappings:
      Namespace Name Mixin selector
      named LIVE_WORLD Lnet/minecraft/world/Heightmap$Purpose;LIVE_WORLD:Lnet/minecraft/world/Heightmap$Purpose;
      intermediary field_13206 Lnet/minecraft/class_2902$class_2904;field_13206:Lnet/minecraft/class_2902$class_2904;
      official b Ldxw$b;b:Ldxw$b;
    • CLIENT

      public static final Heightmap.Purpose CLIENT
      Mappings:
      Namespace Name Mixin selector
      named CLIENT Lnet/minecraft/world/Heightmap$Purpose;CLIENT:Lnet/minecraft/world/Heightmap$Purpose;
      intermediary field_16424 Lnet/minecraft/class_2902$class_2904;field_16424:Lnet/minecraft/class_2902$class_2904;
      official c Ldxw$b;c:Ldxw$b;
  • Constructor Details

    • Purpose

      private Purpose()
  • Method Details

    • values

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