public class TileEntityEnderChestRenderer extends TileEntitySpecialRenderer<TileEntityEnderChest>
Modifier and Type | Field and Description |
---|---|
private static ResourceLocation |
ENDER_CHEST_TEXTURE |
private ModelChest |
modelChest |
DESTROY_STAGES, rendererDispatcher
Constructor and Description |
---|
TileEntityEnderChestRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
render(TileEntityEnderChest te,
double x,
double y,
double z,
float partialTicks,
int destroyStage,
float alpha) |
bindTexture, drawNameplate, getFontRenderer, getWorld, isGlobalRenderer, renderTileEntityFast, setLightmapDisabled, setRendererDispatcher
private static final ResourceLocation ENDER_CHEST_TEXTURE
private final ModelChest modelChest
public void render(TileEntityEnderChest te, double x, double y, double z, float partialTicks, int destroyStage, float alpha)
render
in class TileEntitySpecialRenderer<TileEntityEnderChest>