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.CODECMethods in net.minecraft.util.math that return VerticalSurfaceTypeModifier and TypeMethodDescriptionstatic VerticalSurfaceTypeReturns 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 VerticalSurfaceTypeMaterialRules.StoneDepthMaterialCondition.surfaceTypeThe field for thesurfaceTyperecord component.Methods in net.minecraft.world.gen.surfacebuilder that return VerticalSurfaceTypeModifier and TypeMethodDescriptionMaterialRules.StoneDepthMaterialCondition.surfaceType()Returns the value of thesurfaceTyperecord 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)