public class RenderEscritoire extends net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer<TileEscritoire>
| Constructor and Description |
|---|
RenderEscritoire() |
| Modifier and Type | Method and Description |
|---|---|
void |
render(TileEscritoire escritoire,
double x,
double y,
double z,
float partialTicks,
int destroyStage,
float alpha) |
public void render(TileEscritoire escritoire, double x, double y, double z, float partialTicks, int destroyStage, float alpha)
render in class net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer<TileEscritoire>escritoire - If it null its render the item else it render the tile entity.