@MethodsReturnNonnullByDefault @ParametersAreNonnullByDefault public class MixinChunkCache extends java.lang.Object implements ICubicChunkCache
| Modifier and Type | Field and Description |
|---|---|
net.minecraft.world.World |
world |
| Constructor and Description |
|---|
MixinChunkCache() |
| Modifier and Type | Method and Description |
|---|---|
Cube |
getCube(net.minecraft.util.math.BlockPos pos) |
boolean |
isCubic() |
@Nullable public Cube getCube(net.minecraft.util.math.BlockPos pos)
getCube in interface ICubicChunkCachepublic boolean isCubic()
isCubic in interface ICubicChunkCache