Uses of Enum Class
net.minecraft.util.math.VerticalSurfaceType
Packages that use VerticalSurfaceType
Package
Description
-
Uses of VerticalSurfaceType in net.minecraft.util.math
Fields in net.minecraft.util.math with type parameters of type VerticalSurfaceTypeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<VerticalSurfaceType>
VerticalSurfaceType.CODEC
Methods in net.minecraft.util.math that return VerticalSurfaceTypeModifier and TypeMethodDescriptionstatic VerticalSurfaceType
Returns the enum constant of this class with the specified name.static VerticalSurfaceType[]
VerticalSurfaceType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of VerticalSurfaceType in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as VerticalSurfaceTypeConstructors in net.minecraft.world.gen.feature with parameters of type VerticalSurfaceTypeModifierConstructorDescriptionVegetationPatchFeatureConfig
(TagKey<Block> replaceable, BlockStateProvider groundState, RegistryEntry<PlacedFeature> vegetationFeature, VerticalSurfaceType surface, IntProvider depth, float extraBottomBlockChance, int verticalRange, float vegetationChance, IntProvider horizontalRadius, float extraEdgeColumnChance) -
Uses of VerticalSurfaceType in net.minecraft.world.gen.surfacebuilder
Fields in net.minecraft.world.gen.surfacebuilder declared as VerticalSurfaceTypeModifier and TypeFieldDescriptionprivate final VerticalSurfaceType
MaterialRules.StoneDepthMaterialCondition.surfaceType
The field for thesurfaceType
record component.Methods in net.minecraft.world.gen.surfacebuilder that return VerticalSurfaceTypeModifier and TypeMethodDescriptionMaterialRules.StoneDepthMaterialCondition.surfaceType()
Returns the value of thesurfaceType
record component.Methods in net.minecraft.world.gen.surfacebuilder with parameters of type VerticalSurfaceTypeModifier and TypeMethodDescriptionMaterialRules.stoneDepth
(int offset, boolean addSurfaceDepth, int secondaryDepthRange, VerticalSurfaceType verticalSurfaceType) MaterialRules.stoneDepth
(int offset, boolean addSurfaceDepth, VerticalSurfaceType verticalSurfaceType) Constructors in net.minecraft.world.gen.surfacebuilder with parameters of type VerticalSurfaceTypeModifierConstructorDescription(package private)
StoneDepthMaterialCondition
(int int2, boolean bool, int int3, VerticalSurfaceType verticalSurfaceType)