Class CopperGolemStatueBlockEntityRenderer
java.lang.Object
net.minecraft.client.render.block.entity.CopperGolemStatueBlockEntityRenderer
- All Implemented Interfaces:
BlockEntityRenderer<CopperGolemStatueBlockEntity>
@Environment(CLIENT)
public class CopperGolemStatueBlockEntityRenderer
extends Object
implements BlockEntityRenderer<CopperGolemStatueBlockEntity>
- Mappings:
Namespace Name named net/minecraft/client/render/block/entity/CopperGolemStatueBlockEntityRendererintermediary net/minecraft/class_11675official hde
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map<CopperGolemStatueBlock.Pose, CopperGolemEntityModel> -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(CopperGolemStatueBlockEntity copperGolemStatueBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3, Vec3d vec3d) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.render.block.entity.BlockEntityRenderer
getRenderDistance, isInRenderDistance, rendersOutsideBoundingBox
-
Field Details
-
models
- Mappings:
Namespace Name Mixin selector named modelsLnet/minecraft/client/render/block/entity/CopperGolemStatueBlockEntityRenderer;models:Ljava/util/Map;intermediary field_61786Lnet/minecraft/class_11675;field_61786:Ljava/util/Map;official aLhde;a:Ljava/util/Map;
-
-
Constructor Details
-
CopperGolemStatueBlockEntityRenderer
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/block/entity/CopperGolemStatueBlockEntityRenderer;<init>(Lnet/minecraft/client/render/block/entity/BlockEntityRendererFactory$Context;)Vintermediary <init>Lnet/minecraft/class_11675;<init>(Lnet/minecraft/class_5614$class_5615;)Vofficial <init>Lhde;<init>(Lhcw$a;)V
-
-
Method Details
-
render
public void render(CopperGolemStatueBlockEntity copperGolemStatueBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3, Vec3d vec3d) - Specified by:
renderin interfaceBlockEntityRenderer<CopperGolemStatueBlockEntity>- Mappings:
Namespace Name Mixin selector named renderLnet/minecraft/client/render/block/entity/CopperGolemStatueBlockEntityRenderer;render(Lnet/minecraft/block/entity/CopperGolemStatueBlockEntity;FLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;IILnet/minecraft/util/math/Vec3d;)Vintermediary method_72955Lnet/minecraft/class_11675;method_72955(Lnet/minecraft/class_11595;FLnet/minecraft/class_4587;Lnet/minecraft/class_4597;IILnet/minecraft/class_243;)Vofficial aLhde;a(Lecq;FLfpk;Lhae;IILfjy;)V
-