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 classCaveSurface.Boundedstatic classCaveSurface.Emptystatic classCaveSurface.HalfMethods in net.minecraft.world.gen.feature.util that return CaveSurface Modifier and Type Method Description static CaveSurfaceCaveSurface. create(OptionalInt ceilingHeight, OptionalInt floorHeight)static CaveSurfaceCaveSurface. createEmpty()static CaveSurfaceCaveSurface. createHalfWithCeiling(int ceiling)static CaveSurfaceCaveSurface. createHalfWithFloor(int floor)static CaveSurfaceCaveSurface. method_35327(int int2)CaveSurfaceCaveSurface. method_35328(OptionalInt optionalInt)static CaveSurfaceCaveSurface. method_35329(int int2)CaveSurfaceCaveSurface. 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)