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 hlk
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<OrderedRenderCommandQueueImpl.BlockCommand> private final List<OrderedRenderCommandQueueImpl.BlockStateModelCommand> private final CustomCommandRenderer.Commandsprivate 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) 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, @Nullable ModelCommandRenderer.CrumblingOverlayCommand crumblingOverlay) voidsubmitModelPart(ModelPart part, MatrixStack matrices, RenderLayer renderLayer, int light, int overlay, @Nullable Sprite sprite, boolean sheeted, boolean hasGlint, int tintedColor, @Nullable 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 aLhlk;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 bLhlk;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 cLhlk;c:Lich$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 dLhlk;d: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 eLhlk;e: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 fLhlk;f: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 gLhlk;g: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 hLhlk;h: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 iLhlk;i: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 jLhlk;j: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 kLhlk;k:Licf$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 lLhlk;l:Licg$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 mLhlk;m:Lica$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 nLhlk;n:Lhlm;
-
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 oLhlk;o: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>Lhlk;<init>(Lhlm;)V
-
-
Method Details
-
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 aLhkm;a(Lfye;FLjava/util/List;)V
-
submitLabel
public void submitLabel(MatrixStack matrices, @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 aLhkm;a(Lfye;Lfse;ILyh;ZIDLigm;)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 aLhkm;a(Lfye;FFLbfq;ZLghf$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 aLhkm;a(Lfye;Lhzc;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 aLhkm;a(Lfye;Lhzc$a;)V
-
submitModel
public <S> void submitModel(Model<? super S> model, S state, MatrixStack matrices, RenderLayer renderLayer, int light, int overlay, int tintedColor, @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 aLhkm;a(Lhaq;Ljava/lang/Object;Lfye;Lifp;IIILihm;ILicf$a;)V
-
submitModelPart
public void submitModelPart(ModelPart part, MatrixStack matrices, RenderLayer renderLayer, int light, int overlay, @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 aLhkm;a(Lhdd;Lfye;Lifp;IILihm;ZZILicf$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 aLhkm;a(Lfye;Lemz;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 aLhkm;a(Lfye;Lhlw;)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 aLhkm;a(Lfye;Lifp;Lhme;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 aLhkm;a(Lfye;Ldkk;III[ILjava/util/List;Lifp;Lidj$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 aLhkm;a(Lfye;Lifp;Lhll$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 aLhkm;a(Lhll$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 aLhlk;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 bLhlk;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 cLhlk;c()Lich$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 dLhlk;d()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 eLhlk;e()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 fLhlk;f()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 gLhlk;g()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 hLhlk;h()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 iLhlk;i()Licg$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 jLhlk;j()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 kLhlk;k()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 lLhlk;l()Licf$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 mLhlk;m()Lica$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 nLhlk;n()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 oLhlk;o()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 pLhlk;p()V
-