public abstract class MixinRenderChunk extends java.lang.Object implements IOptifineRenderChunk
| Constructor and Description |
|---|
MixinRenderChunk() |
| Modifier and Type | Method and Description |
|---|---|
ICube |
getCube() |
abstract net.minecraft.util.math.BlockPos |
getPosition() |
int |
getRegionX() |
int |
getRegionY() |
boolean |
isCubic() |
public abstract net.minecraft.util.math.BlockPos getPosition()
public ICube getCube()
getCube in interface IOptifineRenderChunkpublic boolean isCubic()
isCubic in interface IOptifineRenderChunkpublic int getRegionY()
getRegionY in interface IOptifineRenderChunkpublic int getRegionX()
getRegionX in interface IOptifineRenderChunk