Package net.neoforged.neoforge.client.gui
@ParametersAreNonnullByDefault
package net.neoforged.neoforge.client.gui
-
ClassDescriptionManager for
ClientTooltipComponent
factories.A generic configuration UI.A UI screen that presents a list-type configuration value and allows the user to edit it, including an unlimited undo system and reset to default.A UI screen that presents a single section of configuration values and allows the user to edit them, including an unlimited undo system and reset to default.A custom variant of OptionsInstance.Enum that doesn't show the key on the button, just the valueA filter callback to suppress certain elements from being shown in the configuration UI.A class representing an undo/redo buffer.Adaptation ofLayeredDraw
that is used forGui
rendering specifically, to give layers a name and fire appropriate events.Register an instance toModContainer.registerExtensionPoint(Class, Supplier)
to supply a config screen for your mod.Deprecated, for removal: This API element is subject to removal in a future version.Identifiers for the vanillaLayeredDraw.Layer
, in the order that they render.
IGuiGraphicsExtension
instead