public class BattleSpectatorTileEntityRenderer extends RenderTileEntityGeneric<BattleSpectatorTileEntityRenderer,BattleSpectatorOwnedTileEntity>
blend, childModels, correctionAngles, disableCulling, disableLighting, model, rotateDegrees, scale, texture, yOffsetprofileTileEntityRender| 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) |
setTexturebindModelBuffer, bindOBJBuffer, bindSMDBuffer, bindTexture, getRotation, hasProperty, render, renderModel, renderModel, renderOBJ, renderOBJ, renderSMD, renderSMD, renderTransparentSMDpublic 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>