@MethodsReturnNonnullByDefault
@ParametersAreNonnullByDefault
public class MixinChunkCache_HeightLimits
extends java.lang.Object
ChunkCache is used by some AI code and (as subclass of ChunkCache) - block rendering code. getBlockState is used only in AI code.
| Modifier and Type | Field and Description |
|---|---|
net.minecraft.world.World |
world |
| Constructor and Description |
|---|
MixinChunkCache_HeightLimits() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxHeight() |
int |
getMinHeight() |