Class BatchingRenderCommandQueue
java.lang.Object
net.minecraft.client.render.command.BatchingRenderCommandQueue
- All Implemented Interfaces:
RenderCommandQueue
@Environment(CLIENT)
public class BatchingRenderCommandQueue
extends Object
implements RenderCommandQueue
- Mappings:
Namespace Name named net/minecraft/client/render/command/BatchingRenderCommandQueueintermediary net/minecraft/class_11788official hgx
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<OrderedRenderCommandQueueImpl.BlockCommand> private final List<OrderedRenderCommandQueueImpl.BlockStateModelCommand> private final CustomCommandRenderer.Commandsprivate final List<OrderedRenderCommandQueueImpl.DebugHitboxCommand> private final List<OrderedRenderCommandQueueImpl.FireCommand> private booleanprivate final List<OrderedRenderCommandQueueImpl.ItemCommand> private final LabelCommandRenderer.Commandsprivate final List<OrderedRenderCommandQueue.LayeredCustom> private final List<OrderedRenderCommandQueueImpl.LeashCommand> private final ModelCommandRenderer.Commandsprivate final ModelPartCommandRenderer.Commandsprivate final List<OrderedRenderCommandQueueImpl.MovingBlockCommand> private final OrderedRenderCommandQueueImplprivate final List<OrderedRenderCommandQueueImpl.ShadowPiecesCommand> private final List<OrderedRenderCommandQueueImpl.TextCommand> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleanvoidvoidsubmitBlock(MatrixStack matrices, BlockState state, int light, int overlay, int outlineColor) voidsubmitBlockStateModel(MatrixStack matrices, RenderLayer renderLayer, BlockStateModel model, float r, float g, float b, int light, int overlay, int outlineColor) voidsubmitCustom(OrderedRenderCommandQueue.LayeredCustom customRenderer) voidsubmitCustom(MatrixStack matrices, RenderLayer renderLayer, OrderedRenderCommandQueue.Custom customRenderer) voidsubmitDebugHitbox(MatrixStack matrices, EntityRenderState renderState, EntityHitboxAndView debugHitbox) voidsubmitFire(MatrixStack matrices, EntityRenderState renderState, Quaternionf rotation) voidsubmitItem(MatrixStack matrices, ItemDisplayContext displayContext, int light, int overlay, int outlineColors, int[] tintLayers, List<BakedQuad> quads, RenderLayer renderLayer, ItemRenderState.Glint glintType) voidsubmitLabel(MatrixStack matrices, @Nullable Vec3d nameLabelPos, int y, Text label, boolean notSneaking, int light, double squaredDistanceToCamera, CameraRenderState cameraState) voidsubmitLeash(MatrixStack matrices, EntityRenderState.LeashData leashData) <S> voidsubmitModel(Model<? super S> model, S state, MatrixStack matrices, RenderLayer renderLayer, int light, int overlay, int tintedColor, @Nullable Sprite sprite, int outlineColor, ModelCommandRenderer.CrumblingOverlayCommand crumblingOverlay) voidsubmitModelPart(ModelPart part, MatrixStack matrices, RenderLayer renderLayer, int light, int overlay, @Nullable Sprite sprite, boolean sheeted, boolean hasGlint, int tintedColor, ModelCommandRenderer.CrumblingOverlayCommand crumblingOverlay, int int2) voidsubmitMovingBlock(MatrixStack matrices, MovingBlockRenderState state) voidsubmitShadowPieces(MatrixStack matrices, float shadowRadius, List<EntityRenderState.ShadowPiece> shadowPieces) voidsubmitText(MatrixStack matrices, float x, float y, OrderedText text, boolean dropShadow, TextRenderer.TextLayerType layerType, int light, int color, int backgroundColor, int outlineColor) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.render.command.RenderCommandQueue
submitModel, submitModelPart, submitModelPart, submitModelPart
-
Field Details
-
shadowPiecesCommands
- Mappings:
Namespace Name Mixin selector named shadowPiecesCommandsLnet/minecraft/client/render/command/BatchingRenderCommandQueue;shadowPiecesCommands:Ljava/util/List;intermediary field_62224Lnet/minecraft/class_11788;field_62224:Ljava/util/List;official aLhgx;a:Ljava/util/List;
-
fireCommands
- Mappings:
Namespace Name Mixin selector named fireCommandsLnet/minecraft/client/render/command/BatchingRenderCommandQueue;fireCommands:Ljava/util/List;intermediary field_62225Lnet/minecraft/class_11788;field_62225:Ljava/util/List;official bLhgx;b:Ljava/util/List;
-
labelCommands
- Mappings:
Namespace Name Mixin selector named labelCommandsLnet/minecraft/client/render/command/BatchingRenderCommandQueue;labelCommands:Lnet/minecraft/client/render/command/LabelCommandRenderer$Commands;intermediary field_62963Lnet/minecraft/class_11788;field_62963:Lnet/minecraft/class_11689$class_12050;official cLhgx;c:Lhxq$a;
-
textCommands
- Mappings:
Namespace Name Mixin selector named textCommandsLnet/minecraft/client/render/command/BatchingRenderCommandQueue;textCommands:Ljava/util/List;intermediary field_62228Lnet/minecraft/class_11788;field_62228:Ljava/util/List;official dLhgx;d:Ljava/util/List;
-
debugHitboxCommands
- Mappings:
Namespace Name Mixin selector named debugHitboxCommandsLnet/minecraft/client/render/command/BatchingRenderCommandQueue;debugHitboxCommands:Ljava/util/List;intermediary field_62229Lnet/minecraft/class_11788;field_62229:Ljava/util/List;official eLhgx;e:Ljava/util/List;
-
leashCommands
- Mappings:
Namespace Name Mixin selector named leashCommandsLnet/minecraft/client/render/command/BatchingRenderCommandQueue;leashCommands:Ljava/util/List;intermediary field_62230Lnet/minecraft/class_11788;field_62230:Ljava/util/List;official fLhgx;f:Ljava/util/List;
-
blockCommands
- Mappings:
Namespace Name Mixin selector named blockCommandsLnet/minecraft/client/render/command/BatchingRenderCommandQueue;blockCommands:Ljava/util/List;intermediary field_62231Lnet/minecraft/class_11788;field_62231:Ljava/util/List;official gLhgx;g:Ljava/util/List;
-
movingBlockCommands
- Mappings:
Namespace Name Mixin selector named movingBlockCommandsLnet/minecraft/client/render/command/BatchingRenderCommandQueue;movingBlockCommands:Ljava/util/List;intermediary field_62232Lnet/minecraft/class_11788;field_62232:Ljava/util/List;official hLhgx;h:Ljava/util/List;
-
blockStateModelCommands
- Mappings:
Namespace Name Mixin selector named blockStateModelCommandsLnet/minecraft/client/render/command/BatchingRenderCommandQueue;blockStateModelCommands:Ljava/util/List;intermediary field_62233Lnet/minecraft/class_11788;field_62233:Ljava/util/List;official iLhgx;i:Ljava/util/List;
-
itemCommands
- Mappings:
Namespace Name Mixin selector named itemCommandsLnet/minecraft/client/render/command/BatchingRenderCommandQueue;itemCommands:Ljava/util/List;intermediary field_62234Lnet/minecraft/class_11788;field_62234:Ljava/util/List;official jLhgx;j:Ljava/util/List;
-
layeredCustomCommands
- Mappings:
Namespace Name Mixin selector named layeredCustomCommandsLnet/minecraft/client/render/command/BatchingRenderCommandQueue;layeredCustomCommands:Ljava/util/List;intermediary field_62657Lnet/minecraft/class_11788;field_62657:Ljava/util/List;official kLhgx;k:Ljava/util/List;
-
modelCommands
- Mappings:
Namespace Name Mixin selector named modelCommandsLnet/minecraft/client/render/command/BatchingRenderCommandQueue;modelCommands:Lnet/minecraft/client/render/command/ModelCommandRenderer$Commands;intermediary field_62964Lnet/minecraft/class_11788;field_62964:Lnet/minecraft/class_11683$class_12048;official lLhgx;l:Lhxo$b;
-
modelPartCommands
- Mappings:
Namespace Name Mixin selector named modelPartCommandsLnet/minecraft/client/render/command/BatchingRenderCommandQueue;modelPartCommands:Lnet/minecraft/client/render/command/ModelPartCommandRenderer$Commands;intermediary field_62238Lnet/minecraft/class_11788;field_62238:Lnet/minecraft/class_11793$class_12049;official mLhgx;m:Lhxp$a;
-
customCommands
- Mappings:
Namespace Name Mixin selector named customCommandsLnet/minecraft/client/render/command/BatchingRenderCommandQueue;customCommands:Lnet/minecraft/client/render/command/CustomCommandRenderer$Commands;intermediary field_62240Lnet/minecraft/class_11788;field_62240:Lnet/minecraft/class_11682$class_12047;official nLhgx;n:Lhxi$a;
-
orderedQueueImpl
- Mappings:
Namespace Name Mixin selector named orderedQueueImplLnet/minecraft/client/render/command/BatchingRenderCommandQueue;orderedQueueImpl:Lnet/minecraft/client/render/command/OrderedRenderCommandQueueImpl;intermediary field_62242Lnet/minecraft/class_11788;field_62242:Lnet/minecraft/class_11661;official oLhgx;o:Lhgz;
-
hasCommands
private boolean hasCommands- Mappings:
Namespace Name Mixin selector named hasCommandsLnet/minecraft/client/render/command/BatchingRenderCommandQueue;hasCommands:Zintermediary field_62243Lnet/minecraft/class_11788;field_62243:Zofficial pLhgx;p:Z
-
-
Constructor Details
-
BatchingRenderCommandQueue
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/command/BatchingRenderCommandQueue;<init>(Lnet/minecraft/client/render/command/OrderedRenderCommandQueueImpl;)Vintermediary <init>Lnet/minecraft/class_11788;<init>(Lnet/minecraft/class_11661;)Vofficial <init>Lhgx;<init>(Lhgz;)V
-
-
Method Details
-
submitDebugHitbox
public void submitDebugHitbox(MatrixStack matrices, EntityRenderState renderState, EntityHitboxAndView debugHitbox) - Specified by:
submitDebugHitboxin interfaceRenderCommandQueue- Mappings:
Namespace Name Mixin selector named submitDebugHitboxLnet/minecraft/client/render/command/RenderCommandQueue;submitDebugHitbox(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/entity/state/EntityRenderState;Lnet/minecraft/client/render/entity/state/EntityHitboxAndView;)Vintermediary method_73487Lnet/minecraft/class_11785;method_73487(Lnet/minecraft/class_4587;Lnet/minecraft/class_10017;Lnet/minecraft/class_10933;)Vofficial aLhfy;a(Lfua;Lhuk;Lhva;)V
-
submitShadowPieces
public void submitShadowPieces(MatrixStack matrices, float shadowRadius, List<EntityRenderState.ShadowPiece> shadowPieces) - Specified by:
submitShadowPiecesin interfaceRenderCommandQueue- Mappings:
Namespace Name Mixin selector named submitShadowPiecesLnet/minecraft/client/render/command/RenderCommandQueue;submitShadowPieces(Lnet/minecraft/client/util/math/MatrixStack;FLjava/util/List;)Vintermediary method_73479Lnet/minecraft/class_11785;method_73479(Lnet/minecraft/class_4587;FLjava/util/List;)Vofficial aLhfy;a(Lfua;FLjava/util/List;)V
-
submitLabel
public void submitLabel(MatrixStack matrices, @Nullable @Nullable Vec3d nameLabelPos, int y, Text label, boolean notSneaking, int light, double squaredDistanceToCamera, CameraRenderState cameraState) - Specified by:
submitLabelin interfaceRenderCommandQueue- Mappings:
Namespace Name Mixin selector named submitLabelLnet/minecraft/client/render/command/RenderCommandQueue;submitLabel(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/util/math/Vec3d;ILnet/minecraft/text/Text;ZIDLnet/minecraft/client/render/state/CameraRenderState;)Vintermediary method_73482Lnet/minecraft/class_11785;method_73482(Lnet/minecraft/class_4587;Lnet/minecraft/class_243;ILnet/minecraft/class_2561;ZIDLnet/minecraft/class_12075;)Vofficial aLhfy;a(Lfua;Lfoh;ILxx;ZIDLibo;)V
-
submitText
public void submitText(MatrixStack matrices, float x, float y, OrderedText text, boolean dropShadow, TextRenderer.TextLayerType layerType, int light, int color, int backgroundColor, int outlineColor) - Specified by:
submitTextin interfaceRenderCommandQueue- Mappings:
Namespace Name Mixin selector named submitTextLnet/minecraft/client/render/command/RenderCommandQueue;submitText(Lnet/minecraft/client/util/math/MatrixStack;FFLnet/minecraft/text/OrderedText;ZLnet/minecraft/client/font/TextRenderer$TextLayerType;IIII)Vintermediary method_73478Lnet/minecraft/class_11785;method_73478(Lnet/minecraft/class_4587;FFLnet/minecraft/class_5481;ZLnet/minecraft/class_327$class_6415;IIII)Vofficial aLhfy;a(Lfua;FFLbes;ZLgda$a;IIII)V
-
submitFire
- Specified by:
submitFirein interfaceRenderCommandQueue- Mappings:
Namespace Name Mixin selector named submitFireLnet/minecraft/client/render/command/RenderCommandQueue;submitFire(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/entity/state/EntityRenderState;Lorg/joml/Quaternionf;)Vintermediary method_73488Lnet/minecraft/class_11785;method_73488(Lnet/minecraft/class_4587;Lnet/minecraft/class_10017;Lorg/joml/Quaternionf;)Vofficial aLhfy;a(Lfua;Lhuk;Lorg/joml/Quaternionf;)V
-
submitLeash
- Specified by:
submitLeashin interfaceRenderCommandQueue- Mappings:
Namespace Name Mixin selector named submitLeashLnet/minecraft/client/render/command/RenderCommandQueue;submitLeash(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/entity/state/EntityRenderState$LeashData;)Vintermediary method_73486Lnet/minecraft/class_11785;method_73486(Lnet/minecraft/class_4587;Lnet/minecraft/class_10017$class_10018;)Vofficial aLhfy;a(Lfua;Lhuk$a;)V
-
submitModel
public <S> void submitModel(Model<? super S> model, S state, MatrixStack matrices, RenderLayer renderLayer, int light, int overlay, int tintedColor, @Nullable @Nullable Sprite sprite, int outlineColor, @Nullable ModelCommandRenderer.CrumblingOverlayCommand crumblingOverlay) - Specified by:
submitModelin interfaceRenderCommandQueue- Mappings:
Namespace Name Mixin selector named submitModelLnet/minecraft/client/render/command/RenderCommandQueue;submitModel(Lnet/minecraft/client/model/Model;Ljava/lang/Object;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/RenderLayer;IIILnet/minecraft/client/texture/Sprite;ILnet/minecraft/client/render/command/ModelCommandRenderer$CrumblingOverlayCommand;)Vintermediary method_73490Lnet/minecraft/class_11785;method_73490(Lnet/minecraft/class_3879;Ljava/lang/Object;Lnet/minecraft/class_4587;Lnet/minecraft/class_1921;IIILnet/minecraft/class_1058;ILnet/minecraft/class_11683$class_11792;)Vofficial aLhfy;a(Lgwg;Ljava/lang/Object;Lfua;Lhgk;IIILico;ILhxo$a;)V
-
submitModelPart
public void submitModelPart(ModelPart part, MatrixStack matrices, RenderLayer renderLayer, int light, int overlay, @Nullable @Nullable Sprite sprite, boolean sheeted, boolean hasGlint, int tintedColor, @Nullable ModelCommandRenderer.CrumblingOverlayCommand crumblingOverlay, int int2) - Specified by:
submitModelPartin interfaceRenderCommandQueue- Mappings:
Namespace Name Mixin selector named submitModelPartLnet/minecraft/client/render/command/RenderCommandQueue;submitModelPart(Lnet/minecraft/client/model/ModelPart;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/RenderLayer;IILnet/minecraft/client/texture/Sprite;ZZILnet/minecraft/client/render/command/ModelCommandRenderer$CrumblingOverlayCommand;I)Vintermediary method_73494Lnet/minecraft/class_11785;method_73494(Lnet/minecraft/class_630;Lnet/minecraft/class_4587;Lnet/minecraft/class_1921;IILnet/minecraft/class_1058;ZZILnet/minecraft/class_11683$class_11792;I)Vofficial aLhfy;a(Lgyo;Lfua;Lhgk;IILico;ZZILhxo$a;I)V
-
submitBlock
public void submitBlock(MatrixStack matrices, BlockState state, int light, int overlay, int outlineColor) - Specified by:
submitBlockin interfaceRenderCommandQueue- Mappings:
Namespace Name Mixin selector named submitBlockLnet/minecraft/client/render/command/RenderCommandQueue;submitBlock(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/block/BlockState;III)Vintermediary method_73481Lnet/minecraft/class_11785;method_73481(Lnet/minecraft/class_4587;Lnet/minecraft/class_2680;III)Vofficial aLhfy;a(Lfua;Lejm;III)V
-
submitMovingBlock
- Specified by:
submitMovingBlockin interfaceRenderCommandQueue- Mappings:
Namespace Name Mixin selector named submitMovingBlockLnet/minecraft/client/render/command/RenderCommandQueue;submitMovingBlock(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/block/MovingBlockRenderState;)Vintermediary method_73485Lnet/minecraft/class_11785;method_73485(Lnet/minecraft/class_4587;Lnet/minecraft/class_11791;)Vofficial aLhfy;a(Lfua;Lhhj;)V
-
submitBlockStateModel
public void submitBlockStateModel(MatrixStack matrices, RenderLayer renderLayer, BlockStateModel model, float r, float g, float b, int light, int overlay, int outlineColor) - Specified by:
submitBlockStateModelin interfaceRenderCommandQueue- Mappings:
Namespace Name Mixin selector named submitBlockStateModelLnet/minecraft/client/render/command/RenderCommandQueue;submitBlockStateModel(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/RenderLayer;Lnet/minecraft/client/render/model/BlockStateModel;FFFIII)Vintermediary method_73484Lnet/minecraft/class_11785;method_73484(Lnet/minecraft/class_4587;Lnet/minecraft/class_1921;Lnet/minecraft/class_1087;FFFIII)Vofficial aLhfy;a(Lfua;Lhgk;Lhhr;FFFIII)V
-
submitItem
public void submitItem(MatrixStack matrices, ItemDisplayContext displayContext, int light, int overlay, int outlineColors, int[] tintLayers, List<BakedQuad> quads, RenderLayer renderLayer, ItemRenderState.Glint glintType) - Specified by:
submitItemin interfaceRenderCommandQueue- Mappings:
Namespace Name Mixin selector named submitItemLnet/minecraft/client/render/command/RenderCommandQueue;submitItem(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/item/ItemDisplayContext;III[ILjava/util/List;Lnet/minecraft/client/render/RenderLayer;Lnet/minecraft/client/render/item/ItemRenderState$Glint;)Vintermediary method_73480Lnet/minecraft/class_11785;method_73480(Lnet/minecraft/class_4587;Lnet/minecraft/class_811;III[ILjava/util/List;Lnet/minecraft/class_1921;Lnet/minecraft/class_10444$class_10445;)Vofficial aLhfy;a(Lfua;Ldhn;III[ILjava/util/List;Lhgk;Lhys$a;)V
-
submitCustom
public void submitCustom(MatrixStack matrices, RenderLayer renderLayer, OrderedRenderCommandQueue.Custom customRenderer) - Specified by:
submitCustomin interfaceRenderCommandQueue- Mappings:
Namespace Name Mixin selector named submitCustomLnet/minecraft/client/render/command/RenderCommandQueue;submitCustom(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/RenderLayer;Lnet/minecraft/client/render/command/OrderedRenderCommandQueue$Custom;)Vintermediary method_73483Lnet/minecraft/class_11785;method_73483(Lnet/minecraft/class_4587;Lnet/minecraft/class_1921;Lnet/minecraft/class_11659$class_11660;)Vofficial aLhfy;a(Lfua;Lhgk;Lhgy$a;)V
-
submitCustom
- Specified by:
submitCustomin interfaceRenderCommandQueue- Mappings:
Namespace Name Mixin selector named submitCustomLnet/minecraft/client/render/command/RenderCommandQueue;submitCustom(Lnet/minecraft/client/render/command/OrderedRenderCommandQueue$LayeredCustom;)Vintermediary method_74315Lnet/minecraft/class_11785;method_74315(Lnet/minecraft/class_11659$class_11947;)Vofficial aLhfy;a(Lhgy$b;)V
-
getShadowPiecesCommands
- Mappings:
Namespace Name Mixin selector named getShadowPiecesCommandsLnet/minecraft/client/render/command/BatchingRenderCommandQueue;getShadowPiecesCommands()Ljava/util/List;intermediary method_73505Lnet/minecraft/class_11788;method_73505()Ljava/util/List;official aLhgx;a()Ljava/util/List;
-
getFireCommands
- Mappings:
Namespace Name Mixin selector named getFireCommandsLnet/minecraft/client/render/command/BatchingRenderCommandQueue;getFireCommands()Ljava/util/List;intermediary method_73507Lnet/minecraft/class_11788;method_73507()Ljava/util/List;official bLhgx;b()Ljava/util/List;
-
getLabelCommands
- Mappings:
Namespace Name Mixin selector named getLabelCommandsLnet/minecraft/client/render/command/BatchingRenderCommandQueue;getLabelCommands()Lnet/minecraft/client/render/command/LabelCommandRenderer$Commands;intermediary method_74770Lnet/minecraft/class_11788;method_74770()Lnet/minecraft/class_11689$class_12050;official cLhgx;c()Lhxq$a;
-
getTextCommands
- Mappings:
Namespace Name Mixin selector named getTextCommandsLnet/minecraft/client/render/command/BatchingRenderCommandQueue;getTextCommands()Ljava/util/List;intermediary method_73513Lnet/minecraft/class_11788;method_73513()Ljava/util/List;official dLhgx;d()Ljava/util/List;
-
getDebugHitboxCommands
- Mappings:
Namespace Name Mixin selector named getDebugHitboxCommandsLnet/minecraft/client/render/command/BatchingRenderCommandQueue;getDebugHitboxCommands()Ljava/util/List;intermediary method_73515Lnet/minecraft/class_11788;method_73515()Ljava/util/List;official eLhgx;e()Ljava/util/List;
-
getLeashCommands
- Mappings:
Namespace Name Mixin selector named getLeashCommandsLnet/minecraft/client/render/command/BatchingRenderCommandQueue;getLeashCommands()Ljava/util/List;intermediary method_73517Lnet/minecraft/class_11788;method_73517()Ljava/util/List;official fLhgx;f()Ljava/util/List;
-
getBlockCommands
- Mappings:
Namespace Name Mixin selector named getBlockCommandsLnet/minecraft/client/render/command/BatchingRenderCommandQueue;getBlockCommands()Ljava/util/List;intermediary method_73518Lnet/minecraft/class_11788;method_73518()Ljava/util/List;official gLhgx;g()Ljava/util/List;
-
getMovingBlockCommands
- Mappings:
Namespace Name Mixin selector named getMovingBlockCommandsLnet/minecraft/client/render/command/BatchingRenderCommandQueue;getMovingBlockCommands()Ljava/util/List;intermediary method_73519Lnet/minecraft/class_11788;method_73519()Ljava/util/List;official hLhgx;h()Ljava/util/List;
-
getBlockStateModelCommands
- Mappings:
Namespace Name Mixin selector named getBlockStateModelCommandsLnet/minecraft/client/render/command/BatchingRenderCommandQueue;getBlockStateModelCommands()Ljava/util/List;intermediary method_73520Lnet/minecraft/class_11788;method_73520()Ljava/util/List;official iLhgx;i()Ljava/util/List;
-
getModelPartCommands
- Mappings:
Namespace Name Mixin selector named getModelPartCommandsLnet/minecraft/client/render/command/BatchingRenderCommandQueue;getModelPartCommands()Lnet/minecraft/client/render/command/ModelPartCommandRenderer$Commands;intermediary method_73521Lnet/minecraft/class_11788;method_73521()Lnet/minecraft/class_11793$class_12049;official jLhgx;j()Lhxp$a;
-
getItemCommands
- Mappings:
Namespace Name Mixin selector named getItemCommandsLnet/minecraft/client/render/command/BatchingRenderCommandQueue;getItemCommands()Ljava/util/List;intermediary method_73522Lnet/minecraft/class_11788;method_73522()Ljava/util/List;official kLhgx;k()Ljava/util/List;
-
getLayeredCustomCommands
- Mappings:
Namespace Name Mixin selector named getLayeredCustomCommandsLnet/minecraft/client/render/command/BatchingRenderCommandQueue;getLayeredCustomCommands()Ljava/util/List;intermediary method_74330Lnet/minecraft/class_11788;method_74330()Ljava/util/List;official lLhgx;l()Ljava/util/List;
-
getModelCommands
- Mappings:
Namespace Name Mixin selector named getModelCommandsLnet/minecraft/client/render/command/BatchingRenderCommandQueue;getModelCommands()Lnet/minecraft/client/render/command/ModelCommandRenderer$Commands;intermediary method_74771Lnet/minecraft/class_11788;method_74771()Lnet/minecraft/class_11683$class_12048;official mLhgx;m()Lhxo$b;
-
getCustomCommands
- Mappings:
Namespace Name Mixin selector named getCustomCommandsLnet/minecraft/client/render/command/BatchingRenderCommandQueue;getCustomCommands()Lnet/minecraft/client/render/command/CustomCommandRenderer$Commands;intermediary method_73525Lnet/minecraft/class_11788;method_73525()Lnet/minecraft/class_11682$class_12047;official nLhgx;n()Lhxi$a;
-
hasCommands
public boolean hasCommands()- Mappings:
Namespace Name Mixin selector named hasCommandsLnet/minecraft/client/render/command/BatchingRenderCommandQueue;hasCommands()Zintermediary method_73526Lnet/minecraft/class_11788;method_73526()Zofficial oLhgx;o()Z
-
clear
public void clear()- Mappings:
Namespace Name Mixin selector named clearLnet/minecraft/client/render/command/BatchingRenderCommandQueue;clear()Vintermediary method_73527Lnet/minecraft/class_11788;method_73527()Vofficial pLhgx;p()V
-
onNextFrame
public void onNextFrame()- Mappings:
Namespace Name Mixin selector named onNextFrameLnet/minecraft/client/render/command/BatchingRenderCommandQueue;onNextFrame()Vintermediary method_73528Lnet/minecraft/class_11788;method_73528()Vofficial qLhgx;q()V
-