Class StructureBlockBlockEntityRenderer<T extends BlockEntity & StructureBoxRendering>

java.lang.Object
net.minecraft.client.render.block.entity.StructureBlockBlockEntityRenderer<T>
All Implemented Interfaces:
BlockEntityRenderer<T,StructureBlockBlockEntityRenderState>

@Environment(CLIENT) public class StructureBlockBlockEntityRenderer<T extends BlockEntity & StructureBoxRendering> extends Object implements BlockEntityRenderer<T,StructureBlockBlockEntityRenderState>
Mappings:
Namespace Name
named net/minecraft/client/render/block/entity/StructureBlockBlockEntityRenderer
intermediary net/minecraft/class_838
official hiv
  • Constructor Details

    • StructureBlockBlockEntityRenderer

      public StructureBlockBlockEntityRenderer()
  • Method Details

    • createRenderState

      public StructureBlockBlockEntityRenderState createRenderState()
      Specified by:
      createRenderState in interface BlockEntityRenderer<T extends BlockEntity & StructureBoxRendering,StructureBlockBlockEntityRenderState>
      Mappings:
      Namespace Name Mixin selector
      named createRenderState Lnet/minecraft/client/render/block/entity/StructureBlockBlockEntityRenderer;createRenderState()Lnet/minecraft/client/render/block/entity/state/StructureBlockBlockEntityRenderState;
      intermediary method_74356 Lnet/minecraft/class_838;method_74356()Lnet/minecraft/class_11955;
      official a Lhiv;a()Lhjx;
    • updateRenderState

      public void updateRenderState(T t, StructureBlockBlockEntityRenderState structureBlockBlockEntityRenderState, float float2, Vec3d vec3d, @Nullable ModelCommandRenderer.CrumblingOverlayCommand crumblingOverlayCommand)
      Specified by:
      updateRenderState in interface BlockEntityRenderer<T extends BlockEntity & StructureBoxRendering,StructureBlockBlockEntityRenderState>
      Mappings:
      Namespace Name Mixin selector
      named updateRenderState Lnet/minecraft/client/render/block/entity/StructureBlockBlockEntityRenderer;updateRenderState(Lnet/minecraft/block/entity/BlockEntity;Lnet/minecraft/client/render/block/entity/state/StructureBlockBlockEntityRenderState;FLnet/minecraft/util/math/Vec3d;Lnet/minecraft/client/render/command/ModelCommandRenderer$CrumblingOverlayCommand;)V
      intermediary method_74358 Lnet/minecraft/class_838;method_74358(Lnet/minecraft/class_2586;Lnet/minecraft/class_11955;FLnet/minecraft/class_243;Lnet/minecraft/class_11683$class_11792;)V
      official a Lhiv;a(Legg;Lhjx;FLfoh;Lhxo$a;)V
    • updateStructureBoxRenderState

      public static <T extends BlockEntity & StructureBoxRendering> void updateStructureBoxRenderState(T blockEntity, StructureBlockBlockEntityRenderState state)
      Mappings:
      Namespace Name Mixin selector
      named updateStructureBoxRenderState Lnet/minecraft/client/render/block/entity/StructureBlockBlockEntityRenderer;updateStructureBoxRenderState(Lnet/minecraft/block/entity/BlockEntity;Lnet/minecraft/client/render/block/entity/state/StructureBlockBlockEntityRenderState;)V
      intermediary method_74357 Lnet/minecraft/class_838;method_74357(Lnet/minecraft/class_2586;Lnet/minecraft/class_11955;)V
      official a Lhiv;a(Legg;Lhjx;)V
    • render

      public void render(StructureBlockBlockEntityRenderState structureBlockBlockEntityRenderState, MatrixStack matrixStack, OrderedRenderCommandQueue orderedRenderCommandQueue, CameraRenderState cameraRenderState)
      Specified by:
      render in interface BlockEntityRenderer<T extends BlockEntity & StructureBoxRendering,StructureBlockBlockEntityRenderState>
      Mappings:
      Namespace Name Mixin selector
      named render Lnet/minecraft/client/render/block/entity/StructureBlockBlockEntityRenderer;render(Lnet/minecraft/client/render/block/entity/state/StructureBlockBlockEntityRenderState;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/command/OrderedRenderCommandQueue;Lnet/minecraft/client/render/state/CameraRenderState;)V
      intermediary method_74359 Lnet/minecraft/class_838;method_74359(Lnet/minecraft/class_11955;Lnet/minecraft/class_4587;Lnet/minecraft/class_11659;Lnet/minecraft/class_12075;)V
      official a Lhiv;a(Lhjx;Lfua;Lhgy;Libo;)V
    • renderInvisibleBlocks

      private void renderInvisibleBlocks(StructureBlockBlockEntityRenderState state, BlockPos pos, Vec3i size, OrderedRenderCommandQueue queue, MatrixStack matrices)
      Mappings:
      Namespace Name Mixin selector
      named renderInvisibleBlocks Lnet/minecraft/client/render/block/entity/StructureBlockBlockEntityRenderer;renderInvisibleBlocks(Lnet/minecraft/client/render/block/entity/state/StructureBlockBlockEntityRenderState;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Vec3i;Lnet/minecraft/client/render/command/OrderedRenderCommandQueue;Lnet/minecraft/client/util/math/MatrixStack;)V
      intermediary method_3585 Lnet/minecraft/class_838;method_3585(Lnet/minecraft/class_11955;Lnet/minecraft/class_2338;Lnet/minecraft/class_2382;Lnet/minecraft/class_11659;Lnet/minecraft/class_4587;)V
      official a Lhiv;a(Lhjx;Lja;Lkf;Lhgy;Lfua;)V
    • renderStructureVoids

      private void renderStructureVoids(StructureBlockBlockEntityRenderState state, BlockPos pos, Vec3i size, VertexConsumer vertexConsumer, Matrix4f matrix4f)
      Mappings:
      Namespace Name Mixin selector
      named renderStructureVoids Lnet/minecraft/client/render/block/entity/StructureBlockBlockEntityRenderer;renderStructureVoids(Lnet/minecraft/client/render/block/entity/state/StructureBlockBlockEntityRenderState;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Vec3i;Lnet/minecraft/client/render/VertexConsumer;Lorg/joml/Matrix4f;)V
      intermediary method_61047 Lnet/minecraft/class_838;method_61047(Lnet/minecraft/class_11955;Lnet/minecraft/class_2338;Lnet/minecraft/class_2382;Lnet/minecraft/class_4588;Lorg/joml/Matrix4f;)V
      official a Lhiv;a(Lhjx;Lja;Lkf;Lfud;Lorg/joml/Matrix4f;)V
    • rendersOutsideBoundingBox

      public boolean rendersOutsideBoundingBox()
      Specified by:
      rendersOutsideBoundingBox in interface BlockEntityRenderer<T extends BlockEntity & StructureBoxRendering,StructureBlockBlockEntityRenderState>
      Mappings:
      Namespace Name Mixin selector
      named rendersOutsideBoundingBox Lnet/minecraft/client/render/block/entity/BlockEntityRenderer;rendersOutsideBoundingBox()Z
      intermediary method_3563 Lnet/minecraft/class_827;method_3563()Z
      official bk_ Lhis;bk_()Z
    • getRenderDistance

      public int getRenderDistance()
      Specified by:
      getRenderDistance in interface BlockEntityRenderer<T extends BlockEntity & StructureBoxRendering,StructureBlockBlockEntityRenderState>
      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 bl_ Lhis;bl_()I