Enum Class HeightmapType
- All Implemented Interfaces:
WrappedEnumerator<HeightmapType>, Serializable, Comparable<HeightmapType>, Constable
@NullMarked
@AsOf("2.3.0")
public enum HeightmapType
extends Enum<HeightmapType>
implements WrappedEnumerator<HeightmapType>
Wraps Minecraft's Heightmap.Types, the heightmap a placement samples against.
- Since:
- 2.3.0
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetKey()The vanilla serialized name for this heightmap type.static HeightmapTypeReturns the enum constant of this class with the specified name.static HeightmapType[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface WrappedEnumerator
fromNms, toNms, toNms
-
Enum Constant Details
-
WORLD_SURFACE_WG
-
WORLD_SURFACE
-
OCEAN_FLOOR_WG
-
OCEAN_FLOOR
-
MOTION_BLOCKING
-
MOTION_BLOCKING_NO_LEAVES
-
-
Field Details
-
TRANSLATOR
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
getKey
-
translator
- Specified by:
translatorin interfaceWrappedEnumerator<HeightmapType>
-