Uses of Class
net.minecraft.world.gen.feature.util.CaveSurface
-
Uses of CaveSurface in net.minecraft.world.gen.feature.util
Modifier and TypeClassDescriptionstatic final class
static final class
static final class
Modifier 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) Modifier and TypeMethodDescriptionstatic Optional<CaveSurface>
CaveSurface.create
(TestableWorld world, BlockPos pos, int height, Predicate<BlockState> canGenerate, Predicate<BlockState> canReplace)