net.minecraft.world

public interface HeightLimitView

net.minecraft.world.level.LevelHeightAccessor
net.minecraft.class_5539
net.minecraft.world.HeightLimitView

Method summary

Modifier and TypeMethod
int
getHeight()
method_31605()
getHeight()
int
getMinY()
method_31607()
getBottomY()
default int
getMaxY()
method_31600()
getTopYInclusive()
default int
getSectionsCount()
method_32890()
countVerticalSections()
default int
getMinSectionY()
method_32891()
getBottomSectionCoord()
default int
getMaxSectionY()
method_31597()
getTopSectionCoord()
default boolean
isInsideBuildHeight(int blockY)
method_62871(int arg0)
isInHeightLimit(int y)
default boolean
isOutsideBuildHeight(BlockPos pos)
method_31606(class_2338 arg0)
isOutOfHeightLimit(BlockPos pos)
default boolean
isOutsideBuildHeight(int blockY)
method_31601(int arg0)
isOutOfHeightLimit(int y)
default int
getSectionIndex(int blockY)
method_31602(int arg0)
getSectionIndex(int y)
default int
getSectionIndexFromSectionY(int sectionY)
method_31603(int arg0)
sectionCoordToIndex(int coord)
default int
getSectionYFromSectionIndex(int sectionIndex)
method_31604(int arg0)
sectionIndexToCoord(int index)
static HeightLimitView
create(int minY, int height)
method_39034(int arg0, int arg1)
create(int bottomY, int height)