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
- Mappings:
Namespace Name official cme$aintermediary net/minecraft/class_5721$class_5722named net/minecraft/world/gen/feature/util/DripstoneColumn$Empty
-
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.EmptyINSTANCE -
Constructor Summary
Constructors Modifier Constructor Description privateEmpty() -
Method Summary
Modifier and Type Method Description OptionalIntgetCeilingHeight()OptionalIntgetFloorHeight()OptionalIntgetOptionalHeight()StringtoString()Methods inherited from class net.minecraft.world.gen.feature.util.DripstoneColumn
create, create, createBounded, createEmpty, createHalfWithCeiling, createHalfWithFloor, withFloor
-
Field Details
-
INSTANCE
- Mappings:
Namespace Name Mixin selector official aLcme$a;a:Lcme$a;intermediary field_28197Lnet/minecraft/class_5721$class_5722;field_28197:Lnet/minecraft/class_5721$class_5722;named INSTANCELnet/minecraft/world/gen/feature/util/DripstoneColumn$Empty;INSTANCE:Lnet/minecraft/world/gen/feature/util/DripstoneColumn$Empty;
-
-
Constructor Details
-
Empty
private Empty()
-
-
Method Details
-
getCeilingHeight
- Specified by:
getCeilingHeightin classDripstoneColumn- Mappings:
Namespace Name Mixin selector official bLcme;b()Ljava/util/OptionalInt;intermediary method_32985Lnet/minecraft/class_5721;method_32985()Ljava/util/OptionalInt;named getCeilingHeightLnet/minecraft/world/gen/feature/util/DripstoneColumn;getCeilingHeight()Ljava/util/OptionalInt;
-
getFloorHeight
- Specified by:
getFloorHeightin classDripstoneColumn- Mappings:
Namespace Name Mixin selector official cLcme;c()Ljava/util/OptionalInt;intermediary method_32987Lnet/minecraft/class_5721;method_32987()Ljava/util/OptionalInt;named getFloorHeightLnet/minecraft/world/gen/feature/util/DripstoneColumn;getFloorHeight()Ljava/util/OptionalInt;
-
getOptionalHeight
- Specified by:
getOptionalHeightin classDripstoneColumn- Mappings:
Namespace Name Mixin selector official dLcme;d()Ljava/util/OptionalInt;intermediary method_33385Lnet/minecraft/class_5721;method_33385()Ljava/util/OptionalInt;named getOptionalHeightLnet/minecraft/world/gen/feature/util/DripstoneColumn;getOptionalHeight()Ljava/util/OptionalInt;
-
toString
- Overrides:
toStringin classObject- Mappings:
Namespace Name Mixin selector official toStringLcme$a;toString()Ljava/lang/String;intermediary toStringLnet/minecraft/class_5721$class_5722;toString()Ljava/lang/String;named toStringLnet/minecraft/world/gen/feature/util/DripstoneColumn$Empty;toString()Ljava/lang/String;
-