Enum Class FeatureType
- All Implemented Interfaces:
WrappedConstant<FeatureType>, Serializable, Comparable<FeatureType>, Constable
@NullMarked
@AsOf("2.3.0")
@Generated("2026-07-15T18:48:22.503228Z")
public enum FeatureType
extends Enum<FeatureType>
implements WrappedConstant<FeatureType>
Auto-generated. Do not modify!
Run ./gradlew generateSources to regenerate.
Typed references to the built-in feature types, the algorithms in the FEATURE registry.
- 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 TypeMethodDescriptionkey()The vanilla registry path for this feature.static FeatureTypeReturns the enum constant of this class with the specified name.static FeatureType[]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 WrappedConstant
fromNms, toNms
-
Enum Constant Details
-
NO_OP
-
TREE
-
FALLEN_TREE
-
BLOCK_PILE
-
SPRING
-
CHORUS_PLANT
-
REPLACE_SINGLE_BLOCK
-
VOID_START_PLATFORM
-
DESERT_WELL
-
FOSSIL
-
HUGE_RED_MUSHROOM
-
HUGE_BROWN_MUSHROOM
-
SPIKE
-
GLOWSTONE_BLOB
-
FREEZE_TOP_LAYER
-
VINES
-
BLOCK_COLUMN
-
VEGETATION_PATCH
-
WATERLOGGED_VEGETATION_PATCH
-
ROOT_SYSTEM
-
MULTIFACE_GROWTH
-
UNDERWATER_MAGMA
-
MONSTER_ROOM
-
BLUE_ICE
-
ICEBERG
-
BLOCK_BLOB
-
DISK
-
LAKE
-
ORE
-
END_PLATFORM
-
END_SPIKE
-
END_ISLAND
-
END_GATEWAY
-
SEAGRASS
-
KELP
-
CORAL_TREE
-
CORAL_MUSHROOM
-
CORAL_CLAW
-
SEA_PICKLE
-
SIMPLE_BLOCK
-
BAMBOO
-
HUGE_FUNGUS
-
NETHER_FOREST_VEGETATION
-
WEEPING_VINES
-
TWISTING_VINES
-
BASALT_COLUMNS
-
DELTA_FEATURE
-
REPLACE_BLOBS
-
FILL_LAYER
-
BONUS_CHEST
-
BASALT_PILLAR
-
SCATTERED_ORE
-
RANDOM_SELECTOR
-
WEIGHTED_RANDOM_SELECTOR
-
SIMPLE_RANDOM_SELECTOR
-
RANDOM_BOOLEAN_SELECTOR
-
SEQUENCE
-
TEMPLATE
-
GEODE
-
SPELEOTHEM_CLUSTER
-
LARGE_DRIPSTONE
-
SPELEOTHEM
-
SCULK_PATCH
-
POINTED_DRIPSTONE
-
-
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
-
key
-
resourceKey
-
translator
- Specified by:
translatorin interfaceWrappedConstant<FeatureType>
-