Class CaveSurface.Empty
java.lang.Object
net.minecraft.world.gen.feature.util.CaveSurface
net.minecraft.world.gen.feature.util.CaveSurface.Empty
- Enclosing class:
- CaveSurface
public static final class CaveSurface.Empty extends CaveSurface
- Mappings:
Namespace Name official coh$a
intermediary net/minecraft/class_5721$class_5722
named net/minecraft/world/gen/feature/util/CaveSurface$Empty
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.gen.feature.util.CaveSurface
CaveSurface.Bounded, CaveSurface.Empty, CaveSurface.Half
-
Field Summary
Fields Modifier and Type Field Description private static CaveSurface.Empty
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description private
Empty()
-
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.CaveSurface
create, create, createBounded, createEmpty, createHalfWithCeiling, createHalfWithFloor, method_35326, method_35327, method_35328, method_35329, withFloor
-
Field Details
-
INSTANCE
- Mappings:
Namespace Name Mixin selector official a
Lcoh$a;a:Lcoh$a;
intermediary field_28197
Lnet/minecraft/class_5721$class_5722;field_28197:Lnet/minecraft/class_5721$class_5722;
named INSTANCE
Lnet/minecraft/world/gen/feature/util/CaveSurface$Empty;INSTANCE:Lnet/minecraft/world/gen/feature/util/CaveSurface$Empty;
-
-
Constructor Details
-
Empty
private Empty()
-
-
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;
-
toString
- Overrides:
toString
in classObject
- Mappings:
Namespace Name Mixin selector official toString
Lcoh$a;toString()Ljava/lang/String;
intermediary toString
Lnet/minecraft/class_5721$class_5722;toString()Ljava/lang/String;
named toString
Lnet/minecraft/world/gen/feature/util/CaveSurface$Empty;toString()Ljava/lang/String;
-