net.minecraft.client.render.block.entity

public class ConduitBlockEntityRenderer

extends BlockEntityRenderer<ConduitBlockEntity>

dmt
net.minecraft.class_829
net.minecraft.client.render.block.entity.ConduitBlockEntityRenderer
net.minecraft.client.render.block.entity.ConduitRenderer
net.minecraft.client.renderer.tileentity.ConduitTileEntityRenderer
net.minecraft.client.renderer.tileentity.ConduitTileEntityRenderer

Field summary

Modifier and TypeField
private static final Identifier
c
field_4377
BASE_TEX
BASE_LOCATION
field_205118_a
BASE_TEXTURE
private static final Identifier
d
field_4378
CAGE_TEX
CAGE_LOCATION
field_205119_d
CAGE_TEXTURE
private static final Identifier
e
field_4373
WIND_TEX
WIND_LOCATION
field_205120_e
WIND_TEXTURE
private static final Identifier
f
field_4371
WIND_VERTICAL_TEX
WIND_VERTICAL_LOCATION
field_205121_f
VERTICAL_WIND_TEXTURE
private static final Identifier
g
field_4379
OPEN_EYE_TEX
OPEN_EYE_LOCATION
field_207746_g
OPEN_EYE_TEXTURE
private static final Identifier
h
field_4380
CLOSED_EYE_TEX
CLOSED_EYE_LOCATION
field_207747_h
CLOSED_EYE_TEXTURE
private final ConduitBlockEntityRenderer$BaseModel
i
field_4372
baseModel
baseModel
field_205122_g
shellModel
private final ConduitBlockEntityRenderer$CageModel
j
field_4375
cageModel
cageModel
field_205123_h
cageModel
private final ConduitBlockEntityRenderer$WindModel
k
field_4374
windModel
windModel
field_205124_i
windModel
private final ConduitBlockEntityRenderer$EyeModel
l
field_4376
eyeModel
eyeModel
field_207748_l
eyeModel

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
a(bty arg0, double arg1, double arg2, double arg3, float arg4, int arg5)
method_3572(class_2597 arg0, double arg1, double arg2, double arg3, float arg4, int arg5)
method_3572(ConduitBlockEntity arg0, double arg1, double arg2, double arg3, float arg4, int arg5)
render(ConduitBlockEntity blockEntity, double dx, double dy, double dz, float tickDelta, int blockMiningProgress)
func_199341_a(ConduitTileEntity arg0, double arg1, double arg2, double arg3, float arg4, int arg5)
render(ConduitTileEntity tileEntityIn, double x, double y, double z, float partialTicks, int destroyStage)