public class RenderTileEntityCookingPot extends TileEntityRenderer<CookingPotTileEntity>
profileTileEntityRender
Constructor and Description |
---|
RenderTileEntityCookingPot(net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher dispatcher) |
Modifier and Type | Method and Description |
---|---|
void |
render(CookingPotTileEntity machine,
net.minecraft.block.BlockState state,
double x,
double y,
double z,
float partialTicks,
com.mojang.blaze3d.matrix.MatrixStack matrix,
net.minecraft.client.renderer.IRenderTypeBuffer buffer,
int combinedLight,
int combinedOverlay) |
bindModelBuffer, bindOBJBuffer, bindSMDBuffer, bindTexture, getRotation, hasProperty, render, renderModel, renderModel, renderOBJ, renderOBJ, renderSMD, renderSMD, renderTransparentSMD
public RenderTileEntityCookingPot(net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher dispatcher)
public void render(CookingPotTileEntity machine, net.minecraft.block.BlockState state, double x, double y, double z, float partialTicks, com.mojang.blaze3d.matrix.MatrixStack matrix, net.minecraft.client.renderer.IRenderTypeBuffer buffer, int combinedLight, int combinedOverlay)
render
in class TileEntityRenderer<CookingPotTileEntity>