Class CaveSurface.Bounded
java.lang.Object
net.minecraft.world.gen.feature.util.CaveSurface
net.minecraft.world.gen.feature.util.CaveSurface.Bounded
- Enclosing class:
- CaveSurface
public static final class CaveSurface.Bounded extends CaveSurface
- Mappings:
Namespace Name official coh$b
intermediary net/minecraft/class_5721$class_5723
named net/minecraft/world/gen/feature/util/CaveSurface$Bounded
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.gen.feature.util.CaveSurface
CaveSurface.Bounded, CaveSurface.Empty, CaveSurface.Half
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protected
Bounded(int floor, int ceiling)
-
Method Summary
Modifier and Type Method Description int
getCeiling()
OptionalInt
getCeilingHeight()
int
getFloor()
OptionalInt
getFloorHeight()
int
getHeight()
OptionalInt
getOptionalHeight()
String
toString()
Methods inherited from class net.minecraft.world.gen.feature.util.CaveSurface
create, create, createBounded, createEmpty, createHalfWithCeiling, createHalfWithFloor, method_35326, method_35327, method_35328, method_35329, withFloor
-
Field Details
-
floor
private final int floor- Mappings:
Namespace Name Mixin selector official a
Lcoh$b;a:I
intermediary field_28198
Lnet/minecraft/class_5721$class_5723;field_28198:I
named floor
Lnet/minecraft/world/gen/feature/util/CaveSurface$Bounded;floor:I
-
ceiling
private final int ceiling- Mappings:
Namespace Name Mixin selector official b
Lcoh$b;b:I
intermediary field_28199
Lnet/minecraft/class_5721$class_5723;field_28199:I
named ceiling
Lnet/minecraft/world/gen/feature/util/CaveSurface$Bounded;ceiling:I
-
-
Constructor Details
-
Bounded
protected Bounded(int floor, int ceiling)- Mappings:
Namespace Name Mixin selector official <init>
Lcoh$b;<init>(II)V
intermediary <init>
Lnet/minecraft/class_5721$class_5723;<init>(II)V
named <init>
Lnet/minecraft/world/gen/feature/util/CaveSurface$Bounded;<init>(II)V
-
-
Method Details
-
getCeilingHeight
- Specified by:
getCeilingHeight
in classCaveSurface
- Mappings:
Namespace Name Mixin selector official b
Lcoh;b()Ljava/util/OptionalInt;
intermediary method_32985
Lnet/minecraft/class_5721;method_32985()Ljava/util/OptionalInt;
named getCeilingHeight
Lnet/minecraft/world/gen/feature/util/CaveSurface;getCeilingHeight()Ljava/util/OptionalInt;
-
getFloorHeight
- Specified by:
getFloorHeight
in classCaveSurface
- Mappings:
Namespace Name Mixin selector official c
Lcoh;c()Ljava/util/OptionalInt;
intermediary method_32987
Lnet/minecraft/class_5721;method_32987()Ljava/util/OptionalInt;
named getFloorHeight
Lnet/minecraft/world/gen/feature/util/CaveSurface;getFloorHeight()Ljava/util/OptionalInt;
-
getOptionalHeight
- Specified by:
getOptionalHeight
in classCaveSurface
- Mappings:
Namespace Name Mixin selector official d
Lcoh;d()Ljava/util/OptionalInt;
intermediary method_33385
Lnet/minecraft/class_5721;method_33385()Ljava/util/OptionalInt;
named getOptionalHeight
Lnet/minecraft/world/gen/feature/util/CaveSurface;getOptionalHeight()Ljava/util/OptionalInt;
-
getCeiling
public int getCeiling()- Mappings:
Namespace Name Mixin selector official e
Lcoh$b;e()I
intermediary method_32990
Lnet/minecraft/class_5721$class_5723;method_32990()I
named getCeiling
Lnet/minecraft/world/gen/feature/util/CaveSurface$Bounded;getCeiling()I
-
getFloor
public int getFloor()- Mappings:
Namespace Name Mixin selector official f
Lcoh$b;f()I
intermediary method_32991
Lnet/minecraft/class_5721$class_5723;method_32991()I
named getFloor
Lnet/minecraft/world/gen/feature/util/CaveSurface$Bounded;getFloor()I
-
getHeight
public int getHeight()- Mappings:
Namespace Name Mixin selector official g
Lcoh$b;g()I
intermediary method_32992
Lnet/minecraft/class_5721$class_5723;method_32992()I
named getHeight
Lnet/minecraft/world/gen/feature/util/CaveSurface$Bounded;getHeight()I
-
toString
- Overrides:
toString
in classObject
- Mappings:
Namespace Name Mixin selector official toString
Lcoh$b;toString()Ljava/lang/String;
intermediary toString
Lnet/minecraft/class_5721$class_5723;toString()Ljava/lang/String;
named toString
Lnet/minecraft/world/gen/feature/util/CaveSurface$Bounded;toString()Ljava/lang/String;
-