Interface FabricRenderPipeline.Builder
- Enclosing interface:
FabricRenderPipeline
public static interface FabricRenderPipeline.Builder
General purpose Fabric extensions to the
RenderPipeline.Builder class.
Note: This interface is automatically implemented on all render pipeline builders via Mixin and interface injection.
-
Method Summary
Modifier and TypeMethodDescriptiondefault com.mojang.blaze3d.pipeline.RenderPipeline.BuilderSet the default behavior for GUI rendering regarding the pipeline draw mode.default com.mojang.blaze3d.pipeline.RenderPipeline.BuilderwithUsePipelineDrawModeForGui(boolean usePipelineDrawMode) Sets whether the pipeline draw mode should be used for GUI rendering.
-
Method Details
-
withUsePipelineDrawModeForGui
default com.mojang.blaze3d.pipeline.RenderPipeline.Builder withUsePipelineDrawModeForGui(boolean usePipelineDrawMode) Sets whether the pipeline draw mode should be used for GUI rendering.- Parameters:
usePipelineDrawMode- true if the pipeline draw mode should be used for GUI rendering, false otherwise.- Returns:
- this builder instance for chaining.
-
withoutUsePipelineDrawModeForGui
default com.mojang.blaze3d.pipeline.RenderPipeline.Builder withoutUsePipelineDrawModeForGui()Set the default behavior for GUI rendering regarding the pipeline draw mode.- Returns:
- this builder instance for chaining.
-