Uses of Class
net.minecraft.util.math.VerticalSurfaceType
| Package | Description |
|---|---|
| net.minecraft.util.math | |
| net.minecraft.world.gen.decorator | |
| net.minecraft.world.gen.feature |
-
Uses of VerticalSurfaceType in net.minecraft.util.math
Fields in net.minecraft.util.math declared as VerticalSurfaceType Modifier and Type Field Description private static VerticalSurfaceType[]VerticalSurfaceType. VALUESFields in net.minecraft.util.math with type parameters of type VerticalSurfaceType Modifier and Type Field Description static com.mojang.serialization.Codec<VerticalSurfaceType>VerticalSurfaceType. CODECMethods in net.minecraft.util.math that return VerticalSurfaceType Modifier and Type Method Description static VerticalSurfaceTypeVerticalSurfaceType. byName(String name)static VerticalSurfaceTypeVerticalSurfaceType. valueOf(String name)Returns the enum constant of this type with the specified name.static VerticalSurfaceType[]VerticalSurfaceType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of VerticalSurfaceType in net.minecraft.world.gen.decorator
Fields in net.minecraft.world.gen.decorator declared as VerticalSurfaceType Modifier and Type Field Description VerticalSurfaceTypeCaveSurfaceDecoratorConfig. surfaceConstructors in net.minecraft.world.gen.decorator with parameters of type VerticalSurfaceType Constructor Description CaveSurfaceDecoratorConfig(VerticalSurfaceType surface, int searchRange) -
Uses of VerticalSurfaceType in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as VerticalSurfaceType Modifier and Type Field Description VerticalSurfaceTypeVegetationPatchFeatureConfig. surfaceConstructors in net.minecraft.world.gen.feature with parameters of type VerticalSurfaceType Constructor Description VegetationPatchFeatureConfig(Identifier replaceable, BlockStateProvider groundState, Supplier<ConfiguredFeature<?,?>> vegetationFeature, VerticalSurfaceType surface, IntProvider depth, float extraBottomBlockChance, int verticalRange, float vegetationChance, IntProvider horizontalRadius, float extraEdgeColumnChance)