net.minecraft.client.render.block.entity

public class ChestRenderer

extends BlockEntityRenderer<ChestBlockEntity>

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

Field summary

Modifier and TypeField
private static final Identifier
a
field_6586
TRAPPED_DOUBLE_CHEST_LOCATION
field_147507_b
TEXTURE_TRAPPED_DOUBLE
private static final Identifier
d
field_6587
CHRISTMAS_DOUBLE_CHEST_LOCATION
field_147508_c
TEXTURE_CHRISTMAS_DOUBLE
private static final Identifier
e
field_6588
DOUBLE_CHEST_LOCATION
field_147505_d
TEXTURE_NORMAL_DOUBLE
private static final Identifier
f
field_6589
TRAPPED_CHEST_LOCATION
field_147506_e
TEXTURE_TRAPPED
private static final Identifier
g
field_6590
CHRISTMAS_CHEST_LOCATION
field_147503_f
TEXTURE_CHRISTMAS
private static final Identifier
h
field_6591
CHEST_LOCATION
field_147504_g
TEXTURE_NORMAL
private final ChestModel
i
field_2181
singleChestModel
field_147510_h
simpleChest
private final ChestModel
j
field_2182
doubleChestModel
field_147511_i
largeChest
private boolean
k
field_5223
isChristmas
field_147509_j
isChristmas

Constructor summary

ModifierConstructor
public ()

Method summary

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