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 CaveSurfaceSurfaceRules.StoneDepthCheck.surfaceTypeThe field for thesurfaceTyperecord component.Methods in net.minecraft.world.level.levelgen that return CaveSurfaceModifier and TypeMethodDescriptionSurfaceRules.StoneDepthCheck.surfaceType()Returns the value of thesurfaceTyperecord component.Methods in net.minecraft.world.level.levelgen with parameters of type CaveSurfaceModifier and TypeMethodDescriptionstatic SurfaceRules.ConditionSourceSurfaceRules.stoneDepthCheck(int offset, boolean addSurfaceDepth1, int secondaryDepthRange, CaveSurface surfaceType) static SurfaceRules.ConditionSourceSurfaceRules.stoneDepthCheck(int offset, boolean addSurfaceDepth1, CaveSurface surfaceType) Constructors in net.minecraft.world.level.levelgen with parameters of type CaveSurfaceModifierConstructorDescriptionprivateStoneDepthCheck(int offset, boolean addSurfaceDepth, int secondaryDepthRange, CaveSurface surfaceType) Creates an instance of aStoneDepthCheckrecord 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> replaceable, BlockStateProvider groundState, Holder<PlacedFeature> vegetationFeature, CaveSurface surface, IntProvider depth, float extraBottomBlockChance, int verticalRange, float vegetationChance, IntProvider xzRadius, float extraEdgeColumnChance) -
Uses of CaveSurface in net.minecraft.world.level.levelgen.placement
Subclasses with type arguments of type CaveSurface in net.minecraft.world.level.levelgen.placementFields in net.minecraft.world.level.levelgen.placement with type parameters of type CaveSurfaceMethods in net.minecraft.world.level.levelgen.placement that return CaveSurfaceModifier and TypeMethodDescriptionstatic CaveSurfaceReturns 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.