Uses of Interface
net.minecraftforge.client.gui.overlay.IGuiOverlay
Packages that use IGuiOverlay
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of IGuiOverlay in net.minecraftforge.client.event
Fields in net.minecraftforge.client.event with type parameters of type IGuiOverlayModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,
IGuiOverlay> RegisterGuiOverlaysEvent.overlays
Methods in net.minecraftforge.client.event with parameters of type IGuiOverlayModifier and TypeMethodDescriptionprivate void
RegisterGuiOverlaysEvent.register
(@NotNull RegisterGuiOverlaysEvent.Ordering ordering, @Nullable ResourceLocation other, @NotNull String id, @NotNull IGuiOverlay overlay) void
RegisterGuiOverlaysEvent.registerAbove
(@NotNull ResourceLocation other, @NotNull String id, @NotNull IGuiOverlay overlay) Registers an overlay that renders above another.void
RegisterGuiOverlaysEvent.registerAboveAll
(@NotNull String id, @NotNull IGuiOverlay overlay) Registers an overlay that renders above all others.void
RegisterGuiOverlaysEvent.registerBelow
(@NotNull ResourceLocation other, @NotNull String id, @NotNull IGuiOverlay overlay) Registers an overlay that renders below another.void
RegisterGuiOverlaysEvent.registerBelowAll
(@NotNull String id, @NotNull IGuiOverlay overlay) Registers an overlay that renders below all others.Constructor parameters in net.minecraftforge.client.event with type arguments of type IGuiOverlayModifierConstructorDescriptionRegisterGuiOverlaysEvent
(Map<ResourceLocation, IGuiOverlay> overlays, List<ResourceLocation> orderedOverlays) -
Uses of IGuiOverlay in net.minecraftforge.client.gui.overlay
Fields in net.minecraftforge.client.gui.overlay declared as IGuiOverlayModifier and TypeFieldDescriptionprivate final IGuiOverlay
NamedGuiOverlay.overlay
The field for theoverlay
record component.(package private) final IGuiOverlay
VanillaGuiOverlay.overlay
Methods in net.minecraftforge.client.gui.overlay that return IGuiOverlayModifier and TypeMethodDescriptionNamedGuiOverlay.overlay()
Returns the value of theoverlay
record component.Method parameters in net.minecraftforge.client.gui.overlay with type arguments of type IGuiOverlayModifier and TypeMethodDescriptionprivate static void
GuiOverlayManager.preRegisterVanillaOverlays
(HashMap<ResourceLocation, IGuiOverlay> overlays, ArrayList<ResourceLocation> orderedOverlays) Pre-registers vanilla overlays so they are available for ordering.Constructors in net.minecraftforge.client.gui.overlay with parameters of type IGuiOverlayModifierConstructorDescriptionNamedGuiOverlay
(ResourceLocation id, IGuiOverlay overlay) Creates an instance of aNamedGuiOverlay
record class.private
VanillaGuiOverlay
(String id, IGuiOverlay overlay)