Class ChestBlockEntityRenderer<T extends BlockEntity & LidOpenable>

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

@Environment(CLIENT) public class ChestBlockEntityRenderer<T extends BlockEntity & LidOpenable> extends Object implements BlockEntityRenderer<T>
Mappings:
Namespace Name
named net/minecraft/client/render/block/entity/ChestBlockEntityRenderer
intermediary net/minecraft/class_826
official gor
  • Field Details Link icon

    • singleChest Link icon

      private final ChestBlockModel singleChest
      Mappings:
      Namespace Name Mixin selector
      named singleChest Lnet/minecraft/client/render/block/entity/ChestBlockEntityRenderer;singleChest:Lnet/minecraft/client/render/block/entity/model/ChestBlockModel;
      intermediary field_53165 Lnet/minecraft/class_826;field_53165:Lnet/minecraft/class_9944;
      official a Lgor;a:Lgbp;
    • doubleChestLeft Link icon

      private final ChestBlockModel doubleChestLeft
      Mappings:
      Namespace Name Mixin selector
      named doubleChestLeft Lnet/minecraft/client/render/block/entity/ChestBlockEntityRenderer;doubleChestLeft:Lnet/minecraft/client/render/block/entity/model/ChestBlockModel;
      intermediary field_53166 Lnet/minecraft/class_826;field_53166:Lnet/minecraft/class_9944;
      official b Lgor;b:Lgbp;
    • doubleChestRight Link icon

      private final ChestBlockModel doubleChestRight
      Mappings:
      Namespace Name Mixin selector
      named doubleChestRight Lnet/minecraft/client/render/block/entity/ChestBlockEntityRenderer;doubleChestRight:Lnet/minecraft/client/render/block/entity/model/ChestBlockModel;
      intermediary field_53167 Lnet/minecraft/class_826;field_53167:Lnet/minecraft/class_9944;
      official c Lgor;c:Lgbp;
    • christmas Link icon

      private final boolean christmas
      Mappings:
      Namespace Name Mixin selector
      named christmas Lnet/minecraft/client/render/block/entity/ChestBlockEntityRenderer;christmas:Z
      intermediary field_4365 Lnet/minecraft/class_826;field_4365:Z
      official d Lgor;d:Z
  • Constructor Details Link icon

    • ChestBlockEntityRenderer Link icon

      public ChestBlockEntityRenderer(BlockEntityRendererFactory.Context context)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/render/block/entity/ChestBlockEntityRenderer;<init>(Lnet/minecraft/client/render/block/entity/BlockEntityRendererFactory$Context;)V
      intermediary <init> Lnet/minecraft/class_826;<init>(Lnet/minecraft/class_5614$class_5615;)V
      official <init> Lgor;<init>(Lgom$a;)V
  • Method Details Link icon

    • isAroundChristmas Link icon

      public static boolean isAroundChristmas()
      Mappings:
      Namespace Name Mixin selector
      named isAroundChristmas Lnet/minecraft/client/render/block/entity/ChestBlockEntityRenderer;isAroundChristmas()Z
      intermediary method_65559 Lnet/minecraft/class_826;method_65559()Z
      official b Lgor;b()Z
    • render Link icon

      public void render(T entity, float tickDelta, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay)
      Specified by:
      render in interface BlockEntityRenderer<T extends BlockEntity & LidOpenable>
      Mappings:
      Namespace Name Mixin selector
      named render Lnet/minecraft/client/render/block/entity/BlockEntityRenderer;render(Lnet/minecraft/block/entity/BlockEntity;FLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;II)V
      intermediary method_3569 Lnet/minecraft/class_827;method_3569(Lnet/minecraft/class_2586;FLnet/minecraft/class_4587;Lnet/minecraft/class_4597;II)V
      official a Lgol;a(Ldua;FLffv;Lglz;II)V
    • render Link icon

      private void render(MatrixStack matrices, VertexConsumer vertices, ChestBlockModel model, float animationProgress, int light, int overlay)
      Mappings:
      Namespace Name Mixin selector
      named render Lnet/minecraft/client/render/block/entity/ChestBlockEntityRenderer;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/client/render/block/entity/model/ChestBlockModel;FII)V
      intermediary method_22749 Lnet/minecraft/class_826;method_22749(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;Lnet/minecraft/class_9944;FII)V
      official a Lgor;a(Lffv;Lffz;Lgbp;FII)V