@ParametersAreNonnullByDefault
@MethodsReturnNonnullByDefault
public interface IMinMaxHeight
| Modifier and Type | Method and Description |
|---|---|
default int |
getMaxHeight()
Returns Y position of block above the top block in the world,
|
default int |
getMinHeight()
Returns Y position of the bottom block in the world
|