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.feature
Fields in net.minecraft.world.level.levelgen.feature declared as CaveSurfaceMethod parameters in net.minecraft.world.level.levelgen.feature with type arguments of type CaveSurfaceModifier and TypeMethodDescriptionprotected static <T extends VegetationPatchFeature>
com.mojang.serialization.MapCodec<T> VegetationPatchFeature.makeCodec(com.mojang.datafixers.util.Function10<HolderSet<Block>, Holder<BlockStateProvider>, Holder<PlacedFeature>, CaveSurface, IntProvider, Float, Integer, Float, IntProvider, Float, T> constructor) Constructors in net.minecraft.world.level.levelgen.feature with parameters of type CaveSurfaceModifierConstructorDescriptionVegetationPatchFeature(HolderSet<Block> replaceable, Holder<BlockStateProvider> groundState, Holder<PlacedFeature> vegetationFeature, CaveSurface surface, IntProvider depth, float extraBottomBlockChance, int verticalRange, float vegetationChance, IntProvider xzRadius, float extraEdgeColumnChance) WaterloggedVegetationPatchFeature(HolderSet<Block> replaceable, Holder<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.material
Methods in net.minecraft.world.level.levelgen.material with parameters of type CaveSurfaceModifier and TypeMethodDescriptionstatic MaterialConditionMaterialRules.stoneDepthCheck(int offset, boolean addSurfaceDepth1, int secondaryDepthRange, CaveSurface surfaceType) static MaterialConditionMaterialRules.stoneDepthCheck(int offset, boolean addSurfaceDepth1, CaveSurface surfaceType) -
Uses of CaveSurface in net.minecraft.world.level.levelgen.material.condition
Fields in net.minecraft.world.level.levelgen.material.condition declared as CaveSurfaceModifier and TypeFieldDescriptionprivate final CaveSurfaceStoneDepthCondition.surfaceTypeThe field for thesurfaceTyperecord component.Methods in net.minecraft.world.level.levelgen.material.condition that return CaveSurfaceModifier and TypeMethodDescriptionStoneDepthCondition.surfaceType()Returns the value of thesurfaceTyperecord component.Constructors in net.minecraft.world.level.levelgen.material.condition with parameters of type CaveSurfaceModifierConstructorDescriptionStoneDepthCondition(int offset, boolean addSurfaceDepth, int secondaryDepthRange, CaveSurface surfaceType) Creates an instance of aStoneDepthConditionrecord class. -
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 CaveSurfaceModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<CaveSurface> CaveSurface.CODECMethods 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.