Uses of Record Class
net.minecraftforge.client.gui.overlay.NamedGuiOverlay
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of NamedGuiOverlay in net.minecraftforge.client.event
ModifierConstructorDescriptionPost
(Window window, GuiGraphics guiGraphics, float partialTick, NamedGuiOverlay overlay) Pre
(Window window, GuiGraphics guiGraphics, float partialTick, NamedGuiOverlay overlay) protected
RenderGuiOverlayEvent
(Window window, GuiGraphics guiGraphics, float partialTick, NamedGuiOverlay overlay) -
Uses of NamedGuiOverlay in net.minecraftforge.client.gui.overlay
Modifier and TypeFieldDescriptionprivate static com.google.common.collect.ImmutableList<NamedGuiOverlay>
GuiOverlayManager.OVERLAYS
private static com.google.common.collect.ImmutableMap<ResourceLocation,
NamedGuiOverlay> GuiOverlayManager.OVERLAYS_BY_NAME
Modifier and TypeMethodDescriptionstatic @Nullable NamedGuiOverlay
GuiOverlayManager.findOverlay
(ResourceLocation id) Finds the overlay corresponding to a given ID.VanillaGuiOverlay.type()
Modifier and TypeMethodDescriptionstatic com.google.common.collect.ImmutableList<NamedGuiOverlay>
GuiOverlayManager.getOverlays()
Retrieves an ordered list of all registered overlays.Modifier and TypeMethodDescriptionprivate void
ForgeGui.post
(NamedGuiOverlay overlay, GuiGraphics guiGraphics) private boolean
ForgeGui.pre
(NamedGuiOverlay overlay, GuiGraphics guiGraphics)