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$1intermediary net/minecraft/class_2864$1named net/minecraft/world/level/storage/AlphaChunkIo$AlphaHeightLimitView
-
Constructor Summary
Constructors Constructor Description AlphaHeightLimitView() -
Method Summary
Modifier and Type Method Description intgetBottomSectionLimit()intgetSectionCount()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.HeightLimitView
getMinimumSection, getSection, getSectionIndex, getSectionIndexFromSection, getSections, getTopHeightLimit, getTopSectionLimit, isOutOfHeightLimit, isOutOfHeightLimit
-
Constructor Details
-
AlphaHeightLimitView
AlphaHeightLimitView()
-
-
Method Details
-
getBottomSectionLimit
public int getBottomSectionLimit()- Specified by:
getBottomSectionLimitin interfaceHeightLimitView- Mappings:
Namespace Name Mixin selector official w_Lbtx;w_()Iintermediary method_31607Lnet/minecraft/class_5539;method_31607()Inamed getBottomSectionLimitLnet/minecraft/world/HeightLimitView;getBottomSectionLimit()I
-
getSectionCount
public int getSectionCount()- Specified by:
getSectionCountin interfaceHeightLimitView- Mappings:
Namespace Name Mixin selector official mLbtx;m()Iintermediary method_31605Lnet/minecraft/class_5539;method_31605()Inamed getSectionCountLnet/minecraft/world/HeightLimitView;getSectionCount()I
-