public class TileLayerRenderCache
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
conversion |
GfxRenderState |
displayList |
java.util.concurrent.FutureTask<net.minecraft.client.renderer.Tessellator> |
future |
int |
lastRenderedFrame |
boolean |
rebuild |
boolean |
waiting |
Constructor and Description |
---|
TileLayerRenderCache() |
Modifier and Type | Method and Description |
---|---|
boolean |
isNew() |
public java.util.concurrent.FutureTask<net.minecraft.client.renderer.Tessellator> future
public boolean waiting
public boolean rebuild
public int lastRenderedFrame
public GfxRenderState displayList
public boolean conversion