Interface OrderedRenderCommandQueue

All Superinterfaces:
RenderCommandQueue
All Known Implementing Classes:
OrderedRenderCommandQueueImpl

@Environment(CLIENT) public interface OrderedRenderCommandQueue extends RenderCommandQueue
Mappings:
Namespace Name
named net/minecraft/client/render/command/OrderedRenderCommandQueue
intermediary net/minecraft/class_11659
official hkg
  • Method Details

    • getBatchingQueue

      RenderCommandQueue getBatchingQueue(int order)
      Mappings:
      Namespace Name Mixin selector
      named getBatchingQueue Lnet/minecraft/client/render/command/OrderedRenderCommandQueue;getBatchingQueue(I)Lnet/minecraft/client/render/command/RenderCommandQueue;
      intermediary method_73529 Lnet/minecraft/class_11659;method_73529(I)Lnet/minecraft/class_11785;
      official a Lhkg;a(I)Lhjg;