Enum Class Heightmap.Type

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

public static enum Heightmap.Type extends Enum<Heightmap.Type> implements IStringSerializable
  • Enum Constant Details

    • WORLD_SURFACE_WG

      public static final Heightmap.Type WORLD_SURFACE_WG
    • WORLD_SURFACE

      public static final Heightmap.Type WORLD_SURFACE
    • OCEAN_FLOOR_WG

      public static final Heightmap.Type OCEAN_FLOOR_WG
    • OCEAN_FLOOR

      public static final Heightmap.Type OCEAN_FLOOR
    • MOTION_BLOCKING

      public static final Heightmap.Type MOTION_BLOCKING
    • MOTION_BLOCKING_NO_LEAVES

      public static final Heightmap.Type MOTION_BLOCKING_NO_LEAVES
  • Field Details

  • Constructor Details

  • Method Details

    • values

      public static Heightmap.Type[] 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.Type 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
    • getSerializationKey

      public String getSerializationKey()
    • sendToClient

      public boolean sendToClient()
    • keepAfterWorldgen

      public boolean keepAfterWorldgen()
    • getFromKey

      @Nullable public static Heightmap.Type getFromKey(String p_203501_0_)
    • isOpaque

      public Predicate<BlockState> isOpaque()
    • getSerializedName

      public String getSerializedName()
      Specified by:
      getSerializedName in interface IStringSerializable