public class TileEntityEnchantmentTableRenderer extends TileEntitySpecialRenderer<TileEntityEnchantmentTable>
| Modifier and Type | Field and Description |
|---|---|
private ModelBook |
modelBook |
private static ResourceLocation |
TEXTURE_BOOK |
DESTROY_STAGES, rendererDispatcher| Constructor and Description |
|---|
TileEntityEnchantmentTableRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
render(TileEntityEnchantmentTable te,
double x,
double y,
double z,
float partialTicks,
int destroyStage,
float alpha) |
bindTexture, drawNameplate, getFontRenderer, getWorld, isGlobalRenderer, renderTileEntityFast, setLightmapDisabled, setRendererDispatcherprivate static final ResourceLocation TEXTURE_BOOK
private final ModelBook modelBook
public void render(TileEntityEnchantmentTable te, double x, double y, double z, float partialTicks, int destroyStage, float alpha)
render in class TileEntitySpecialRenderer<TileEntityEnchantmentTable>