Class AlphaChunkIo.AlphaHeightLimitView

java.lang.Object
net.minecraft.world.level.storage.AlphaChunkIo.AlphaHeightLimitView
All Implemented Interfaces:
HeightLimitView
Enclosing class:
AlphaChunkIo

static final class AlphaChunkIo.AlphaHeightLimitView
extends Object
implements HeightLimitView
Mappings:
Namespace Name
official ckm$1
intermediary net/minecraft/class_2864$1
named net/minecraft/world/level/storage/AlphaChunkIo$AlphaHeightLimitView
  • Constructor Details

    • AlphaHeightLimitView

      AlphaHeightLimitView()
  • Method Details

    • getBottomY

      public int getBottomY()
      Returns the bottom Y level, or height, inclusive, of this view.
      Specified by:
      getBottomY in interface HeightLimitView
      See Also:
      HeightLimitView.getTopY(), HeightLimitView.getHeight()
      Mappings:
      Namespace Name Mixin selector
      official w_ Lbtx;w_()I
      intermediary method_31607 Lnet/minecraft/class_5539;method_31607()I
      named getBottomY Lnet/minecraft/world/HeightLimitView;getBottomY()I
    • getHeight

      public int getHeight()
      Returns the difference in the minimum and maximum height.

      This is the number of blocks that can be modified in any vertical column within the view, or the vertical size, in blocks, of the view.

      Specified by:
      getHeight in interface HeightLimitView
      Returns:
      the difference in the minimum and maximum height
      See Also:
      HeightLimitView.getBottomY(), HeightLimitView.getTopY()
      Mappings:
      Namespace Name Mixin selector
      official m Lbtx;m()I
      intermediary method_31605 Lnet/minecraft/class_5539;method_31605()I
      named getHeight Lnet/minecraft/world/HeightLimitView;getHeight()I