Uses of Class
com.mojang.blaze3d.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.opengl
Fields in com.mojang.blaze3d.opengl declared as RenderPipelineModifier and TypeFieldDescriptionprivate final RenderPipelineGlRenderPipeline.infoThe field for theinforecord component.private @Nullable RenderPipelineGlCommandEncoder.lastPipelineFields in com.mojang.blaze3d.opengl with type parameters of type RenderPipelineModifier and TypeFieldDescriptionprivate final Map<RenderPipeline, GlRenderPipeline> GlDevice.pipelineCacheMethods in com.mojang.blaze3d.opengl that return RenderPipelineModifier and TypeMethodDescriptionGlRenderPipeline.info()Returns the value of theinforecord component.Methods in com.mojang.blaze3d.opengl with parameters of type RenderPipelineModifier and TypeMethodDescriptionprivate voidGlCommandEncoder.applyPipelineState(RenderPipeline pipeline) private GlRenderPipelineGlDevice.compilePipeline(RenderPipeline pipeline, ShaderSource shaderSource) private GlProgramGlDevice.compileProgram(RenderPipeline pipeline, ShaderSource shaderSource) protected GlRenderPipelineGlDevice.getOrCompilePipeline(RenderPipeline pipeline) GlDevice.precompilePipeline(RenderPipeline pipeline, @Nullable ShaderSource customShaderSource) voidGlRenderPass.setPipeline(RenderPipeline pipeline) Constructors in com.mojang.blaze3d.opengl with parameters of type RenderPipelineModifierConstructorDescriptionGlRenderPipeline(RenderPipeline info, GlProgram program) Creates an instance of aGlRenderPipelinerecord class. -
Uses of RenderPipeline in com.mojang.blaze3d.pipeline
Methods in com.mojang.blaze3d.pipeline that return RenderPipeline -
Uses of RenderPipeline in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems that return RenderPipelineModifier and TypeMethodDescriptionstatic RenderPipelineRenderSystem.applyPipelineModifiers(RenderPipeline pipeline) Methods in com.mojang.blaze3d.systems with parameters of type RenderPipelineModifier and TypeMethodDescriptionstatic RenderPipelineRenderSystem.applyPipelineModifiers(RenderPipeline pipeline) GpuDevice.precompilePipeline(RenderPipeline pipeline) GpuDevice.precompilePipeline(RenderPipeline pipeline, @Nullable ShaderSource shaderSource) GpuDeviceBackend.precompilePipeline(RenderPipeline pipeline, @Nullable ShaderSource shaderSource) voidRenderPass.setPipeline(RenderPipeline pipeline) voidRenderPassBackend.setPipeline(RenderPipeline pipeline) -
Uses of RenderPipeline in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type RenderPipelineModifier and TypeMethodDescriptionvoidGuiGraphics.blit(RenderPipeline renderPipeline, Identifier texture, int x, int y, float u, float v, int width, int height, int textureWidth, int textureHeight) voidGuiGraphics.blit(RenderPipeline renderPipeline, Identifier texture, int x, int y, float u, float v, int width, int height, int textureWidth, int textureHeight, int color) voidGuiGraphics.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) voidGuiGraphics.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 voidGuiGraphics.blitNineSlicedSprite(RenderPipeline renderPipeline, TextureAtlasSprite sprite, GuiSpriteScaling.NineSlice nineSlice, int x, int y, int width, int height, int color) private voidGuiGraphics.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) voidGuiGraphics.blitSprite(RenderPipeline renderPipeline, TextureAtlasSprite sprite, int x, int y, int width, int height) voidGuiGraphics.blitSprite(RenderPipeline renderPipeline, TextureAtlasSprite sprite, int x, int y, int width, int height, int color) private voidGuiGraphics.blitSprite(RenderPipeline renderPipeline, TextureAtlasSprite sprite, int spriteWidth, int spriteHeight, int textureX, int textureY, int x, int y, int width, int height, int color) voidGuiGraphics.blitSprite(RenderPipeline renderPipeline, Identifier location, int x, int y, int width, int height) voidGuiGraphics.blitSprite(RenderPipeline renderPipeline, Identifier location, int x, int y, int width, int height, float alpha) voidGuiGraphics.blitSprite(RenderPipeline renderPipeline, Identifier location, int x, int y, int width, int height, int color) voidGuiGraphics.blitSprite(RenderPipeline renderPipeline, Identifier location, int spriteWidth, int spriteHeight, int textureX, int textureY, int x, int y, int width, int height) voidGuiGraphics.blitSprite(RenderPipeline renderPipeline, Identifier location, int spriteWidth, int spriteHeight, int textureX, int textureY, int x, int y, int width, int height, int color) private voidGuiGraphics.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) voidGuiGraphics.fill(RenderPipeline pipeline, int x0, int y0, int x1, int y1, int col) voidGuiGraphics.fill(RenderPipeline renderPipeline, TextureSetup textureSetup, int x0, int y0, int x1, int y1) private voidGuiGraphics.innerBlit(RenderPipeline renderPipeline, Identifier location, int x0, int x1, int y0, int y1, float u0, float u1, float v0, float v1, int color) private voidGuiGraphics.submitBlit(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 voidGuiGraphics.submitColoredRectangle(RenderPipeline renderPipeline, TextureSetup textureSetup, int x0, int y0, int x1, int y1, int color1, @Nullable Integer color2) private voidGuiGraphics.submitTiledBlit(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 final RenderPipelineGuiRenderer.MeshToDraw.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.GuiRenderer.MeshToDraw.pipeline()Returns the value of thepipelinerecord component.Methods in net.minecraft.client.gui.render with parameters of type RenderPipelineModifier and TypeMethodDescriptionprivate BufferBuilderGuiRenderer.getBufferBuilder(RenderPipeline pipeline) private voidGuiRenderer.recordMesh(BufferBuilder bufferBuilder, RenderPipeline pipeline, TextureSetup textureSetup, @Nullable ScreenRectangle scissorArea) Constructors in net.minecraft.client.gui.render with parameters of type RenderPipelineModifierConstructorDescriptionprivateDraw(GpuBuffer vertexBuffer, int baseVertex, VertexFormat.Mode mode, int indexCount, RenderPipeline pipeline, TextureSetup textureSetup, @Nullable ScreenRectangle scissorArea) Creates an instance of aDrawrecord class.privateMeshToDraw(MeshData mesh, RenderPipeline pipeline, TextureSetup textureSetup, @Nullable ScreenRectangle scissorArea) Creates an instance of aMeshToDrawrecord class. -
Uses of RenderPipeline in net.minecraft.client.gui.render.state
Fields in net.minecraft.client.gui.render.state 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.gui.render.state 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.gui.render.state with parameters of type RenderPipelineModifierConstructorDescriptionBlitRenderState(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) 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, @Nullable ScreenRectangle bounds) Creates an instance of aBlitRenderStaterecord class.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.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) 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_DECAL_CUTOUT_NO_CULLstatic final RenderPipelineRenderPipelines.ARMOR_TRANSLUCENTstatic final RenderPipelineRenderPipelines.BEACON_BEAM_OPAQUEstatic final RenderPipelineRenderPipelines.BEACON_BEAM_TRANSLUCENTstatic 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.DEBUG_FILLED_BOXstatic final RenderPipelineRenderPipelines.DEBUG_POINTSstatic final RenderPipelineRenderPipelines.DEBUG_QUADSstatic final RenderPipelineRenderPipelines.DEBUG_TRIANGLE_FANstatic final RenderPipelineRenderPipelines.DRAGON_RAYSstatic final RenderPipelineRenderPipelines.DRAGON_RAYS_DEPTHstatic 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_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_HIGHLIGHTstatic final RenderPipelineRenderPipelines.GUI_TEXT_INTENSITYstatic final RenderPipelineRenderPipelines.GUI_TEXTUREDstatic final RenderPipelineRenderPipelines.GUI_TEXTURED_PREMULTIPLIED_ALPHAstatic final RenderPipelineRenderPipelines.ITEM_CUTOUTstatic final RenderPipelineRenderPipelines.ITEM_TRANSLUCENTstatic final RenderPipelineRenderPipelines.LEASHstatic final RenderPipelineRenderPipelines.LIGHTMAPstatic final RenderPipelineRenderPipelines.LIGHTNINGstatic final RenderPipelineRenderPipelines.LINESstatic final RenderPipelineRenderPipelines.LINES_DEPTH_BIASstatic final RenderPipelineRenderPipelines.LINES_TRANSLUCENTstatic final RenderPipelineRenderPipelines.MOJANG_LOGOstatic 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.STARSstatic final RenderPipelineRenderPipelines.SUNRISE_SUNSETstatic final RenderPipelineRenderPipelines.TEXTstatic final RenderPipelineRenderPipelines.TEXT_BACKGROUNDstatic final RenderPipelineRenderPipelines.TEXT_BACKGROUND_SEE_THROUGHstatic final RenderPipelineRenderPipelines.TEXT_INTENSITYstatic final RenderPipelineRenderPipelines.TEXT_INTENSITY_SEE_THROUGHstatic final RenderPipelineRenderPipelines.TEXT_POLYGON_OFFSETstatic final RenderPipelineRenderPipelines.TEXT_SEE_THROUGHstatic final RenderPipelineRenderPipelines.TRACY_BLITstatic final RenderPipelineRenderPipelines.TRANSLUCENT_MOVING_BLOCKstatic final RenderPipelineRenderPipelines.TRANSLUCENT_PARTICLEstatic final RenderPipelineRenderPipelines.TRANSLUCENT_TERRAINstatic final RenderPipelineRenderPipelines.VIGNETTEstatic final RenderPipelineRenderPipelines.WATER_MASKstatic final RenderPipelineRenderPipelines.WEATHER_DEPTH_WRITEstatic final RenderPipelineRenderPipelines.WEATHER_NO_DEPTH_WRITEstatic final RenderPipelineRenderPipelines.WIREFRAMEstatic final RenderPipelineRenderPipelines.WORLD_BORDERFields in net.minecraft.client.renderer with type parameters of type RenderPipelineModifier and TypeFieldDescriptionprivate static final Map<Identifier, RenderPipeline> RenderPipelines.PIPELINES_BY_LOCATIONMethods in net.minecraft.client.renderer that return RenderPipelineModifier and TypeMethodDescriptionprivate static RenderPipelineRenderPipelines.register(RenderPipeline pipeline) Methods in net.minecraft.client.renderer that return types with arguments of type RenderPipelineModifier and TypeMethodDescriptionstatic List<RenderPipeline> RenderPipelines.getStaticPipelines()Methods in net.minecraft.client.renderer with parameters of type RenderPipelineModifier and TypeMethodDescriptionprivate static RenderPipelineRenderPipelines.register(RenderPipeline pipeline) Constructors in net.minecraft.client.renderer with parameters of type RenderPipelineModifierConstructorDescriptionPostPass(RenderPipeline pipeline, Identifier outputTargetId, Map<String, List<UniformValue>> uniformGroups, List<PostPass.Input> inputs) -
Uses of RenderPipeline in net.minecraft.client.renderer.chunk
Fields in net.minecraft.client.renderer.chunk declared as RenderPipelineMethods in net.minecraft.client.renderer.chunk that return RenderPipelineConstructors in net.minecraft.client.renderer.chunk with parameters of type RenderPipelineModifierConstructorDescriptionprivateChunkSectionLayer(RenderPipeline pipeline, int bufferSize, boolean translucent) -
Uses of RenderPipeline in net.minecraft.client.renderer.rendertype
Fields in net.minecraft.client.renderer.rendertype declared as RenderPipelineModifier and TypeFieldDescription(package private) final RenderPipelineRenderSetup.pipelineprivate final RenderPipelineRenderSetup.RenderSetupBuilder.pipelineMethods in net.minecraft.client.renderer.rendertype that return RenderPipelineMethods in net.minecraft.client.renderer.rendertype with parameters of type RenderPipelineConstructors in net.minecraft.client.renderer.rendertype with parameters of type RenderPipelineModifierConstructorDescriptionprivateRenderSetup(RenderPipeline pipeline, Map<String, RenderSetup.TextureBinding> textures, boolean useLightmap, boolean useOverlay, LayeringTransform layeringTransform, OutputTarget outputTarget, TextureTransform textureTransform, RenderSetup.OutlineProperty outlineProperty, boolean affectsCrumbling, boolean sortOnUpload, int bufferSize) privateRenderSetupBuilder(RenderPipeline pipeline) -
Uses of RenderPipeline in net.neoforged.neoforge.client
Fields in net.neoforged.neoforge.client declared as RenderPipelineModifier and TypeFieldDescriptionstatic final RenderPipelineNeoForgeRenderPipelines.ENTITY_SMOOTH_CUTOUT_CULLstatic final RenderPipelineNeoForgeRenderPipelines.ENTITY_TRANSLUCENT_CULLstatic final RenderPipelineNeoForgeRenderPipelines.ENTITY_UNLIT_TRANSLUCENTstatic final RenderPipelineNeoForgeRenderPipelines.ITEM_CUTOUT_UNLITstatic final RenderPipelineNeoForgeRenderPipelines.ITEM_TRANSLUCENT_UNLIT -
Uses of RenderPipeline in net.neoforged.neoforge.client.event
Fields in net.neoforged.neoforge.client.event with type parameters of type RenderPipelineModifier and TypeFieldDescriptionprivate final Consumer<RenderPipeline> RegisterRenderPipelinesEvent.registrarMethods in net.neoforged.neoforge.client.event with parameters of type RenderPipelineModifier and TypeMethodDescriptionvoidRegisterRenderPipelinesEvent.registerPipeline(RenderPipeline pipeline) Registers aRenderPipelineConstructor parameters in net.neoforged.neoforge.client.event with type arguments of type RenderPipeline -
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.blaze3d.pipeline.RenderPipeline,net.minecraft.client.renderer.rendertype.RenderType,net.minecraft.client.renderer.rendertype.RenderType,net.minecraft.client.renderer.rendertype.RenderType)instead