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 pPipeline) private GlRenderPipelineGlDevice.compilePipeline(RenderPipeline pPipeline, ShaderSource pShaderSource) private GlProgramGlDevice.compileProgram(RenderPipeline pPipeline, ShaderSource pShaderSource) protected GlRenderPipelineGlDevice.getOrCompilePipeline(RenderPipeline pPipeline) GlDevice.precompilePipeline(RenderPipeline p_410489_, @Nullable ShaderSource p_460635_) voidGlRenderPass.setPipeline(RenderPipeline p_409823_) 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) default CompiledRenderPipelineGpuDevice.precompilePipeline(RenderPipeline pPipeline) GpuDevice.precompilePipeline(RenderPipeline pPipeline, @Nullable ShaderSource pShaderSource) voidRenderPass.setPipeline(RenderPipeline pPipeline) -
Uses of RenderPipeline in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type RenderPipelineModifier and TypeMethodDescriptionvoidGuiGraphics.blit(RenderPipeline pPipeline, Identifier pAtlas, int pX, int pY, float pU, float pV, int pWidth, int pHeight, int pTextureWidth, int pTextureHeight) voidGuiGraphics.blit(RenderPipeline pPipeline, Identifier pAtlas, int pX, int pY, float pU, float pV, int pWidth, int pHeight, int pTextureWidth, int pTextureHeight, int pColor) voidGuiGraphics.blit(RenderPipeline pPipeline, Identifier pAtlas, int pX, int pY, float pU, float pV, int pWidth, int pHeight, int pUWidth, int pVHeight, int pTextureWidth, int pTextureHeight) voidGuiGraphics.blit(RenderPipeline pPipeline, Identifier pAtlas, int pX, int pY, float pU, float pV, int pWidth, int pHeight, int pUWidth, int pVHeight, int pTextureWidth, int pTextureHeight, int pColor) private voidGuiGraphics.blitNineSlicedSprite(RenderPipeline pPipeline, TextureAtlasSprite pSprite, GuiSpriteScaling.NineSlice pNineSlice, int pX, int pY, int pWidth, int pHeight, int pColor) private voidGuiGraphics.blitNineSliceInnerSegment(RenderPipeline pPipeline, GuiSpriteScaling.NineSlice pNineSlice, TextureAtlasSprite pSprite, int pBorderMinX, int pBorderMinY, int pBorderMaxX, int pBorderMaxY, int pU, int pV, int pSpriteWidth, int pSpriteHeight, int pTextureWidth, int pTextureHeight, int pColor) voidGuiGraphics.blitSprite(RenderPipeline pPipeline, TextureAtlasSprite pSprite, int pX, int pWidth, int pY, int pHeight) voidGuiGraphics.blitSprite(RenderPipeline pPipeline, TextureAtlasSprite pSprite, int pX, int pY, int pWidth, int pHeight, int pColor) private voidGuiGraphics.blitSprite(RenderPipeline pPipeline, TextureAtlasSprite pSprite, int pTextureWidth, int pTextureHeight, int pU, int pV, int pX, int pY, int pWidth, int pHeight, int pColor) voidGuiGraphics.blitSprite(RenderPipeline pPipeline, Identifier pSprite, int pX, int pY, int pWidth, int pHeight) voidGuiGraphics.blitSprite(RenderPipeline pPipeline, Identifier pSprite, int pX, int pY, int pWidth, int pHeight, float pFade) voidGuiGraphics.blitSprite(RenderPipeline pPipeline, Identifier pSprite, int pX, int pY, int pWidth, int pHeight, int pColor) voidGuiGraphics.blitSprite(RenderPipeline pPipeline, Identifier pSprite, int pTextureWidth, int pTextureHeight, int pU, int pV, int pX, int pY, int pWidth, int pHeight) voidGuiGraphics.blitSprite(RenderPipeline pPipeline, Identifier pSprite, int pTextureWidth, int pTextureHeight, int pU, int pV, int pX, int pY, int pWidth, int pHeight, int pColor) private voidGuiGraphics.blitTiledSprite(RenderPipeline pPipeline, TextureAtlasSprite pSprite, int pX, int pY, int pWidth, int pHeight, int pU, int pV, int pSpriteWidth, int pSpriteHeight, int pTextureWidth, int pTextureHeight, int pColor) voidGuiGraphics.fill(RenderPipeline pPipeline, int pMinX, int pMinY, int pMaxX, int pMaxY, int pColor) voidGuiGraphics.fill(RenderPipeline pPipeline, TextureSetup pTextureSetup, int pMinX, int pMinY, int pMaxX, int pMaxY) private voidGuiGraphics.innerBlit(RenderPipeline pPipeline, Identifier pAtlas, int pX0, int pX1, int pY0, int pY1, float pU0, float pU1, float pV0, float pV1, int pColor) private voidGuiGraphics.submitBlit(RenderPipeline pPipeline, GpuTextureView pAtlasTexture, GpuSampler pSampler, int pX0, int pY0, int pX1, int pY1, float pU0, float pU1, float pV0, float pV1, int pColor) private voidGuiGraphics.submitColoredRectangle(RenderPipeline pPipeline, TextureSetup pTextureSetup, int pMinX, int pMinY, int pMaxX, int pMaxY, int pColorFrom, @Nullable Integer pColorTo) private voidGuiGraphics.submitTiledBlit(RenderPipeline pPipeline, GpuTextureView pAtlasTexture, GpuSampler pSampler, int pTileWidth, int pTileHeight, int pX0, int pY0, int pX1, int pY1, float pU0, float pU1, float pV0, float pV1, int pColor) -
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 pPipeline) private voidGuiRenderer.recordMesh(BufferBuilder pBufferBuilder, RenderPipeline pPipeline, TextureSetup pTextureSetup, @Nullable ScreenRectangle pScissorArea) Constructors in net.minecraft.client.gui.render with parameters of type RenderPipelineModifierConstructorDescription(package private)Draw(GpuBuffer vertexBuffer, int baseVertex, VertexFormat.Mode mode, int indexCount, RenderPipeline pipeline, TextureSetup textureSetup, @Nullable ScreenRectangle scissorArea) Creates an instance of aDrawrecord class.(package private)MeshToDraw(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 p_415865_, TextureSetup p_416394_, Matrix3x2f p_415848_, int p_416365_, int p_416414_, int p_416112_, int p_416519_, float p_416693_, float p_415641_, float p_416035_, float p_415841_, int p_415610_, @Nullable ScreenRectangle p_415846_) 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 p_416046_, TextureSetup p_415678_, Matrix3x2fc p_457521_, int p_416448_, int p_416038_, int p_416700_, int p_416540_, int p_415887_, int p_416111_, @Nullable ScreenRectangle p_416231_) 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 p_449927_, TextureSetup p_449129_, Matrix3x2f p_449634_, int p_449008_, int p_449445_, int p_449624_, int p_449934_, int p_449960_, int p_449423_, float p_449551_, float p_449831_, float p_449073_, float p_449677_, int p_449197_, @Nullable ScreenRectangle p_449741_) 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_EXPLOSION_ALPHAstatic final RenderPipelineRenderPipelines.DRAGON_RAYSstatic final RenderPipelineRenderPipelines.DRAGON_RAYS_DEPTHstatic final RenderPipelineRenderPipelines.END_GATEWAYstatic final RenderPipelineRenderPipelines.END_PORTALstatic final RenderPipelineRenderPipelines.END_SKYstatic final RenderPipelineRenderPipelines.ENERGY_SWIRLstatic final RenderPipelineRenderPipelines.ENTITY_CUTOUTstatic final RenderPipelineRenderPipelines.ENTITY_CUTOUT_NO_CULLstatic final RenderPipelineRenderPipelines.ENTITY_CUTOUT_NO_CULL_Z_OFFSETstatic final RenderPipelineRenderPipelines.ENTITY_DECALstatic final RenderPipelineRenderPipelines.ENTITY_NO_OUTLINEstatic final RenderPipelineRenderPipelines.ENTITY_OUTLINE_BLITstatic final RenderPipelineRenderPipelines.ENTITY_SHADOWstatic final RenderPipelineRenderPipelines.ENTITY_SMOOTH_CUTOUTstatic final RenderPipelineRenderPipelines.ENTITY_SOLIDstatic final RenderPipelineRenderPipelines.ENTITY_SOLID_Z_OFFSET_FORWARDstatic final RenderPipelineRenderPipelines.ENTITY_TRANSLUCENTstatic 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_ENTITY_TRANSLUCENT_CULLstatic final RenderPipelineRenderPipelines.LEASHstatic final RenderPipelineRenderPipelines.LIGHTMAPstatic final RenderPipelineRenderPipelines.LIGHTNINGstatic final RenderPipelineRenderPipelines.LINESstatic 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.TRIPWIRE_BLOCKstatic final RenderPipelineRenderPipelines.TRIPWIRE_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 pPipeline) 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 pPipeline) Constructors in net.minecraft.client.renderer with parameters of type RenderPipelineModifierConstructorDescriptionPostPass(RenderPipeline pPipeline, Identifier pOutputTargetId, Map<String, List<UniformValue>> pUniforms, List<PostPass.Input> pInputs) -
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 pPipeline, int pBufferSize, boolean pSortOnUpload) -
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 RenderPipelineModifier and TypeMethodDescriptionRenderSetup.builder(RenderPipeline pPipeline) private static Function<Identifier, RenderType> RenderTypes.createWeather(RenderPipeline pPipeline) Constructors in net.minecraft.client.renderer.rendertype with parameters of type RenderPipelineModifierConstructorDescription(package private)RenderSetup(RenderPipeline pPipeline, Map<String, RenderSetup.TextureBinding> pTextures, boolean pUseLightmap, boolean pUseOverlay, LayeringTransform pLayeringTransform, OutputTarget pOutputTarget, TextureTransform pTextureTransform, RenderSetup.OutlineProperty pOutlineProperty, boolean pAffectsCrumbling, boolean pSortOnUpload, int pBufferSize) (package private)RenderSetupBuilder(RenderPipeline pPipeline) -
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_TRANSLUCENT -
Uses of RenderPipeline in net.neoforged.neoforge.client.blaze3d.validation
Methods in net.neoforged.neoforge.client.blaze3d.validation with parameters of type RenderPipelineModifier and TypeMethodDescriptionValidationGpuDevice.precompilePipeline(RenderPipeline pipeline, @Nullable ShaderSource shaderSourceProvider) voidValidationRenderPass.setPipeline(RenderPipeline pipeline) (package private) voidGpuDeviceUsageValidator.validatePipeline(RenderPipeline pipeline) -
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(seetoBuilder()), 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(seetoBuilder()), 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