Interface DebugRenderPipelines


public interface DebugRenderPipelines
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.mojang.blaze3d.pipeline.RenderPipeline.Snippet
     
    static final com.mojang.blaze3d.pipeline.RenderPipeline
     
    static final com.mojang.blaze3d.pipeline.RenderPipeline
     
    static final com.mojang.blaze3d.pipeline.RenderPipeline
     
    static final com.mojang.blaze3d.pipeline.RenderPipeline
     
    static final com.mojang.blaze3d.pipeline.RenderPipeline
     
    static final com.mojang.blaze3d.pipeline.RenderPipeline
     
    static final com.mojang.blaze3d.pipeline.RenderPipeline
     
    static final com.mojang.blaze3d.pipeline.RenderPipeline
     
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static void
    registerRenderPipelines(net.neoforged.neoforge.client.event.RegisterRenderPipelinesEvent event)
     
  • Field Details

    • BASE_SNIPPET

      static final com.mojang.blaze3d.pipeline.RenderPipeline.Snippet BASE_SNIPPET
    • LINES

      static final com.mojang.blaze3d.pipeline.RenderPipeline LINES
    • LINES_SEE_THROUGH

      static final com.mojang.blaze3d.pipeline.RenderPipeline LINES_SEE_THROUGH
    • QUADS

      static final com.mojang.blaze3d.pipeline.RenderPipeline QUADS
    • QUADS_NO_CULL

      static final com.mojang.blaze3d.pipeline.RenderPipeline QUADS_NO_CULL
    • QUADS_NO_DEPTH

      static final com.mojang.blaze3d.pipeline.RenderPipeline QUADS_NO_DEPTH
    • QUADS_NO_CULL_NO_DEPTH

      static final com.mojang.blaze3d.pipeline.RenderPipeline QUADS_NO_CULL_NO_DEPTH
    • QUADS_SEE_THROUGH

      static final com.mojang.blaze3d.pipeline.RenderPipeline QUADS_SEE_THROUGH
    • QUADS_NO_CULL_SEE_THROUGH

      static final com.mojang.blaze3d.pipeline.RenderPipeline QUADS_NO_CULL_SEE_THROUGH
  • Method Details

    • registerRenderPipelines

      static void registerRenderPipelines(net.neoforged.neoforge.client.event.RegisterRenderPipelinesEvent event)