Uses of Interface
net.neoforged.neoforge.client.gui.GuiLayer
Packages that use GuiLayer
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of GuiLayer in net.neoforged.neoforge.client.event
Fields in net.neoforged.neoforge.client.event declared as GuiLayerMethods in net.neoforged.neoforge.client.event that return GuiLayerMethods in net.neoforged.neoforge.client.event with parameters of type GuiLayerModifier and TypeMethodDescriptionprivate voidRegisterGuiLayersEvent.register(RegisterGuiLayersEvent.Ordering ordering, @Nullable Identifier other, Identifier key, GuiLayer layer) voidRegisterGuiLayersEvent.registerAbove(Identifier other, Identifier id, GuiLayer layer) Registers an layer that renders above another.voidRegisterGuiLayersEvent.registerAboveAll(Identifier id, GuiLayer layer) Registers a layer that renders above all others.voidRegisterGuiLayersEvent.registerBelow(Identifier other, Identifier id, GuiLayer layer) Registers a layer that renders below another.voidRegisterGuiLayersEvent.registerBelowAll(Identifier id, GuiLayer layer) Registers a layer that renders below all others.voidRegisterGuiLayersEvent.replaceLayer(Identifier id, GuiLayer replacement) Replace the layer with the givenidwith a new one.Method parameters in net.neoforged.neoforge.client.event with type arguments of type GuiLayerModifier and TypeMethodDescriptionvoidRegisterGuiLayersEvent.wrapLayer(Identifier id, UnaryOperator<GuiLayer> wrapper) Wrap the layer with the givenidin a new layer.Constructors in net.neoforged.neoforge.client.event with parameters of type GuiLayerModifierConstructorDescriptionPost(GuiGraphics guiGraphics, DeltaTracker partialTick, Identifier name, GuiLayer layer) Pre(GuiGraphics guiGraphics, DeltaTracker partialTick, Identifier name, GuiLayer layer) protectedRenderGuiLayerEvent(GuiGraphics guiGraphics, DeltaTracker partialTick, Identifier name, GuiLayer layer) -
Uses of GuiLayer in net.neoforged.neoforge.client.gui
Fields in net.neoforged.neoforge.client.gui declared as GuiLayerModifier and TypeFieldDescriptionprivate final GuiLayerGuiLayerManager.NamedLayer.layerThe field for thelayerrecord component.Methods in net.neoforged.neoforge.client.gui that return GuiLayerModifier and TypeMethodDescriptionGuiLayerManager.NamedLayer.layer()Returns the value of thelayerrecord component.Methods in net.neoforged.neoforge.client.gui with parameters of type GuiLayerModifier and TypeMethodDescriptionGuiLayerManager.add(Identifier name, GuiLayer layer) GuiLayerManager.add(Identifier name, GuiLayer layer, BooleanSupplier shouldRender) Constructors in net.neoforged.neoforge.client.gui with parameters of type GuiLayerModifierConstructorDescriptionNamedLayer(Identifier name, GuiLayer layer) Creates an instance of aNamedLayerrecord class.