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 Classes
    Modifier and Type
    Interface
    Description
    static interface 
    General purpose Fabric extensions to the RenderPipeline.Builder class.
    static interface 
    General purpose Fabric extensions to the RenderPipeline.Snippet class.
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    Returns 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.