Interface EntityRenderCommandQueue

All Known Implementing Classes:
EntityRenderCommandQueueImpl

@Environment(CLIENT) public interface EntityRenderCommandQueue
Mappings:
Namespace Name
named net/minecraft/client/render/entity/command/EntityRenderCommandQueue
intermediary net/minecraft/class_11659
official hbd
  • Method Details

    • pushDebugHitbox

      void pushDebugHitbox(MatrixStack matrices, EntityRenderState renderState, EntityHitboxAndView hitboxAndView)
      Mappings:
      Namespace Name Mixin selector
      named pushDebugHitbox Lnet/minecraft/client/render/entity/command/EntityRenderCommandQueue;pushDebugHitbox(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/entity/state/EntityRenderState;Lnet/minecraft/client/render/entity/state/EntityHitboxAndView;)V
      intermediary method_72928 Lnet/minecraft/class_11659;method_72928(Lnet/minecraft/class_4587;Lnet/minecraft/class_10017;Lnet/minecraft/class_10933;)V
      official a Lhbd;a(Lfpk;Lhnl;Lhob;)V
    • pushShadowPieces

      void pushShadowPieces(MatrixStack matrices, float shadowRadius, List<EntityRenderState.ShadowPiece> pieces)
      Mappings:
      Namespace Name Mixin selector
      named pushShadowPieces Lnet/minecraft/client/render/entity/command/EntityRenderCommandQueue;pushShadowPieces(Lnet/minecraft/client/util/math/MatrixStack;FLjava/util/List;)V
      intermediary method_72922 Lnet/minecraft/class_11659;method_72922(Lnet/minecraft/class_4587;FLjava/util/List;)V
      official a Lhbd;a(Lfpk;FLjava/util/List;)V
    • pushLabel

      void pushLabel(MatrixStack matrices, @Nullable @Nullable Vec3d pos, Text label, boolean notSneaking, int light, double squaredDistanceToCamera)
      Mappings:
      Namespace Name Mixin selector
      named pushLabel Lnet/minecraft/client/render/entity/command/EntityRenderCommandQueue;pushLabel(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/text/Text;ZID)V
      intermediary method_72924 Lnet/minecraft/class_11659;method_72924(Lnet/minecraft/class_4587;Lnet/minecraft/class_243;Lnet/minecraft/class_2561;ZID)V
      official a Lhbd;a(Lfpk;Lfjy;Lxr;ZID)V
    • pushText

      void pushText(MatrixStack matrices, float x, float y, OrderedText text, boolean dropShadow, TextRenderer.TextLayerType layerType, int light, int color, int backgroundColor)
      Mappings:
      Namespace Name Mixin selector
      named pushText Lnet/minecraft/client/render/entity/command/EntityRenderCommandQueue;pushText(Lnet/minecraft/client/util/math/MatrixStack;FFLnet/minecraft/text/OrderedText;ZLnet/minecraft/client/font/TextRenderer$TextLayerType;III)V
      intermediary method_72921 Lnet/minecraft/class_11659;method_72921(Lnet/minecraft/class_4587;FFLnet/minecraft/class_5481;ZLnet/minecraft/class_327$class_6415;III)V
      official a Lhbd;a(Lfpk;FFLbbt;ZLfyg$a;III)V
    • pushFire

      void pushFire(MatrixStack matrices, EntityRenderState renderState, Quaternionf rotation)
      Mappings:
      Namespace Name Mixin selector
      named pushFire Lnet/minecraft/client/render/entity/command/EntityRenderCommandQueue;pushFire(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/entity/state/EntityRenderState;Lorg/joml/Quaternionf;)V
      intermediary method_72929 Lnet/minecraft/class_11659;method_72929(Lnet/minecraft/class_4587;Lnet/minecraft/class_10017;Lorg/joml/Quaternionf;)V
      official a Lhbd;a(Lfpk;Lhnl;Lorg/joml/Quaternionf;)V
    • pushLeash

      void pushLeash(MatrixStack matrices, EntityRenderState.LeashData data)
      Mappings:
      Namespace Name Mixin selector
      named pushLeash Lnet/minecraft/client/render/entity/command/EntityRenderCommandQueue;pushLeash(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/entity/state/EntityRenderState$LeashData;)V
      intermediary method_72927 Lnet/minecraft/class_11659;method_72927(Lnet/minecraft/class_4587;Lnet/minecraft/class_10017$class_10018;)V
      official a Lhbd;a(Lfpk;Lhnl$a;)V
    • pushModel

      <S> void pushModel(Model<? super S> model, S state, MatrixStack matrices, RenderLayer renderLayer, int light, int overlay, int tintedColor, @Nullable @Nullable Sprite sprite, int outlineColor, int order)
      Mappings:
      Namespace Name Mixin selector
      named pushModel Lnet/minecraft/client/render/entity/command/EntityRenderCommandQueue;pushModel(Lnet/minecraft/client/model/Model;Ljava/lang/Object;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/RenderLayer;IIILnet/minecraft/client/texture/Sprite;II)V
      intermediary method_72933 Lnet/minecraft/class_11659;method_72933(Lnet/minecraft/class_3879;Ljava/lang/Object;Lnet/minecraft/class_4587;Lnet/minecraft/class_1921;IIILnet/minecraft/class_1058;II)V
      official a Lhbd;a(Lgqv;Ljava/lang/Object;Lfpk;Lhaq;IIILhvd;II)V
    • pushModel

      default <S> void pushModel(Model<? super S> model, S state, MatrixStack matrices, RenderLayer renderLayer, int light, int overlay, int outlineColor)
      Mappings:
      Namespace Name Mixin selector
      named pushModel Lnet/minecraft/client/render/entity/command/EntityRenderCommandQueue;pushModel(Lnet/minecraft/client/model/Model;Ljava/lang/Object;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/RenderLayer;III)V
      intermediary method_72932 Lnet/minecraft/class_11659;method_72932(Lnet/minecraft/class_3879;Ljava/lang/Object;Lnet/minecraft/class_4587;Lnet/minecraft/class_1921;III)V
      official a Lhbd;a(Lgqv;Ljava/lang/Object;Lfpk;Lhaq;III)V
    • pushBlock

      void pushBlock(MatrixStack matrices, BlockState state, int light, int overlay)
      Mappings:
      Namespace Name Mixin selector
      named pushBlock Lnet/minecraft/client/render/entity/command/EntityRenderCommandQueue;pushBlock(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/block/BlockState;II)V
      intermediary method_72923 Lnet/minecraft/class_11659;method_72923(Lnet/minecraft/class_4587;Lnet/minecraft/class_2680;II)V
      official a Lhbd;a(Lfpk;Lefg;II)V
    • pushFallingBlock

      void pushFallingBlock(MatrixStack matrices, FallingBlockEntityRenderState renderState)
      Mappings:
      Namespace Name Mixin selector
      named pushFallingBlock Lnet/minecraft/client/render/entity/command/EntityRenderCommandQueue;pushFallingBlock(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/entity/state/FallingBlockEntityRenderState;)V
      intermediary method_72930 Lnet/minecraft/class_11659;method_72930(Lnet/minecraft/class_4587;Lnet/minecraft/class_10023;)V
      official a Lhbd;a(Lfpk;Lhnq;)V
    • pushBlockStateModel

      void pushBlockStateModel(MatrixStack matrices, RenderLayer renderLayer, BlockStateModel model, float r, float g, float b, int light, int overlay)
      Mappings:
      Namespace Name Mixin selector
      named pushBlockStateModel Lnet/minecraft/client/render/entity/command/EntityRenderCommandQueue;pushBlockStateModel(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/RenderLayer;Lnet/minecraft/client/render/model/BlockStateModel;FFFII)V
      intermediary method_72926 Lnet/minecraft/class_11659;method_72926(Lnet/minecraft/class_4587;Lnet/minecraft/class_1921;Lnet/minecraft/class_1087;FFFII)V
      official a Lhbd;a(Lfpk;Lhaq;Lhbv;FFFII)V
    • pushItem

      void pushItem(MatrixStack matrices, ItemRenderState renderState, int light, int overlay)
      Mappings:
      Namespace Name Mixin selector
      named pushItem Lnet/minecraft/client/render/entity/command/EntityRenderCommandQueue;pushItem(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/item/ItemRenderState;II)V
      intermediary method_72931 Lnet/minecraft/class_11659;method_72931(Lnet/minecraft/class_4587;Lnet/minecraft/class_10444;II)V
      official a Lhbd;a(Lfpk;Lhrr;II)V
    • pushCustom

      void pushCustom(MatrixStack matrices, RenderLayer renderLayer, EntityRenderCommandQueue.Custom vertices)
      Mappings:
      Namespace Name Mixin selector
      named pushCustom Lnet/minecraft/client/render/entity/command/EntityRenderCommandQueue;pushCustom(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/RenderLayer;Lnet/minecraft/client/render/entity/command/EntityRenderCommandQueue$Custom;)V
      intermediary method_72925 Lnet/minecraft/class_11659;method_72925(Lnet/minecraft/class_4587;Lnet/minecraft/class_1921;Lnet/minecraft/class_11659$class_11660;)V
      official a Lhbd;a(Lfpk;Lhaq;Lhbd$a;)V