Uses of Enum Class
net.minecraft.world.level.levelgen.placement.CaveSurface
Packages that use CaveSurface
Package
Description
-
Uses of CaveSurface in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen declared as CaveSurfaceModifier and TypeFieldDescriptionprivate final CaveSurface
SurfaceRules.StoneDepthCheck.surfaceType
The field for thesurfaceType
record component.Methods in net.minecraft.world.level.levelgen that return CaveSurfaceModifier and TypeMethodDescriptionSurfaceRules.StoneDepthCheck.surfaceType()
Returns the value of thesurfaceType
record component.Methods in net.minecraft.world.level.levelgen with parameters of type CaveSurfaceModifier and TypeMethodDescriptionstatic SurfaceRules.ConditionSource
SurfaceRules.stoneDepthCheck
(int pOffset, boolean pAddSurfaceDepth, int pSecondaryDepthRange, CaveSurface pSurfaceType) static SurfaceRules.ConditionSource
SurfaceRules.stoneDepthCheck
(int pOffset, boolean pAddSurfaceDepth, CaveSurface pSurfaceType) Constructors in net.minecraft.world.level.levelgen with parameters of type CaveSurfaceModifierConstructorDescription(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
Fields in net.minecraft.world.level.levelgen.feature.configurations declared as CaveSurfaceConstructors in net.minecraft.world.level.levelgen.feature.configurations with parameters of type CaveSurfaceModifierConstructorDescriptionVegetationPatchConfiguration
(TagKey<Block> pReplaceable, BlockStateProvider pGroundState, Holder<PlacedFeature> pVegetationFeature, CaveSurface pSurface, IntProvider pDepth, float pExtraBottomBlockChance, int pVerticalRange, float pVegetationChance, IntProvider pXzRadius, float pExtraEdgeColumnChance) -
Uses of CaveSurface in net.minecraft.world.level.levelgen.placement
Fields in net.minecraft.world.level.levelgen.placement with type parameters of type CaveSurfaceModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<CaveSurface> CaveSurface.CODEC
Methods in net.minecraft.world.level.levelgen.placement that return CaveSurfaceModifier and TypeMethodDescriptionstatic 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.