Interface FabricRenderPipeline
public interface FabricRenderPipeline
General purpose Fabric extensions to the
RenderPipeline class.
Note: This interface is automatically implemented on all render pipelines via Mixin and interface injection.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceGeneral purpose Fabric extensions to theRenderPipeline.Builderclass.static interfaceGeneral purpose Fabric extensions to theRenderPipeline.Snippetclass. -
Method Summary
Modifier and TypeMethodDescriptiondefault booleanReturns whether the pipeline draw mode should be used for GUI rendering.
-
Method Details
-
usePipelineDrawModeForGui
default boolean usePipelineDrawModeForGui()Returns whether the pipeline draw mode should be used for GUI rendering.- Returns:
- true if the pipeline draw mode should be used for GUI rendering, false otherwise.
-