public class TileEntityEnchantmentTableRenderer extends TileEntitySpecialRenderer<TileEntityEnchantmentTable>
| Modifier and Type | Field and Description |
|---|---|
private ModelBook |
field_147541_c |
private static ResourceLocation |
TEXTURE_BOOK
The texture for the book above the enchantment table.
|
DESTROY_STAGES, rendererDispatcher| Constructor and Description |
|---|
TileEntityEnchantmentTableRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
renderTileEntityAt(TileEntityEnchantmentTable te,
double x,
double y,
double z,
float partialTicks,
int destroyStage) |
bindTexture, func_181055_a, getFontRenderer, getWorld, setRendererDispatcherprivate static final ResourceLocation TEXTURE_BOOK
private ModelBook field_147541_c
public void renderTileEntityAt(TileEntityEnchantmentTable te, double x, double y, double z, float partialTicks, int destroyStage)
renderTileEntityAt in class TileEntitySpecialRenderer<TileEntityEnchantmentTable>