Class DripstoneColumn.Bounded
java.lang.Object
net.minecraft.world.gen.feature.util.DripstoneColumn
net.minecraft.world.gen.feature.util.DripstoneColumn.Bounded
- Enclosing class:
- DripstoneColumn
public static final class DripstoneColumn.Bounded extends DripstoneColumn
- Mappings:
Namespace Name official cme$bintermediary net/minecraft/class_5721$class_5723named net/minecraft/world/gen/feature/util/DripstoneColumn$Bounded
-
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 Modifier Constructor Description protectedBounded(int floor, int ceiling) -
Method Summary
Modifier and Type Method Description intgetCeiling()OptionalIntgetCeilingHeight()intgetFloor()OptionalIntgetFloorHeight()intgetHeight()OptionalIntgetOptionalHeight()StringtoString()Methods inherited from class net.minecraft.world.gen.feature.util.DripstoneColumn
create, create, createBounded, createEmpty, createHalfWithCeiling, createHalfWithFloor, withFloor
-
Field Details
-
floor
private final int floor- Mappings:
Namespace Name Mixin selector official aLcme$b;a:Iintermediary field_28198Lnet/minecraft/class_5721$class_5723;field_28198:Inamed floorLnet/minecraft/world/gen/feature/util/DripstoneColumn$Bounded;floor:I
-
ceiling
private final int ceiling- Mappings:
Namespace Name Mixin selector official bLcme$b;b:Iintermediary field_28199Lnet/minecraft/class_5721$class_5723;field_28199:Inamed ceilingLnet/minecraft/world/gen/feature/util/DripstoneColumn$Bounded;ceiling:I
-
-
Constructor Details
-
Bounded
protected Bounded(int floor, int ceiling)- Mappings:
Namespace Name Mixin selector official <init>Lcme$b;<init>(II)Vintermediary <init>Lnet/minecraft/class_5721$class_5723;<init>(II)Vnamed <init>Lnet/minecraft/world/gen/feature/util/DripstoneColumn$Bounded;<init>(II)V
-
-
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;
-
getCeiling
public int getCeiling()- Mappings:
Namespace Name Mixin selector official eLcme$b;e()Iintermediary method_32990Lnet/minecraft/class_5721$class_5723;method_32990()Inamed getCeilingLnet/minecraft/world/gen/feature/util/DripstoneColumn$Bounded;getCeiling()I
-
getFloor
public int getFloor()- Mappings:
Namespace Name Mixin selector official fLcme$b;f()Iintermediary method_32991Lnet/minecraft/class_5721$class_5723;method_32991()Inamed getFloorLnet/minecraft/world/gen/feature/util/DripstoneColumn$Bounded;getFloor()I
-
getHeight
public int getHeight()- Mappings:
Namespace Name Mixin selector official gLcme$b;g()Iintermediary method_32992Lnet/minecraft/class_5721$class_5723;method_32992()Inamed getHeightLnet/minecraft/world/gen/feature/util/DripstoneColumn$Bounded;getHeight()I
-
toString
- Overrides:
toStringin classObject- Mappings:
Namespace Name Mixin selector official toStringLcme$b;toString()Ljava/lang/String;intermediary toStringLnet/minecraft/class_5721$class_5723;toString()Ljava/lang/String;named toStringLnet/minecraft/world/gen/feature/util/DripstoneColumn$Bounded;toString()Ljava/lang/String;
-