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 - named - net/minecraft/client/render/block/entity/StructureBlockBlockEntityRenderer- intermediary - net/minecraft/class_838- official - gpc
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintprivate voidmethod_61047(StructureBlockBlockEntity entity, VertexConsumer vertexConsumer, MatrixStack matrices) voidrender(StructureBlockBlockEntity structureBlockBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3) private voidrenderInvisibleBlocks(StructureBlockBlockEntity entity, VertexConsumerProvider vertexConsumers, MatrixStack matrices) booleanrendersOutsideBoundingBox(StructureBlockBlockEntity structureBlockBlockEntity) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.render.block.entity.BlockEntityRendererisInRenderDistance
- 
Constructor Details- 
StructureBlockBlockEntityRenderer- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/client/render/block/entity/StructureBlockBlockEntityRenderer;<init>(Lnet/minecraft/client/render/block/entity/BlockEntityRendererFactory$Context;)V- intermediary - <init>- Lnet/minecraft/class_838;<init>(Lnet/minecraft/class_5614$class_5615;)V- official - <init>- Lgpc;<init>(Lgom$a;)V
 
 
- 
- 
Method Details- 
renderpublic void render(StructureBlockBlockEntity structureBlockBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3) - Specified by:
- renderin interface- BlockEntityRenderer<StructureBlockBlockEntity>
- Mappings:
- Namespace - Name - Mixin selector - named - render- Lnet/minecraft/client/render/block/entity/StructureBlockBlockEntityRenderer;render(Lnet/minecraft/block/entity/StructureBlockBlockEntity;FLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;II)V- intermediary - method_3587- Lnet/minecraft/class_838;method_3587(Lnet/minecraft/class_2633;FLnet/minecraft/class_4587;Lnet/minecraft/class_4597;II)V- official - a- Lgpc;a(Ldvs;FLffv;Lglz;II)V
 
- 
renderInvisibleBlocksprivate void renderInvisibleBlocks(StructureBlockBlockEntity entity, VertexConsumerProvider vertexConsumers, MatrixStack matrices) - Mappings:
- Namespace - Name - Mixin selector - named - renderInvisibleBlocks- Lnet/minecraft/client/render/block/entity/StructureBlockBlockEntityRenderer;renderInvisibleBlocks(Lnet/minecraft/block/entity/StructureBlockBlockEntity;Lnet/minecraft/client/render/VertexConsumerProvider;Lnet/minecraft/client/util/math/MatrixStack;)V- intermediary - method_3585- Lnet/minecraft/class_838;method_3585(Lnet/minecraft/class_2633;Lnet/minecraft/class_4597;Lnet/minecraft/class_4587;)V- official - a- Lgpc;a(Ldvs;Lglz;Lffv;)V
 
- 
method_61047private void method_61047(StructureBlockBlockEntity entity, VertexConsumer vertexConsumer, MatrixStack matrices) - Mappings:
- Namespace - Name - Mixin selector - named - method_61047- Lnet/minecraft/client/render/block/entity/StructureBlockBlockEntityRenderer;method_61047(Lnet/minecraft/block/entity/StructureBlockBlockEntity;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/client/util/math/MatrixStack;)V- intermediary - method_61047- Lnet/minecraft/class_838;method_61047(Lnet/minecraft/class_2633;Lnet/minecraft/class_4588;Lnet/minecraft/class_4587;)V- official - a- Lgpc;a(Ldvs;Lffz;Lffv;)V
 
- 
rendersOutsideBoundingBox- Specified by:
- rendersOutsideBoundingBoxin interface- BlockEntityRenderer<StructureBlockBlockEntity>
- Mappings:
- Namespace - Name - Mixin selector - named - rendersOutsideBoundingBox- Lnet/minecraft/client/render/block/entity/StructureBlockBlockEntityRenderer;rendersOutsideBoundingBox(Lnet/minecraft/block/entity/StructureBlockBlockEntity;)Z- intermediary - method_3588- Lnet/minecraft/class_838;method_3588(Lnet/minecraft/class_2633;)Z- official - a- Lgpc;a(Ldvs;)Z
 
- 
getRenderDistancepublic int getRenderDistance()- Specified by:
- getRenderDistancein interface- BlockEntityRenderer<StructureBlockBlockEntity>
- Mappings:
- Namespace - Name - Mixin selector - named - getRenderDistance- Lnet/minecraft/client/render/block/entity/BlockEntityRenderer;getRenderDistance()I- intermediary - method_33893- Lnet/minecraft/class_827;method_33893()I- official - aU_- Lgol;aU_()I
 
 
-