net.minecraft.client.renderer.blockentity

public class ConduitRenderer

implements BlockEntityRenderer<ConduitBlockEntity>

god
net.minecraft.client.renderer.blockentity.ConduitRenderer
net.minecraft.class_829
net.minecraft.client.render.block.entity.ConduitBlockEntityRenderer

Field summary

Modifier and TypeField
public static final Material
a
SHELL_TEXTURE
field_4377
BASE_TEXTURE
public static final Material
b
ACTIVE_SHELL_TEXTURE
field_4378
CAGE_TEXTURE
public static final Material
c
WIND_TEXTURE
field_4373
WIND_TEXTURE
public static final Material
d
VERTICAL_WIND_TEXTURE
field_4371
WIND_VERTICAL_TEXTURE
public static final Material
e
OPEN_EYE_TEXTURE
field_4379
OPEN_EYE_TEXTURE
public static final Material
f
CLOSED_EYE_TEXTURE
field_4380
CLOSED_EYE_TEXTURE
private final ModelPart
g
eye
field_20823
conduitEye
private final ModelPart
h
wind
field_20824
conduitWind
private final ModelPart
i
shell
field_20825
conduitShell
private final ModelPart
j
cage
field_20826
conduit
private final BlockEntityRenderDispatcher
k
renderer
field_27753
dispatcher

Constructor summary

ModifierConstructor
public (BlockEntityRendererProvider$Context ctx)

Method summary

Modifier and TypeMethod
public static LayerDefinition
b()
createEyeLayer()
method_32150()
getEyeTexturedModelData()
public static LayerDefinition
c()
createWindLayer()
method_32151()
getWindTexturedModelData()
public static LayerDefinition
d()
createShellLayer()
method_32152()
getShellTexturedModelData()
public static LayerDefinition
e()
createCageLayer()
method_32153()
getPlainTexturedModelData()
public void
a(dvj arg0, float arg1, fgs arg2, gll arg3, int arg4, int arg5)
render(ConduitBlockEntity arg0, float arg1, PoseStack arg2, MultiBufferSource arg3, int arg4, int arg5)
method_22750(class_2597 arg0, float arg1, class_4587 arg2, class_4597 arg3, int arg4, int arg5)
render(ConduitBlockEntity arg0, float arg1, MatrixStack arg2, VertexConsumerProvider arg3, int arg4, int arg5)