public interface HeightLimitView
| Modifier and Type | Method and Description |
|---|---|
default int |
getBottomHeightLimit() |
int |
getBottomSectionLimit() |
default int |
getHeight() |
default int |
getSection(int sectionIndex) |
int |
getSectionCount() |
default int |
getSectionIndex(int y) |
default int |
getSectionIndexFromSection(int section) |
default int |
getTopHeightLimit() |
default int |
getTopSectionLimit() |
default boolean |
isOutOfHeightLimit(BlockPos pos) |
default boolean |
isOutOfHeightLimit(int y) |
int getSectionCount()
int getBottomSectionLimit()
default int getTopSectionLimit()
default int getHeight()
default int getBottomHeightLimit()
default int getTopHeightLimit()
default boolean isOutOfHeightLimit(BlockPos pos)
default boolean isOutOfHeightLimit(int y)
default int getSectionIndex(int y)
default int getSectionIndexFromSection(int section)
default int getSection(int sectionIndex)