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 declared as VerticalSurfaceTypeFields in net.minecraft.util.math with type parameters of type VerticalSurfaceTypeModifier and TypeFieldDescriptionstatic 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.decorator
Fields in net.minecraft.world.gen.decorator declared as VerticalSurfaceTypeConstructors in net.minecraft.world.gen.decorator with parameters of type VerticalSurfaceTypeModifierConstructorDescriptionCaveSurfaceDecoratorConfig(VerticalSurfaceType surface, int searchRange) -
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<ConfiguredFeature<?,?>> vegetationFeature, VerticalSurfaceType surface, IntProvider depth, float extraBottomBlockChance, int verticalRange, float vegetationChance, IntProvider horizontalRadius, float extraEdgeColumnChance)