Uses of Interface
com.mojang.blaze3d.pipeline.RenderCall
Packages that use RenderCall
-
Uses of RenderCall in com.mojang.blaze3d.pipeline
Fields in com.mojang.blaze3d.pipeline with type parameters of type RenderCallModifier and TypeFieldDescriptionprivate List<ConcurrentLinkedQueue<RenderCall>>RenderPipeline.renderCallsMethods in com.mojang.blaze3d.pipeline that return types with arguments of type RenderCallModifier and TypeMethodDescriptionRenderPipeline.getProcessedQueue()RenderPipeline.getRecordingQueue()RenderPipeline.startRendering()Methods in com.mojang.blaze3d.pipeline with parameters of type RenderCall -
Uses of RenderCall in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems with type parameters of type RenderCallModifier and TypeFieldDescriptionprivate static ConcurrentLinkedQueue<RenderCall>RenderSystem.recordingQueueMethods in com.mojang.blaze3d.systems with parameters of type RenderCallModifier and TypeMethodDescriptionstatic voidRenderSystem.recordRenderCall(RenderCall p_69880_)