Interface DebugRenderPipelines
public interface DebugRenderPipelines
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.blaze3d.pipeline.RenderPipeline.Snippetstatic final com.mojang.blaze3d.pipeline.RenderPipelinestatic final com.mojang.blaze3d.pipeline.RenderPipelinestatic final com.mojang.blaze3d.pipeline.RenderPipelinestatic final com.mojang.blaze3d.pipeline.RenderPipelinestatic final com.mojang.blaze3d.pipeline.RenderPipelinestatic final com.mojang.blaze3d.pipeline.RenderPipelinestatic final com.mojang.blaze3d.pipeline.RenderPipelinestatic final com.mojang.blaze3d.pipeline.RenderPipeline -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic voidregisterRenderPipelines(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)
-