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$b
intermediary net/minecraft/class_5721$class_5723
named net/minecraft/world/gen/feature/util/DripstoneColumn$Bounded
  • Field Details

    • floor

      private final int floor
      Mappings:
      Namespace Name Mixin selector
      official a Lcme$b;a:I
      intermediary field_28198 Lnet/minecraft/class_5721$class_5723;field_28198:I
      named floor Lnet/minecraft/world/gen/feature/util/DripstoneColumn$Bounded;floor:I
    • ceiling

      private final int ceiling
      Mappings:
      Namespace Name Mixin selector
      official b Lcme$b;b:I
      intermediary field_28199 Lnet/minecraft/class_5721$class_5723;field_28199:I
      named ceiling Lnet/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)V
      intermediary <init> Lnet/minecraft/class_5721$class_5723;<init>(II)V
      named <init> Lnet/minecraft/world/gen/feature/util/DripstoneColumn$Bounded;<init>(II)V
  • Method Details

    • getCeilingHeight

      public OptionalInt getCeilingHeight()
      Specified by:
      getCeilingHeight in class DripstoneColumn
      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

      public OptionalInt getFloorHeight()
      Specified by:
      getFloorHeight in class DripstoneColumn
      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

      public OptionalInt getOptionalHeight()
      Specified by:
      getOptionalHeight in class DripstoneColumn
      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;
    • getCeiling

      public int getCeiling()
      Mappings:
      Namespace Name Mixin selector
      official e Lcme$b;e()I
      intermediary method_32990 Lnet/minecraft/class_5721$class_5723;method_32990()I
      named getCeiling Lnet/minecraft/world/gen/feature/util/DripstoneColumn$Bounded;getCeiling()I
    • getFloor

      public int getFloor()
      Mappings:
      Namespace Name Mixin selector
      official f Lcme$b;f()I
      intermediary method_32991 Lnet/minecraft/class_5721$class_5723;method_32991()I
      named getFloor Lnet/minecraft/world/gen/feature/util/DripstoneColumn$Bounded;getFloor()I
    • getHeight

      public int getHeight()
      Mappings:
      Namespace Name Mixin selector
      official g Lcme$b;g()I
      intermediary method_32992 Lnet/minecraft/class_5721$class_5723;method_32992()I
      named getHeight Lnet/minecraft/world/gen/feature/util/DripstoneColumn$Bounded;getHeight()I
    • toString

      public String toString()
      Overrides:
      toString in class Object
      Mappings:
      Namespace Name Mixin selector
      official toString Lcme$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/DripstoneColumn$Bounded;toString()Ljava/lang/String;