Class LoadedBlockEntityModels

java.lang.Object
net.minecraft.client.render.block.entity.LoadedBlockEntityModels

@Environment(CLIENT) public class LoadedBlockEntityModels extends Object
Mappings:
Namespace Name
named net/minecraft/client/render/block/entity/LoadedBlockEntityModels
intermediary net/minecraft/class_10418
official gmw
  • Field Details Link icon

    • EMPTY Link icon

      public static final LoadedBlockEntityModels EMPTY
      Mappings:
      Namespace Name Mixin selector
      named EMPTY Lnet/minecraft/client/render/block/entity/LoadedBlockEntityModels;EMPTY:Lnet/minecraft/client/render/block/entity/LoadedBlockEntityModels;
      intermediary field_55269 Lnet/minecraft/class_10418;field_55269:Lnet/minecraft/class_10418;
      official a Lgmw;a:Lgmw;
    • renderers Link icon

      private final Map<Block,SpecialModelRenderer<?>> renderers
      Mappings:
      Namespace Name Mixin selector
      named renderers Lnet/minecraft/client/render/block/entity/LoadedBlockEntityModels;renderers:Ljava/util/Map;
      intermediary field_55270 Lnet/minecraft/class_10418;field_55270:Ljava/util/Map;
      official b Lgmw;b:Ljava/util/Map;
  • Constructor Details Link icon

    • LoadedBlockEntityModels Link icon

      public LoadedBlockEntityModels(Map<Block,SpecialModelRenderer<?>> renderers)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/render/block/entity/LoadedBlockEntityModels;<init>(Ljava/util/Map;)V
      intermediary <init> Lnet/minecraft/class_10418;<init>(Ljava/util/Map;)V
      official <init> Lgmw;<init>(Ljava/util/Map;)V
  • Method Details Link icon

    • fromModels Link icon

      public static LoadedBlockEntityModels fromModels(LoadedEntityModels models)
      Mappings:
      Namespace Name Mixin selector
      named fromModels Lnet/minecraft/client/render/block/entity/LoadedBlockEntityModels;fromModels(Lnet/minecraft/client/render/entity/model/LoadedEntityModels;)Lnet/minecraft/client/render/block/entity/LoadedBlockEntityModels;
      intermediary method_65536 Lnet/minecraft/class_10418;method_65536(Lnet/minecraft/class_5599;)Lnet/minecraft/class_10418;
      official a Lgmw;a(Lgfa;)Lgmw;
    • render Link icon

      public void render(Block block, ModelTransformationMode displayContext, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay)
      Mappings:
      Namespace Name Mixin selector
      named render Lnet/minecraft/client/render/block/entity/LoadedBlockEntityModels;render(Lnet/minecraft/block/Block;Lnet/minecraft/item/ModelTransformationMode;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;II)V
      intermediary method_65535 Lnet/minecraft/class_10418;method_65535(Lnet/minecraft/class_2248;Lnet/minecraft/class_811;Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;II)V
      official a Lgmw;a(Ldjn;Lcwo;Lffv;Lglz;II)V