public class BattleSpectatorTileEntityRenderer extends RenderTileEntityGeneric<BattleSpectatorTileEntityRenderer,BattleSpectatorOwnedTileEntity>
blend, childModels, correctionAngles, disableCulling, disableLighting, model, rotateDegrees, scale, texture, yOffset
profileTileEntityRender
Constructor and Description |
---|
BattleSpectatorTileEntityRenderer(net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher dispatcher) |
Modifier and Type | Method and Description |
---|---|
void |
render(BattleSpectatorOwnedTileEntity te,
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) |
setTexture
bindModelBuffer, bindOBJBuffer, bindSMDBuffer, bindTexture, getRotation, hasProperty, render, renderModel, renderModel, renderOBJ, renderOBJ, renderSMD, renderSMD, renderTransparentSMD
public BattleSpectatorTileEntityRenderer(net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher dispatcher)
public void render(BattleSpectatorOwnedTileEntity te, 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 RenderTileEntityGeneric<BattleSpectatorTileEntityRenderer,BattleSpectatorOwnedTileEntity>