Uses of Class
com.mojang.renderpearl.api.pipeline.RenderPipeline
Packages that use RenderPipeline
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of RenderPipeline in com.mojang.blaze3d.pipeline
Fields in com.mojang.blaze3d.pipeline with type parameters of type RenderPipelineModifier and TypeFieldDescriptionprivate final Map<RenderPipeline, CompiledRenderPipeline> PipelineCache.cacheMethods in com.mojang.blaze3d.pipeline with parameters of type RenderPipelineModifier and TypeMethodDescriptionPipelineCache.get(RenderPipeline pipeline) voidPipelineCache.insert(RenderPipeline pipeline, CompiledRenderPipeline compiled) -
Uses of RenderPipeline in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type RenderPipelineModifier and TypeMethodDescriptionstatic CompiledRenderPipelineRenderSystem.getCompiledPipeline(RenderPipeline pipeline) static @Nullable CompiledRenderPipelineRenderSystem.getCompiledPipelineNullable(RenderPipeline pipeline) -
Uses of RenderPipeline in com.mojang.renderpearl.api.device
Methods in com.mojang.renderpearl.api.device with parameters of type RenderPipelineModifier and TypeMethodDescriptionGpuDevice.compilePipeline(RenderPipeline pipeline, ShaderSource shaderSource, Executor executor) -
Uses of RenderPipeline in com.mojang.renderpearl.api.pipeline
Methods in com.mojang.renderpearl.api.pipeline that return RenderPipeline -
Uses of RenderPipeline in com.mojang.renderpearl.frontend
Methods in com.mojang.renderpearl.frontend with parameters of type RenderPipelineModifier and TypeMethodDescriptionFrontendGpuDevice.compilePipeline(RenderPipeline pipeline, ShaderSource shaderSource, Executor executor) -
Uses of RenderPipeline in com.mojang.renderpearl.frontend.shaders
Methods in com.mojang.renderpearl.frontend.shaders with parameters of type RenderPipelineModifier and TypeMethodDescriptionPipelineBuilder.compilePipeline(RenderPipeline pipeline, ShaderSource shaderSource, Executor executor) private BackendRenderPipeline.CreateInfoPipelineBuilder.generateBackendCreateInfo(RenderPipeline pipeline, ShaderSource shaderSource, it.unimi.dsi.fastutil.objects.ReferenceArrayList<BackendRenderPipeline.CreateInfo.Shader> shaderCreateInfos, it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap<String> uniformBindings) -
Uses of RenderPipeline in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type RenderPipelineModifier and TypeMethodDescriptionvoidGuiGraphicsExtractor.blit(RenderPipeline renderPipeline, Identifier texture, int x, int y, float u, float v, int width, int height, int textureWidth, int textureHeight) voidGuiGraphicsExtractor.blit(RenderPipeline renderPipeline, Identifier texture, int x, int y, float u, float v, int width, int height, int textureWidth, int textureHeight, int color) voidGuiGraphicsExtractor.blit(RenderPipeline renderPipeline, Identifier texture, int x, int y, float u, float v, int width, int height, int srcWidth, int srcHeight, int textureWidth, int textureHeight) voidGuiGraphicsExtractor.blit(RenderPipeline renderPipeline, Identifier texture, int x, int y, float u, float v, int width, int height, int srcWidth, int srcHeight, int textureWidth, int textureHeight, int color) private voidGuiGraphicsExtractor.blitNineSlicedSprite(RenderPipeline renderPipeline, TextureAtlasSprite sprite, GuiSpriteScaling.NineSlice nineSlice, int x, int y, int width, int height, int color) private voidGuiGraphicsExtractor.blitNineSliceInnerSegment(RenderPipeline renderPipeline, GuiSpriteScaling.NineSlice nineSlice, TextureAtlasSprite sprite, int x, int y, int width, int height, int textureX, int textureY, int textureWidth, int textureHeight, int spriteWidth, int spriteHeight, int color) voidGuiGraphicsExtractor.blitSprite(RenderPipeline renderPipeline, TextureAtlasSprite sprite, int x, int y, int width, int height) voidGuiGraphicsExtractor.blitSprite(RenderPipeline renderPipeline, TextureAtlasSprite sprite, int x, int y, int width, int height, int color) private voidGuiGraphicsExtractor.blitSprite(RenderPipeline renderPipeline, TextureAtlasSprite sprite, int spriteWidth, int spriteHeight, int textureX, int textureY, int x, int y, int width, int height, int color) voidGuiGraphicsExtractor.blitSprite(RenderPipeline renderPipeline, Identifier location, int x, int y, int width, int height) voidGuiGraphicsExtractor.blitSprite(RenderPipeline renderPipeline, Identifier location, int x, int y, int width, int height, float alpha) voidGuiGraphicsExtractor.blitSprite(RenderPipeline renderPipeline, Identifier location, int x, int y, int width, int height, int color) voidGuiGraphicsExtractor.blitSprite(RenderPipeline renderPipeline, Identifier location, int spriteWidth, int spriteHeight, int textureX, int textureY, int x, int y, int width, int height) voidGuiGraphicsExtractor.blitSprite(RenderPipeline renderPipeline, Identifier location, int spriteWidth, int spriteHeight, int textureX, int textureY, int x, int y, int width, int height, int color) private voidGuiGraphicsExtractor.blitTiledSprite(RenderPipeline renderPipeline, TextureAtlasSprite sprite, int x, int y, int width, int height, int textureX, int textureY, int tileWidth, int tileHeight, int spriteWidth, int spriteHeight, int color) voidGuiGraphicsExtractor.fill(RenderPipeline pipeline, int x0, int y0, int x1, int y1, int col) voidGuiGraphicsExtractor.fill(RenderPipeline renderPipeline, TextureSetup textureSetup, int x0, int y0, int x1, int y1) private voidGuiGraphicsExtractor.innerBlit(RenderPipeline pipeline, GpuTextureView textureView, GpuSampler sampler, int x0, int y0, int x1, int y1, float u0, float u1, float v0, float v1, int color) private voidGuiGraphicsExtractor.innerBlit(RenderPipeline renderPipeline, Identifier location, int x0, int x1, int y0, int y1, float u0, float u1, float v0, float v1, int color) private voidGuiGraphicsExtractor.innerFill(RenderPipeline renderPipeline, TextureSetup textureSetup, int x0, int y0, int x1, int y1, int color1, @Nullable Integer color2) private voidGuiGraphicsExtractor.innerTiledBlit(RenderPipeline pipeline, GpuTextureView textureView, GpuSampler sampler, int tileWidth, int tileHeight, int x0, int y0, int x1, int y1, float u0, float u1, float v0, float v1, int color) -
Uses of RenderPipeline in net.minecraft.client.gui.font
Fields in net.minecraft.client.gui.font declared as RenderPipelineModifier and TypeFieldDescriptionprivate final RenderPipelineGlyphRenderTypes.guiPipelineThe field for theguiPipelinerecord component.Methods in net.minecraft.client.gui.font that return RenderPipelineModifier and TypeMethodDescriptionAtlasGlyphProvider.Instance.guiPipeline()GlyphRenderTypes.guiPipeline()Returns the value of theguiPipelinerecord component.PlayerGlyphProvider.Instance.guiPipeline()TextRenderable.guiPipeline()Constructors in net.minecraft.client.gui.font with parameters of type RenderPipelineModifierConstructorDescriptionGlyphRenderTypes(RenderType normal, RenderType seeThrough, RenderType polygonOffset, RenderPipeline guiPipeline) Deprecated.GlyphRenderTypes(RenderType normal, RenderType seeThrough, RenderType polygonOffset, RenderPipeline guiPipeline, RenderType normalBlur, RenderType seeThroughBlur, RenderType polygonOffsetBlur) Creates an instance of aGlyphRenderTypesrecord class. -
Uses of RenderPipeline in net.minecraft.client.gui.font.glyphs
Methods in net.minecraft.client.gui.font.glyphs that return RenderPipelineModifier and TypeMethodDescriptionBakedSheetGlyph.EffectInstance.guiPipeline()BakedSheetGlyph.GlyphInstance.guiPipeline() -
Uses of RenderPipeline in net.minecraft.client.gui.render
Fields in net.minecraft.client.gui.render declared as RenderPipelineModifier and TypeFieldDescriptionprivate final RenderPipelineGuiRenderer.Draw.pipelineThe field for thepipelinerecord component.private @Nullable RenderPipelineGuiRenderer.previousPipelineMethods in net.minecraft.client.gui.render that return RenderPipelineModifier and TypeMethodDescriptionGuiRenderer.Draw.pipeline()Returns the value of thepipelinerecord component.Constructors in net.minecraft.client.gui.render with parameters of type RenderPipelineModifierConstructorDescriptionprivateDraw(StagedVertexBuffer.Draw draw, RenderPipeline pipeline, TextureSetup textureSetup, @Nullable ScreenRectangle scissorArea) Creates an instance of aDrawrecord class. -
Uses of RenderPipeline in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as RenderPipelineModifier and TypeFieldDescriptionprivate final RenderPipelineSingleQuadParticle.Layer.pipelineThe field for thepipelinerecord component.Methods in net.minecraft.client.particle that return RenderPipelineModifier and TypeMethodDescriptionSingleQuadParticle.Layer.pipeline()Returns the value of thepipelinerecord component.Constructors in net.minecraft.client.particle with parameters of type RenderPipelineModifierConstructorDescriptionLayer(boolean translucent, Identifier textureAtlasLocation, RenderPipeline pipeline) Layer(boolean translucent, Identifier textureAtlasLocation, RenderPipeline pipeline, @Nullable OitPipelineSet oitPipelineSet) Creates an instance of aLayerrecord class. -
Uses of RenderPipeline in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as RenderPipelineModifier and TypeFieldDescriptionstatic final RenderPipelineRenderPipelines.ANIMATE_SPRITE_BLITstatic final RenderPipelineRenderPipelines.ANIMATE_SPRITE_INTERPOLATEstatic final RenderPipelineRenderPipelines.ARMOR_CUTOUT_NO_CULLstatic final RenderPipelineRenderPipelines.ARMOR_CUTOUT_NO_CULL_GLINTstatic final RenderPipelineRenderPipelines.ARMOR_DECAL_CUTOUT_NO_CULLstatic final RenderPipelineRenderPipelines.BANNER_PATTERNstatic final RenderPipelineRenderPipelines.BEACON_BEAM_OPAQUEstatic final RenderPipelineRenderPipelines.BEACON_BEAM_TRANSLUCENTstatic final RenderPipelineRenderPipelines.BLIT_DEPTHstatic final RenderPipelineRenderPipelines.BLIT_DEPTH_BOUNDSstatic final RenderPipelineRenderPipelines.BLIT_DEPTH_DURING_DEPTH_BOUNDSstatic final RenderPipelineRenderPipelines.BLOCK_SCREEN_EFFECTstatic final RenderPipelineRenderPipelines.BREEZE_WINDstatic final RenderPipelineRenderPipelines.CELESTIALstatic final RenderPipelineRenderPipelines.CLOUDSstatic final RenderPipelineRenderPipelines.CROSSHAIRstatic final RenderPipelineRenderPipelines.CRUMBLINGstatic final RenderPipelineRenderPipelines.CUTOUT_BLOCKstatic final RenderPipelineRenderPipelines.CUTOUT_TERRAINstatic final RenderPipelineRenderPipelines.CUTOUT_TERRAIN_MULTIDRAWstatic final RenderPipelineRenderPipelines.DEBUG_FILLED_BOXstatic final RenderPipelineRenderPipelines.DEBUG_POINTSstatic final RenderPipelineRenderPipelines.DEBUG_QUADSstatic final RenderPipelineRenderPipelines.DEBUG_TRIANGLE_FANstatic final RenderPipelineRenderPipelines.DRAGON_RAYSstatic final RenderPipelineRenderPipelines.END_CRYSTAL_BEAMstatic final RenderPipelineRenderPipelines.END_GATEWAYstatic final RenderPipelineRenderPipelines.END_PORTALstatic final RenderPipelineRenderPipelines.END_SKYstatic final RenderPipelineRenderPipelines.ENERGY_SWIRLstatic final RenderPipelineRenderPipelines.ENTITY_CUTOUTstatic final RenderPipelineRenderPipelines.ENTITY_CUTOUT_CULLstatic final RenderPipelineRenderPipelines.ENTITY_CUTOUT_DISSOLVEstatic final RenderPipelineRenderPipelines.ENTITY_CUTOUT_Z_OFFSETstatic final RenderPipelineRenderPipelines.ENTITY_OUTLINE_BLITstatic final RenderPipelineRenderPipelines.ENTITY_SHADOWstatic final RenderPipelineRenderPipelines.ENTITY_SOLIDstatic final RenderPipelineRenderPipelines.ENTITY_SOLID_GLINTstatic final RenderPipelineRenderPipelines.ENTITY_SOLID_Z_OFFSET_FORWARDstatic final RenderPipelineRenderPipelines.ENTITY_TRANSLUCENTstatic final RenderPipelineRenderPipelines.ENTITY_TRANSLUCENT_CULLstatic final RenderPipelineRenderPipelines.ENTITY_TRANSLUCENT_EMISSIVEstatic final RenderPipelineRenderPipelines.EYESstatic final RenderPipelineRenderPipelines.FIRE_SCREEN_EFFECTstatic final RenderPipelineRenderPipelines.FLAT_CLOUDSstatic final RenderPipelineRenderPipelines.GLINTstatic final RenderPipelineRenderPipelines.GUIstatic final RenderPipelineRenderPipelines.GUI_INVERTstatic final RenderPipelineRenderPipelines.GUI_NAUSEA_OVERLAYstatic final RenderPipelineRenderPipelines.GUI_OPAQUE_TEXTURED_BACKGROUNDstatic final RenderPipelineRenderPipelines.GUI_TEXTstatic final RenderPipelineRenderPipelines.GUI_TEXT_GRAYSCALEstatic final RenderPipelineRenderPipelines.GUI_TEXT_HIGHLIGHTstatic final RenderPipelineRenderPipelines.GUI_TEXTUREDstatic final RenderPipelineRenderPipelines.GUI_TEXTURED_PREMULTIPLIED_ALPHAstatic final RenderPipelineRenderPipelines.INTEGRATE_DEPTHstatic final RenderPipelineRenderPipelines.ITEM_CUTOUTstatic final RenderPipelineRenderPipelines.ITEM_CUTOUT_GLINTstatic final RenderPipelineRenderPipelines.ITEM_CUTOUT_GLINT_SPECIALstatic final RenderPipelineRenderPipelines.ITEM_TRANSLUCENTstatic final RenderPipelineRenderPipelines.ITEM_TRANSLUCENT_GLINTstatic final RenderPipelineRenderPipelines.ITEM_TRANSLUCENT_GLINT_SPECIALstatic final RenderPipelineRenderPipelines.LEASHstatic final RenderPipelineRenderPipelines.LIGHTMAPstatic final RenderPipelineRenderPipelines.LIGHTNINGstatic final RenderPipelineRenderPipelines.LINESstatic final RenderPipelineRenderPipelines.LINES_DEPTH_BIASstatic final RenderPipelineRenderPipelines.LINES_TRANSLUCENTstatic final RenderPipelineRenderPipelines.LINES_TRANSLUCENT_NO_DEPTH_WRITEstatic final RenderPipelineRenderPipelines.MOJANG_LOGOstatic final RenderPipelineRenderPipelines.OIT_COMPOSITEstatic final RenderPipelineRenderPipelines.OIT_DEPTH_BOUNDS_CULLstatic final RenderPipelineRenderPipelines.OIT_WATER_MASKstatic final RenderPipelineRenderPipelines.OPAQUE_PARTICLEstatic final RenderPipelineRenderPipelines.OUTLINE_CULLstatic final RenderPipelineRenderPipelines.OUTLINE_NO_CULLstatic final RenderPipelineRenderPipelines.PANORAMAprivate final RenderPipelinePostPass.pipelinestatic final RenderPipelineRenderPipelines.SECONDARY_BLOCK_OUTLINEstatic final RenderPipelineRenderPipelines.SKYstatic final RenderPipelineRenderPipelines.SOLID_BLOCKstatic final RenderPipelineRenderPipelines.SOLID_TERRAINstatic final RenderPipelineRenderPipelines.SOLID_TERRAIN_MULTIDRAWstatic final RenderPipelineRenderPipelines.STARSstatic final RenderPipelineRenderPipelines.SUNRISE_SUNSETstatic final RenderPipelineRenderPipelines.TEXTstatic final RenderPipelineRenderPipelines.TEXT_GRAYSCALEstatic final RenderPipelineRenderPipelines.TEXT_GRAYSCALE_POLYGON_OFFSETstatic final RenderPipelineRenderPipelines.TEXT_GRAYSCALE_SEE_THROUGHstatic final RenderPipelineRenderPipelines.TEXT_POLYGON_OFFSETstatic final RenderPipelineRenderPipelines.TEXT_SEE_THROUGHstatic final RenderPipelineRenderPipelines.TRACY_BLITstatic final RenderPipelineRenderPipelines.TRANSLUCENT_BLOCKstatic final RenderPipelineRenderPipelines.TRANSLUCENT_PARTICLEstatic final RenderPipelineRenderPipelines.TRANSLUCENT_TERRAINstatic final RenderPipelineRenderPipelines.TRANSLUCENT_TERRAIN_MULTIDRAWstatic final RenderPipelineRenderPipelines.VIGNETTEstatic final RenderPipelineRenderPipelines.WATER_MASKstatic final RenderPipelineRenderPipelines.WEATHERstatic final RenderPipelineRenderPipelines.WIREFRAMEstatic final RenderPipelineRenderPipelines.WIREFRAME_MULTIDRAWstatic final RenderPipelineRenderPipelines.WOLF_ARMOR_CRACKSstatic final RenderPipelineRenderPipelines.WORLD_BORDERFields in net.minecraft.client.renderer with type parameters of type RenderPipelineModifier and TypeFieldDescriptionprivate static final Map<Identifier, RenderPipeline> RenderPipelines.OPTIONAL_PIPELINES_BY_LOCATIONprivate final List<RenderPipeline> ShaderManager.PendingResults.optionalPipelinesThe field for theoptionalPipelinesrecord component.private static final Map<Identifier, RenderPipeline> RenderPipelines.PIPELINES_BY_LOCATIONprivate final List<RenderPipeline> ShaderManager.PendingResults.requiredPipelinesThe field for therequiredPipelinesrecord component.Methods in net.minecraft.client.renderer that return RenderPipelineModifier and TypeMethodDescriptionprivate static RenderPipelineRenderPipelines.register(RenderPipeline pipeline) private static RenderPipelineRenderPipelines.registerOptional(RenderPipeline pipeline) Methods in net.minecraft.client.renderer that return types with arguments of type RenderPipelineModifier and TypeMethodDescriptionstatic List<RenderPipeline> RenderPipelines.optionalPipelines()ShaderManager.PendingResults.optionalPipelines()Returns the value of theoptionalPipelinesrecord component.static List<RenderPipeline> RenderPipelines.requiredPipelines()ShaderManager.PendingResults.requiredPipelines()Returns the value of therequiredPipelinesrecord component.Methods in net.minecraft.client.renderer with parameters of type RenderPipelineModifier and TypeMethodDescriptionprivate static RenderPipelineRenderPipelines.register(RenderPipeline pipeline) private static RenderPipelineRenderPipelines.registerOptional(RenderPipeline pipeline) private voidCloudRenderer.render(RenderPass renderPass, RenderPipeline renderPipeline) private voidWeatherEffectRenderer.render(WeatherRenderState renderState, RenderPass renderPass, RenderPipeline renderPipeline) Method parameters in net.minecraft.client.renderer with type arguments of type RenderPipelineModifier and TypeMethodDescriptionprivate static CompletableFuture<List<@Nullable CompiledRenderPipeline>> ShaderManager.compilePipelines(GpuDevice device, ShaderSource shaderSource, List<RenderPipeline> pipelines, Executor taskExecutor, Executor reloadExecutor) Constructors in net.minecraft.client.renderer with parameters of type RenderPipelineModifierConstructorDescriptionPostPass(RenderPipeline pipeline, Identifier outputTargetId, Map<String, List<UniformValue>> uniformGroups, List<PostPass.Input> inputs) Constructor parameters in net.minecraft.client.renderer with type arguments of type RenderPipelineModifierConstructorDescriptionprivatePendingResults(ShaderManager.Configs configs, List<RenderPipeline> requiredPipelines, List<RenderPipeline> optionalPipelines, List<@Nullable CompiledRenderPipeline> compiledRequiredPipelines, List<@Nullable CompiledRenderPipeline> compiledOptionalPipelines) Creates an instance of aPendingResultsrecord class. -
Uses of RenderPipeline in net.minecraft.client.renderer.chunk
Fields in net.minecraft.client.renderer.chunk declared as RenderPipelineModifier and TypeFieldDescriptionprivate final RenderPipelineChunkSectionLayer.multiDrawPipelineprivate final RenderPipelineChunkSectionLayer.pipelineMethods in net.minecraft.client.renderer.chunk that return RenderPipelineMethods in net.minecraft.client.renderer.chunk with parameters of type RenderPipelineModifier and TypeMethodDescriptionprotected voidChunkSectionsToRender.DrawIndirect.render(ChunkSectionLayer layer, RenderPass renderPass, @Nullable GpuBuffer defaultIndexBuffer, @Nullable IndexType defaultIndexType, @Nullable RenderPipeline renderPipelineOverride, @Nullable RenderPipeline renderPipelineOverrideMultidraw) protected voidChunkSectionsToRender.DrawSeparate.render(ChunkSectionLayer layer, RenderPass renderPass, @Nullable GpuBuffer defaultIndexBuffer, @Nullable IndexType defaultIndexType, @Nullable RenderPipeline renderPipelineOverride, @Nullable RenderPipeline renderPipelineOverrideMultidraw) protected abstract voidChunkSectionsToRender.render(ChunkSectionLayer layer, RenderPass renderPass, @Nullable GpuBuffer defaultIndexBuffer, @Nullable IndexType defaultIndexType, @Nullable RenderPipeline renderPipelineOverride, @Nullable RenderPipeline renderPipelineOverrideMultidraw) private voidChunkSectionsToRender.renderLayers(ChunkSectionLayer[] layers, GpuSampler sampler, RenderPass renderPass, GpuTextureView atlas, GpuTextureView lightmap, @Nullable RenderPipeline renderPipelineOverride, @Nullable RenderPipeline renderPipelineOverrideMultidraw) Constructors in net.minecraft.client.renderer.chunk with parameters of type RenderPipelineModifierConstructorDescriptionprivateChunkSectionLayer(RenderPipeline pipeline, RenderPipeline multiDrawPipeline, int bufferSize, boolean translucent) -
Uses of RenderPipeline in net.minecraft.client.renderer.feature
Methods in net.minecraft.client.renderer.feature that return RenderPipelineModifier and TypeMethodDescriptionprivate static RenderPipelineQuadParticleFeatureRenderer.getOitPipeline(OitStage stage, SingleQuadParticle.Layer layer) -
Uses of RenderPipeline in net.minecraft.client.renderer.oit
Fields in net.minecraft.client.renderer.oit declared as RenderPipelineModifier and TypeFieldDescriptionprivate final RenderPipelineOitPipelineSet.accumulatePipelineThe field for theaccumulatePipelinerecord component.private final RenderPipelineOitPipelineSet.depthBoundsPipelineThe field for thedepthBoundsPipelinerecord component.private final RenderPipelineOitPipelineSet.transmittancePipelineThe field for thetransmittancePipelinerecord component.Methods in net.minecraft.client.renderer.oit that return RenderPipelineModifier and TypeMethodDescriptionOitPipelineSet.accumulatePipeline()Returns the value of theaccumulatePipelinerecord component.OitPipelineSet.depthBoundsPipeline()Returns the value of thedepthBoundsPipelinerecord component.OitPipelineSet.getPipeline(OitStage stage) OitPipelineSet.transmittancePipeline()Returns the value of thetransmittancePipelinerecord component.Constructors in net.minecraft.client.renderer.oit with parameters of type RenderPipelineModifierConstructorDescriptionOitPipelineSet(RenderPipeline depthBoundsPipeline, RenderPipeline transmittancePipeline, RenderPipeline accumulatePipeline) Creates an instance of aOitPipelineSetrecord class. -
Uses of RenderPipeline in net.minecraft.client.renderer.rendertype
Fields in net.minecraft.client.renderer.rendertype declared as RenderPipelineModifier and TypeFieldDescriptionprivate final RenderPipelinePreparedRenderType.pipelineThe field for thepipelinerecord component.(package private) final RenderPipelineRenderSetup.pipelineprivate final RenderPipelineRenderSetup.RenderSetupBuilder.pipelineMethods in net.minecraft.client.renderer.rendertype that return RenderPipelineModifier and TypeMethodDescriptionPreparedRenderType.pipeline()Returns the value of thepipelinerecord component.RenderType.pipeline()Methods in net.minecraft.client.renderer.rendertype with parameters of type RenderPipelineModifier and TypeMethodDescriptionRenderSetup.builder(RenderPipeline pipeline) private static RenderSetupRenderTypes.createMovingBlockSetup(RenderPipeline pipeline, boolean translucent) private voidPreparedRenderType.draw(StagedVertexBuffer.ExecuteInfo info, RenderPass renderPass, RenderPipeline renderPipeline) Constructors in net.minecraft.client.renderer.rendertype with parameters of type RenderPipelineModifierConstructorDescriptionPreparedRenderType(String name, RenderPipeline pipeline, @Nullable OitPipelineSet oitPipelineSet, GpuBufferSlice dynamicTransforms, ScissorState scissorState, List<PreparedRenderType.Texture> textures) Creates an instance of aPreparedRenderTyperecord class.privateRenderSetup(RenderPipeline pipeline, @Nullable OitPipelineSet oitPipelineSet, Map<String, RenderSetup.TextureBinding> textures, boolean useLightmap, boolean useOverlay, LayeringTransform layeringTransform, TextureTransform textureTransform, RenderSetup.OutlineProperty outlineProperty, @Nullable String outlineTextureName, boolean affectsCrumbling, boolean sortOnUpload, boolean forceSolidModelPhase) privateRenderSetupBuilder(RenderPipeline pipeline) -
Uses of RenderPipeline in net.minecraft.client.renderer.state.gui
Fields in net.minecraft.client.renderer.state.gui declared as RenderPipelineModifier and TypeFieldDescriptionprivate final RenderPipelineBlitRenderState.pipelineThe field for thepipelinerecord component.private final RenderPipelineColoredRectangleRenderState.pipelineThe field for thepipelinerecord component.private final RenderPipelineTiledBlitRenderState.pipelineThe field for thepipelinerecord component.Methods in net.minecraft.client.renderer.state.gui that return RenderPipelineModifier and TypeMethodDescriptionBlitRenderState.pipeline()Returns the value of thepipelinerecord component.ColoredRectangleRenderState.pipeline()Returns the value of thepipelinerecord component.GlyphRenderState.pipeline()GuiElementRenderState.pipeline()TiledBlitRenderState.pipeline()Returns the value of thepipelinerecord component.Constructors in net.minecraft.client.renderer.state.gui with parameters of type RenderPipelineModifierConstructorDescriptionBlitRenderState(RenderPipeline pipeline, TextureSetup textureSetup, Matrix3x2fc pose, int x0, int y0, int x1, int y1, float u0, float u1, float v0, float v1, int color, @Nullable ScreenRectangle scissorArea, @Nullable ScreenRectangle bounds) Creates an instance of aBlitRenderStaterecord class.BlitRenderState(RenderPipeline pipeline, TextureSetup textureSetup, Matrix3x2f pose, int x0, int y0, int x1, int y1, float u0, float u1, float v0, float v1, int color, @Nullable ScreenRectangle scissorArea) ColoredRectangleRenderState(RenderPipeline pipeline, TextureSetup textureSetup, Matrix3x2fc pose, int x0, int y0, int x1, int y1, int col1, int col2, @Nullable ScreenRectangle scissorArea) ColoredRectangleRenderState(RenderPipeline pipeline, TextureSetup textureSetup, Matrix3x2fc pose, int x0, int y0, int x1, int y1, int col1, int col2, @Nullable ScreenRectangle scissorArea, @Nullable ScreenRectangle bounds) Creates an instance of aColoredRectangleRenderStaterecord class.TiledBlitRenderState(RenderPipeline pipeline, TextureSetup textureSetup, Matrix3x2f pose, int tileWidth, int tileHeight, int x0, int y0, int x1, int y1, float u0, float u1, float v0, float v1, int color, @Nullable ScreenRectangle scissorArea) TiledBlitRenderState(RenderPipeline pipeline, TextureSetup textureSetup, Matrix3x2f pose, int tileWidth, int tileHeight, int x0, int y0, int x1, int y1, float u0, float u1, float v0, float v1, int color, @Nullable ScreenRectangle scissorArea, @Nullable ScreenRectangle bounds) Creates an instance of aTiledBlitRenderStaterecord class. -
Uses of RenderPipeline in net.neoforged.neoforge.client
Fields in net.neoforged.neoforge.client declared as RenderPipelineModifier and TypeFieldDescriptionstatic final RenderPipelineNeoForgeRenderPipelines.ENTITY_UNLIT_TRANSLUCENTDuplicate ofRenderPipelines.ENTITY_TRANSLUCENTwith directional shading and lighting disabledstatic final RenderPipelineNeoForgeRenderPipelines.ITEM_CUTOUT_UNLITDuplicate ofRenderPipelines.ITEM_CUTOUTwith directional shading and lighting disabledstatic final RenderPipelineNeoForgeRenderPipelines.ITEM_CUTOUT_UNLIT_GLINTDuplicate ofRenderPipelines.ITEM_CUTOUT_GLINTwith directional shading and lighting disabledstatic final RenderPipelineNeoForgeRenderPipelines.ITEM_CUTOUT_UNLIT_GLINT_SPECIALDuplicate ofRenderPipelines.ITEM_CUTOUT_GLINT_SPECIALwith directional shading and lighting disabledstatic final RenderPipelineNeoForgeRenderPipelines.ITEM_TRANSLUCENT_UNLITDuplicate ofRenderPipelines.ITEM_TRANSLUCENTwith directional shading and lighting disabledstatic final RenderPipelineNeoForgeRenderPipelines.ITEM_TRANSLUCENT_UNLIT_GLINTDuplicate ofRenderPipelines.ITEM_TRANSLUCENT_GLINTwith directional shading and lighting disabledstatic final RenderPipelineNeoForgeRenderPipelines.ITEM_TRANSLUCENT_UNLIT_GLINT_SPECIALDuplicate ofRenderPipelines.ITEM_TRANSLUCENT_GLINT_SPECIALwith directional shading and lighting disabled -
Uses of RenderPipeline in net.neoforged.neoforge.client.event
Methods in net.neoforged.neoforge.client.event with parameters of type RenderPipelineModifier and TypeMethodDescriptionvoidRegisterRenderPipelinesEvent.Registrar.register(RenderPipeline pipeline, boolean optional) voidRegisterRenderPipelinesEvent.registerOptionalPipeline(RenderPipeline pipeline) Registers an optionalRenderPipeline.voidRegisterRenderPipelinesEvent.registerPipeline(RenderPipeline pipeline) Registers a requiredRenderPipeline. -
Uses of RenderPipeline in net.neoforged.neoforge.client.pipeline
Fields in net.neoforged.neoforge.client.pipeline with type parameters of type RenderPipelineModifier and TypeFieldDescriptionprivate final Map<ResourceKey<PipelineModifier>, Map<RenderPipeline, RenderPipeline>> PipelineModifierStack.modifierTransformCacheprivate final Map<ResourceKey<PipelineModifier>, Map<RenderPipeline, RenderPipeline>> PipelineModifierStack.modifierTransformCacheMethods in net.neoforged.neoforge.client.pipeline that return RenderPipelineModifier and TypeMethodDescriptionPipelineModifier.apply(RenderPipeline pipeline, Identifier name) Apply modifications to the providedRenderPipeline(seeRenderPipeline.toBuilder()), return an existingRenderPipelineto replace the provided one or return the provided one to pass.PipelineModifierStack.apply(RenderPipeline pipeline) Methods in net.neoforged.neoforge.client.pipeline with parameters of type RenderPipelineModifier and TypeMethodDescriptionPipelineModifier.apply(RenderPipeline pipeline, Identifier name) Apply modifications to the providedRenderPipeline(seeRenderPipeline.toBuilder()), return an existingRenderPipelineto replace the provided one or return the provided one to pass.PipelineModifierStack.apply(RenderPipeline pipeline)
GlyphRenderTypes(net.minecraft.client.renderer.rendertype.RenderType,net.minecraft.client.renderer.rendertype.RenderType,net.minecraft.client.renderer.rendertype.RenderType,com.mojang.renderpearl.api.pipeline.RenderPipeline,net.minecraft.client.renderer.rendertype.RenderType,net.minecraft.client.renderer.rendertype.RenderType,net.minecraft.client.renderer.rendertype.RenderType)instead