net.minecraft.client.render.block.entity

public class ChestRenderer

extends BlockEntityRenderer<ChestBlockEntity>

bhe
net.minecraft.class_591
net.minecraft.client.render.block.entity.ChestRenderer
net.minecraft.client.renderer.tileentity.TileEntityChestRenderer

Field summary

Modifier and TypeField
private static final Identifier
c
field_6586
TRAPPED_DOUBLE_CHEST_LOCATION
textureTrappedDouble
private static final Identifier
d
field_6587
CHRISTMAS_DOUBLE_CHEST_LOCATION
textureChristmasDouble
private static final Identifier
e
field_6588
DOUBLE_CHEST_LOCATION
textureNormalDouble
private static final Identifier
f
field_6589
TRAPPED_CHEST_LOCATION
textureTrapped
private static final Identifier
g
field_6590
CHRISTMAS_CHEST_LOCATION
textureChristmas
private static final Identifier
h
field_6591
CHEST_LOCATION
textureNormal
private ChestModel
i
field_2181
singleChestModel
simpleChest
private ChestModel
j
field_2182
doubleChestModel
largeChest
private boolean
k
field_5223
isChristmas
isChristmas

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
a(aky arg0, double arg1, double arg2, double arg3, float arg4, int arg5)
method_10104(class_216 arg0, double arg1, double arg2, double arg3, float arg4, int arg5)
render(ChestBlockEntity blockEntity, double dx, double dy, double dz, float tickDelta, int blockMiningProgress)
renderTileEntityAt(TileEntityChest te, double x, double y, double z, float partialTicks, int destroyStage)