Uses of Enum Class
net.minecraft.world.level.levelgen.placement.CaveSurface
Package
Description
-
Uses of CaveSurface in net.minecraft.world.level.levelgen
Modifier and TypeFieldDescriptionprivate final CaveSurface
SurfaceRules.StoneDepthCheck.surfaceType
The field for thesurfaceType
record component.Modifier and TypeMethodDescriptionSurfaceRules.StoneDepthCheck.surfaceType()
Returns the value of thesurfaceType
record component.Modifier and TypeMethodDescriptionstatic SurfaceRules.ConditionSource
SurfaceRules.stoneDepthCheck
(int p_202172_, boolean p_202173_, int p_202174_, CaveSurface p_202175_) static SurfaceRules.ConditionSource
SurfaceRules.stoneDepthCheck
(int p_202177_, boolean p_202178_, CaveSurface p_202179_) ModifierConstructorDescription(package private)
StoneDepthCheck
(int offset, boolean addSurfaceDepth, int secondaryDepthRange, CaveSurface surfaceType) Creates an instance of aStoneDepthCheck
record class. -
Uses of CaveSurface in net.minecraft.world.level.levelgen.feature.configurations
ModifierConstructorDescriptionVegetationPatchConfiguration
(TagKey<Block> p_204856_, BlockStateProvider p_204857_, Holder<PlacedFeature> p_204858_, CaveSurface p_204859_, IntProvider p_204860_, float p_204861_, int p_204862_, float p_204863_, IntProvider p_204864_, float p_204865_) -
Uses of CaveSurface in net.minecraft.world.level.levelgen.placement
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<CaveSurface>
CaveSurface.CODEC
Modifier and TypeMethodDescriptionstatic CaveSurface
static CaveSurface
Returns the enum constant of this class with the specified name.static CaveSurface[]
CaveSurface.values()
Returns an array containing the constants of this enum class, in the order they are declared.