Uses of Class
net.minecraft.world.gen.feature.util.CaveSurface
Package | Description |
---|---|
net.minecraft.world.gen.feature.util |
-
Uses of CaveSurface in net.minecraft.world.gen.feature.util
Subclasses of CaveSurface in net.minecraft.world.gen.feature.util Modifier and Type Class Description static class
CaveSurface.Bounded
static class
CaveSurface.Empty
static class
CaveSurface.Half
Methods in net.minecraft.world.gen.feature.util that return CaveSurface Modifier and Type Method Description static 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)
CaveSurface
CaveSurface. method_35328(OptionalInt optionalInt)
static CaveSurface
CaveSurface. method_35329(int int2)
CaveSurface
CaveSurface. withFloor(OptionalInt floor)
Methods in net.minecraft.world.gen.feature.util that return types with arguments of type CaveSurface Modifier and Type Method Description static Optional<CaveSurface>
CaveSurface. create(TestableWorld world, BlockPos pos, int height, Predicate<BlockState> canGenerate, Predicate<BlockState> canReplace)