Uses of Interface
net.minecraft.client.gui.LayeredDraw.Layer
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of LayeredDraw.Layer in net.minecraft.client.gui
-
Uses of LayeredDraw.Layer in net.neoforged.neoforge.client.event
Modifier and TypeMethodDescriptionprivate void
RegisterGuiLayersEvent.register
(RegisterGuiLayersEvent.Ordering ordering, @Nullable ResourceLocation other, ResourceLocation key, LayeredDraw.Layer layer) void
RegisterGuiLayersEvent.registerAbove
(ResourceLocation other, ResourceLocation id, LayeredDraw.Layer layer) Registers an layer that renders above another.void
RegisterGuiLayersEvent.registerAboveAll
(ResourceLocation id, LayeredDraw.Layer layer) Registers a layer that renders above all others.void
RegisterGuiLayersEvent.registerBelow
(ResourceLocation other, ResourceLocation id, LayeredDraw.Layer layer) Registers a layer that renders below another.void
RegisterGuiLayersEvent.registerBelowAll
(ResourceLocation id, LayeredDraw.Layer layer) Registers a layer that renders below all others.ModifierConstructorDescriptionPost
(GuiGraphics guiGraphics, float partialTick, ResourceLocation name, LayeredDraw.Layer layer) Pre
(GuiGraphics guiGraphics, float partialTick, ResourceLocation name, LayeredDraw.Layer layer) protected
RenderGuiLayerEvent
(GuiGraphics guiGraphics, float partialTick, ResourceLocation name, LayeredDraw.Layer layer) -
Uses of LayeredDraw.Layer in net.neoforged.neoforge.client.gui
Modifier and TypeFieldDescriptionprivate final LayeredDraw.Layer
GuiLayerManager.NamedLayer.layer
The field for thelayer
record component.Modifier and TypeMethodDescriptionGuiLayerManager.NamedLayer.layer()
Returns the value of thelayer
record component.Modifier and TypeMethodDescriptionGuiLayerManager.add
(ResourceLocation name, LayeredDraw.Layer layer) ModifierConstructorDescriptionNamedLayer
(ResourceLocation name, LayeredDraw.Layer layer) Creates an instance of aNamedLayer
record class. -
Uses of LayeredDraw.Layer in net.neoforged.neoforge.debug.client
Modifier and TypeMethodDescriptionprivate static LayeredDraw.Layer
GuiTests.makeLeftOverlay
(DynamicTest test, int height, int color) private static LayeredDraw.Layer
GuiTests.makeRightOverlay
(DynamicTest test, int height, int color) -
Uses of LayeredDraw.Layer in net.neoforged.testframework.client