Class StructureBlockBlockEntityRenderer
java.lang.Object
net.minecraft.client.render.block.entity.StructureBlockBlockEntityRenderer
- All Implemented Interfaces:
BlockEntityRenderer<StructureBlockBlockEntity>
@Environment(CLIENT)
public class StructureBlockBlockEntityRenderer
extends Object
implements BlockEntityRenderer<StructureBlockBlockEntity>
- Mappings:
Namespace Name official fesintermediary net/minecraft/class_838named net/minecraft/client/render/block/entity/StructureBlockBlockEntityRenderer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidmethod_3587(StructureBlockBlockEntity structureBlockBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3) booleanmethod_3588(StructureBlockBlockEntity structureBlockBlockEntity) private voidrenderInvisibleBlocks(StructureBlockBlockEntity entity, VertexConsumer vertices, BlockPos pos, MatrixStack matrices) 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
isInRenderDistance, render, rendersOutsideBoundingBox
-
Constructor Details
-
StructureBlockBlockEntityRenderer
- Mappings:
Namespace Name Mixin selector official <init>Lfes;<init>(Lfee$a;)Vintermediary <init>Lnet/minecraft/class_838;<init>(Lnet/minecraft/class_5614$class_5615;)Vnamed <init>Lnet/minecraft/client/render/block/entity/StructureBlockBlockEntityRenderer;<init>(Lnet/minecraft/client/render/block/entity/BlockEntityRendererFactory$Context;)V
-
-
Method Details
-
method_3587
public void method_3587(StructureBlockBlockEntity structureBlockBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3) - Mappings:
Namespace Name Mixin selector official aLfes;a(Lcwu;FLedd;Lfcg;II)Vintermediary method_3587Lnet/minecraft/class_838;method_3587(Lnet/minecraft/class_2633;FLnet/minecraft/class_4587;Lnet/minecraft/class_4597;II)Vnamed method_3587Lnet/minecraft/client/render/block/entity/StructureBlockBlockEntityRenderer;method_3587(Lnet/minecraft/block/entity/StructureBlockBlockEntity;FLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;II)V
-
renderInvisibleBlocks
private void renderInvisibleBlocks(StructureBlockBlockEntity entity, VertexConsumer vertices, BlockPos pos, MatrixStack matrices) - Mappings:
Namespace Name Mixin selector official aLfes;a(Lcwu;Ledh;Lgr;Ledd;)Vintermediary method_3585Lnet/minecraft/class_838;method_3585(Lnet/minecraft/class_2633;Lnet/minecraft/class_4588;Lnet/minecraft/class_2338;Lnet/minecraft/class_4587;)Vnamed renderInvisibleBlocksLnet/minecraft/client/render/block/entity/StructureBlockBlockEntityRenderer;renderInvisibleBlocks(Lnet/minecraft/block/entity/StructureBlockBlockEntity;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/util/math/MatrixStack;)V
-
method_3588
- Mappings:
Namespace Name Mixin selector official aLfes;a(Lcwu;)Zintermediary method_3588Lnet/minecraft/class_838;method_3588(Lnet/minecraft/class_2633;)Znamed method_3588Lnet/minecraft/client/render/block/entity/StructureBlockBlockEntityRenderer;method_3588(Lnet/minecraft/block/entity/StructureBlockBlockEntity;)Z
-
getRenderDistance
public int getRenderDistance()- Specified by:
getRenderDistancein interfaceBlockEntityRenderer<StructureBlockBlockEntity>- Mappings:
Namespace Name Mixin selector official ap_Lfed;ap_()Iintermediary method_33893Lnet/minecraft/class_827;method_33893()Inamed getRenderDistanceLnet/minecraft/client/render/block/entity/BlockEntityRenderer;getRenderDistance()I
-