Class DripstoneColumn.Empty
java.lang.Object
net.minecraft.world.gen.feature.util.DripstoneColumn
net.minecraft.world.gen.feature.util.DripstoneColumn.Empty
- Enclosing class:
- DripstoneColumn
public static final class DripstoneColumn.Empty extends DripstoneColumn
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.gen.feature.util.DripstoneColumn
DripstoneColumn.Bounded, DripstoneColumn.Empty, DripstoneColumn.Half
-
Field Summary
Fields Modifier and Type Field Description private static DripstoneColumn.Empty
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description private
Empty()
-
Method Summary
Modifier and Type Method Description OptionalInt
getCeilingHeight()
OptionalInt
getFloorHeight()
String
toString()
Methods inherited from class net.minecraft.world.gen.feature.util.DripstoneColumn
create, create, createBounded, createEmpty, createHalfWithCeiling, createHalfWithFloor, withFloor
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Empty
private Empty()
-
-
Method Details
-
getCeilingHeight
- Specified by:
getCeilingHeight
in classDripstoneColumn
-
getFloorHeight
- Specified by:
getFloorHeight
in classDripstoneColumn
-
toString
-