public class RenderEngine extends net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer<TileEngine>
| Constructor and Description |
|---|
RenderEngine(java.lang.String baseTexture) |
| Modifier and Type | Method and Description |
|---|---|
void |
render(TileEngine engine,
double x,
double y,
double z,
float partialTicks,
int destroyStage,
float alpha) |
public void render(TileEngine engine, double x, double y, double z, float partialTicks, int destroyStage, float alpha)
render in class net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer<TileEngine>