public abstract class TileEntityRenderer<T extends TileEntity>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected TileEntityRendererDispatcher |
renderDispatcher |
Constructor and Description |
---|
TileEntityRenderer(TileEntityRendererDispatcher rendererDispatcherIn) |
Modifier and Type | Method and Description |
---|---|
boolean |
isGlobalRenderer(T te) |
abstract void |
render(T tileEntityIn,
float partialTicks,
MatrixStack matrixStackIn,
IRenderTypeBuffer bufferIn,
int combinedLightIn,
int combinedOverlayIn) |
protected final TileEntityRendererDispatcher renderDispatcher
public TileEntityRenderer(TileEntityRendererDispatcher rendererDispatcherIn)
public abstract void render(T tileEntityIn, float partialTicks, MatrixStack matrixStackIn, IRenderTypeBuffer bufferIn, int combinedLightIn, int combinedOverlayIn)
public boolean isGlobalRenderer(T te)