Uses of Interface
com.mojang.blaze3d.systems.RenderCall
Package | Description |
---|---|
com.mojang.blaze3d.systems |
-
Uses of RenderCall in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems with type parameters of type RenderCall Modifier and Type Field Description private static ConcurrentLinkedQueue<RenderCall>
RenderSystem. recordingQueue
private List<ConcurrentLinkedQueue<RenderCall>>
RenderCallStorage. recordingQueues
Methods in com.mojang.blaze3d.systems that return types with arguments of type RenderCall Modifier and Type Method Description ConcurrentLinkedQueue<RenderCall>
RenderCallStorage. method_35607()
ConcurrentLinkedQueue<RenderCall>
RenderCallStorage. method_35608()
ConcurrentLinkedQueue<RenderCall>
RenderCallStorage. method_35609()
Methods in com.mojang.blaze3d.systems with parameters of type RenderCall Modifier and Type Method Description void
RenderCallStorage. method_35600(RenderCall renderCall)
static void
RenderSystem. recordRenderCall(RenderCall renderCall)