Uses of Class
net.minecraft.world.gen.feature.util.CaveSurface
Packages that use CaveSurface
-
Uses of CaveSurface in net.minecraft.world.gen.feature.util
Subclasses of CaveSurface in net.minecraft.world.gen.feature.utilModifier and TypeClassDescriptionstatic final class
static final class
static final class
Methods in net.minecraft.world.gen.feature.util that return CaveSurfaceModifier and TypeMethodDescriptionstatic CaveSurface
CaveSurface.create
(OptionalInt ceilingHeight, OptionalInt floorHeight) static CaveSurface
CaveSurface.createEmpty()
static CaveSurface
CaveSurface.createHalfWithCeiling
(int ceiling) static CaveSurface
CaveSurface.createHalfWithFloor
(int floor) static CaveSurface
CaveSurface.method_35327
(int int2) static CaveSurface
CaveSurface.method_35329
(int int2) CaveSurface.withCeiling
(OptionalInt ceiling) CaveSurface.withFloor
(OptionalInt floor) Methods in net.minecraft.world.gen.feature.util that return types with arguments of type CaveSurfaceModifier and TypeMethodDescriptionstatic Optional
<CaveSurface> CaveSurface.create
(TestableWorld world, BlockPos pos, int height, Predicate<BlockState> canGenerate, Predicate<BlockState> canReplace)