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