public class RenderDistiller extends net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer<TileDistiller_BC8>
Constructor and Description |
---|
RenderDistiller() |
Modifier and Type | Method and Description |
---|---|
void |
render(TileDistiller_BC8 tile,
double x,
double y,
double z,
float partialTicks,
int destroyStage,
float alpha) |
static void |
renderTank(FluidRenderer.TankSize size,
FluidSmoother tank,
int combinedLight,
float partialTicks,
net.minecraft.client.renderer.BufferBuilder bb) |
public void render(TileDistiller_BC8 tile, double x, double y, double z, float partialTicks, int destroyStage, float alpha)
render
in class net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer<TileDistiller_BC8>
public static void renderTank(FluidRenderer.TankSize size, FluidSmoother tank, int combinedLight, float partialTicks, net.minecraft.client.renderer.BufferBuilder bb)