Class CopperGolemStatueBlockEntityRenderer
java.lang.Object
net.minecraft.client.render.block.entity.CopperGolemStatueBlockEntityRenderer
- All Implemented Interfaces:
BlockEntityRenderer<CopperGolemStatueBlockEntity,CopperGolemStatueBlockEntityRenderState>
@Environment(CLIENT)
public class CopperGolemStatueBlockEntityRenderer
extends Object
implements BlockEntityRenderer<CopperGolemStatueBlockEntity,CopperGolemStatueBlockEntityRenderState>
- Mappings:
Namespace Name named net/minecraft/client/render/block/entity/CopperGolemStatueBlockEntityRendererintermediary net/minecraft/class_11675official hih
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map<CopperGolemStatueBlock.Pose, CopperGolemStatueModel> -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidfillRenderState(CopperGolemStatueBlockEntity copperGolemStatueBlockEntity, CopperGolemStatueBlockEntityRenderState copperGolemStatueBlockEntityRenderState, float float2, Vec3d vec3d, ModelCommandRenderer.CrumblingOverlayCommand crumblingOverlayCommand) voidrender(CopperGolemStatueBlockEntityRenderState copperGolemStatueBlockEntityRenderState, MatrixStack matrixStack, OrderedRenderCommandQueue orderedRenderCommandQueue) 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 aLhih;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>Lhih;<init>(Lhhz$a;)V
-
-
Method Details
-
getRenderState
- Specified by:
getRenderStatein interfaceBlockEntityRenderer<CopperGolemStatueBlockEntity,CopperGolemStatueBlockEntityRenderState> - Mappings:
Namespace Name Mixin selector named getRenderStateLnet/minecraft/client/render/block/entity/CopperGolemStatueBlockEntityRenderer;getRenderState()Lnet/minecraft/client/render/block/entity/CopperGolemStatueBlockEntityRenderState;intermediary method_74371Lnet/minecraft/class_11675;method_74371()Lnet/minecraft/class_11962;official aLhih;a()Lhji;
-
fillRenderState
public void fillRenderState(CopperGolemStatueBlockEntity copperGolemStatueBlockEntity, CopperGolemStatueBlockEntityRenderState copperGolemStatueBlockEntityRenderState, float float2, Vec3d vec3d, @Nullable ModelCommandRenderer.CrumblingOverlayCommand crumblingOverlayCommand) - Specified by:
fillRenderStatein interfaceBlockEntityRenderer<CopperGolemStatueBlockEntity,CopperGolemStatueBlockEntityRenderState> - Mappings:
Namespace Name Mixin selector named fillRenderStateLnet/minecraft/client/render/block/entity/CopperGolemStatueBlockEntityRenderer;fillRenderState(Lnet/minecraft/block/entity/CopperGolemStatueBlockEntity;Lnet/minecraft/client/render/block/entity/CopperGolemStatueBlockEntityRenderState;FLnet/minecraft/util/math/Vec3d;Lnet/minecraft/client/render/command/ModelCommandRenderer$CrumblingOverlayCommand;)Vintermediary method_74372Lnet/minecraft/class_11675;method_74372(Lnet/minecraft/class_11595;Lnet/minecraft/class_11962;FLnet/minecraft/class_243;Lnet/minecraft/class_11683$class_11792;)Vofficial aLhih;a(Lefy;Lhji;FLfnk;Lhwt$a;)V
-
render
public void render(CopperGolemStatueBlockEntityRenderState copperGolemStatueBlockEntityRenderState, MatrixStack matrixStack, OrderedRenderCommandQueue orderedRenderCommandQueue) - Specified by:
renderin interfaceBlockEntityRenderer<CopperGolemStatueBlockEntity,CopperGolemStatueBlockEntityRenderState> - Mappings:
Namespace Name Mixin selector named renderLnet/minecraft/client/render/block/entity/CopperGolemStatueBlockEntityRenderer;render(Lnet/minecraft/client/render/block/entity/CopperGolemStatueBlockEntityRenderState;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/command/OrderedRenderCommandQueue;)Vintermediary method_72955Lnet/minecraft/class_11675;method_72955(Lnet/minecraft/class_11962;Lnet/minecraft/class_4587;Lnet/minecraft/class_11659;)Vofficial aLhih;a(Lhji;Lftd;Lhge;)V
-