Uses of Enum Class
net.minecraft.util.math.VerticalSurfaceType
Packages that use VerticalSurfaceType
Package
Description
The base package for all Minecraft classes.
-
Uses of VerticalSurfaceType in net.minecraft
Fields in net.minecraft declared as VerticalSurfaceTypeModifier and TypeFieldDescriptionfinal VerticalSurfaceTypeclass_7006.field_36918final VerticalSurfaceTypeclass_7007.field_36929Constructors in net.minecraft with parameters of type VerticalSurfaceTypeModifierConstructorDescriptionclass_7006(Identifier identifier, BlockStateProvider blockStateProvider, Supplier<ConfiguredFeature<?, ?>> supplier, Supplier<ConfiguredFeature<?, ?>> supplier2, VerticalSurfaceType verticalSurfaceType, int int2, int int3, int int4, int int5) class_7007(Identifier identifier, BlockStateProvider blockStateProvider, Supplier<ConfiguredFeature<?, ?>> supplier, float float2, VerticalSurfaceType verticalSurfaceType, int int2, IntProvider intProvider) -
Uses of VerticalSurfaceType in net.minecraft.util.math
Fields in net.minecraft.util.math declared as VerticalSurfaceTypeModifier and TypeFieldDescriptionprivate static final VerticalSurfaceType[]VerticalSurfaceType.VALUESFields 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 VerticalSurfaceTypestatic 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(Identifier replaceable, BlockStateProvider groundState, Supplier<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, boolean addSecondarySurfaceDepth, VerticalSurfaceType surfaceType) Constructors in net.minecraft.world.gen.surfacebuilder with parameters of type VerticalSurfaceTypeModifierConstructorDescription(package private)StoneDepthMaterialCondition(int int2, boolean bool, boolean bool2, VerticalSurfaceType verticalSurfaceType)