Class DripstoneColumn.Half
java.lang.Object
net.minecraft.world.gen.feature.util.DripstoneColumn
net.minecraft.world.gen.feature.util.DripstoneColumn.Half
- Enclosing class:
- DripstoneColumn
public static final class DripstoneColumn.Half extends DripstoneColumn
- Mappings:
Namespace Name official cme$c
intermediary net/minecraft/class_5721$class_5724
named net/minecraft/world/gen/feature/util/DripstoneColumn$Half
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.gen.feature.util.DripstoneColumn
DripstoneColumn.Bounded, DripstoneColumn.Empty, DripstoneColumn.Half
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Half(int height, boolean floor)
-
Method Summary
Modifier and Type Method Description OptionalInt
getCeilingHeight()
OptionalInt
getFloorHeight()
OptionalInt
getOptionalHeight()
String
toString()
Methods inherited from class net.minecraft.world.gen.feature.util.DripstoneColumn
create, create, createBounded, createEmpty, createHalfWithCeiling, createHalfWithFloor, withFloor
-
Field Details
-
height
private final int height- Mappings:
Namespace Name Mixin selector official a
Lcme$c;a:I
intermediary field_28200
Lnet/minecraft/class_5721$class_5724;field_28200:I
named height
Lnet/minecraft/world/gen/feature/util/DripstoneColumn$Half;height:I
-
floor
private final boolean floor- Mappings:
Namespace Name Mixin selector official b
Lcme$c;b:Z
intermediary field_28201
Lnet/minecraft/class_5721$class_5724;field_28201:Z
named floor
Lnet/minecraft/world/gen/feature/util/DripstoneColumn$Half;floor:Z
-
-
Constructor Details
-
Half
public Half(int height, boolean floor)- Mappings:
Namespace Name Mixin selector official <init>
Lcme$c;<init>(IZ)V
intermediary <init>
Lnet/minecraft/class_5721$class_5724;<init>(IZ)V
named <init>
Lnet/minecraft/world/gen/feature/util/DripstoneColumn$Half;<init>(IZ)V
-
-
Method Details
-
getCeilingHeight
- Specified by:
getCeilingHeight
in classDripstoneColumn
- Mappings:
Namespace Name Mixin selector official b
Lcme;b()Ljava/util/OptionalInt;
intermediary method_32985
Lnet/minecraft/class_5721;method_32985()Ljava/util/OptionalInt;
named getCeilingHeight
Lnet/minecraft/world/gen/feature/util/DripstoneColumn;getCeilingHeight()Ljava/util/OptionalInt;
-
getFloorHeight
- Specified by:
getFloorHeight
in classDripstoneColumn
- Mappings:
Namespace Name Mixin selector official c
Lcme;c()Ljava/util/OptionalInt;
intermediary method_32987
Lnet/minecraft/class_5721;method_32987()Ljava/util/OptionalInt;
named getFloorHeight
Lnet/minecraft/world/gen/feature/util/DripstoneColumn;getFloorHeight()Ljava/util/OptionalInt;
-
getOptionalHeight
- Specified by:
getOptionalHeight
in classDripstoneColumn
- Mappings:
Namespace Name Mixin selector official d
Lcme;d()Ljava/util/OptionalInt;
intermediary method_33385
Lnet/minecraft/class_5721;method_33385()Ljava/util/OptionalInt;
named getOptionalHeight
Lnet/minecraft/world/gen/feature/util/DripstoneColumn;getOptionalHeight()Ljava/util/OptionalInt;
-
toString
- Overrides:
toString
in classObject
- Mappings:
Namespace Name Mixin selector official toString
Lcme$c;toString()Ljava/lang/String;
intermediary toString
Lnet/minecraft/class_5721$class_5724;toString()Ljava/lang/String;
named toString
Lnet/minecraft/world/gen/feature/util/DripstoneColumn$Half;toString()Ljava/lang/String;
-