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 Summary
Constructors Constructor Description AlphaHeightLimitView()
-
Method Summary
Modifier and Type Method Description int
getBottomSectionLimit()
int
getSectionCount()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
getBottomSectionLimit
in interfaceHeightLimitView
- Mappings:
Namespace Name Mixin selector official w_
Lbtx;w_()I
intermediary method_31607
Lnet/minecraft/class_5539;method_31607()I
named getBottomSectionLimit
Lnet/minecraft/world/HeightLimitView;getBottomSectionLimit()I
-
getSectionCount
public int getSectionCount()- Specified by:
getSectionCount
in interfaceHeightLimitView
- Mappings:
Namespace Name Mixin selector official m
Lbtx;m()I
intermediary method_31605
Lnet/minecraft/class_5539;method_31605()I
named getSectionCount
Lnet/minecraft/world/HeightLimitView;getSectionCount()I
-