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