Uses of Interface
net.minecraftforge.client.gui.overlay.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
Modifier and TypeFieldDescriptionprivate final Map<ResourceLocation,
IGuiOverlay> RegisterGuiOverlaysEvent.overlays
Modifier 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.ModifierConstructorDescriptionRegisterGuiOverlaysEvent
(Map<ResourceLocation, IGuiOverlay> overlays, List<ResourceLocation> orderedOverlays) -
Uses of IGuiOverlay in net.minecraftforge.client.gui.overlay
Modifier and TypeFieldDescriptionprivate final IGuiOverlay
NamedGuiOverlay.overlay
The field for theoverlay
record component.(package private) final IGuiOverlay
VanillaGuiOverlay.overlay
Modifier and TypeMethodDescriptionNamedGuiOverlay.overlay()
Returns the value of theoverlay
record component.Modifier and TypeMethodDescriptionprivate static void
GuiOverlayManager.preRegisterVanillaOverlays
(HashMap<ResourceLocation, IGuiOverlay> overlays, ArrayList<ResourceLocation> orderedOverlays) Pre-registers vanilla overlays so they are available for ordering.ModifierConstructorDescriptionNamedGuiOverlay
(ResourceLocation id, IGuiOverlay overlay) Creates an instance of aNamedGuiOverlay
record class.private
VanillaGuiOverlay
(String id, IGuiOverlay overlay)