net.minecraft.world.level

public interface LevelHeightAccessor

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

Method summary

Modifier and TypeMethod
int
M_()
getHeight()
method_31605()
getHeight()
int
L_()
getMinY()
method_31607()
getBottomY()
default int
am()
getMaxY()
method_31600()
getTopYInclusive()
default int
an()
getSectionsCount()
method_32890()
countVerticalSections()
default int
ao()
getMinSectionY()
method_32891()
getBottomSectionCoord()
default int
ap()
getMaxSectionY()
method_31597()
getTopSectionCoord()
default boolean
d(int arg0)
isInsideBuildHeight(int arg0)
method_62871(int arg0)
isInHeightLimit(int y)
default boolean
s(jh arg0)
isOutsideBuildHeight(BlockPos arg0)
method_31606(class_2338 arg0)
isOutOfHeightLimit(BlockPos pos)
default boolean
e(int arg0)
isOutsideBuildHeight(int arg0)
method_31601(int arg0)
isOutOfHeightLimit(int y)
default int
f(int arg0)
getSectionIndex(int arg0)
method_31602(int arg0)
getSectionIndex(int y)
default int
g(int arg0)
getSectionIndexFromSectionY(int arg0)
method_31603(int arg0)
sectionCoordToIndex(int coord)
default int
h(int arg0)
getSectionYFromSectionIndex(int arg0)
method_31604(int arg0)
sectionIndexToCoord(int index)
static LevelHeightAccessor
e(int arg0, int arg1)
create(int arg0, int arg1)
method_39034(int arg0, int arg1)
create(int bottomY, int height)