Uses of Record Class
net.minecraftforge.client.gui.overlay.NamedGuiOverlay
Packages that use 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
Fields in net.minecraftforge.client.event declared as NamedGuiOverlayMethods in net.minecraftforge.client.event that return NamedGuiOverlayConstructors in net.minecraftforge.client.event with parameters of type NamedGuiOverlayModifierConstructorDescriptionPost(Window window, PoseStack poseStack, float partialTick, NamedGuiOverlay overlay) Pre(Window window, PoseStack poseStack, float partialTick, NamedGuiOverlay overlay) protectedRenderGuiOverlayEvent(Window window, PoseStack poseStack, float partialTick, NamedGuiOverlay overlay) -
Uses of NamedGuiOverlay in net.minecraftforge.client.gui.overlay
Fields in net.minecraftforge.client.gui.overlay declared as NamedGuiOverlayFields in net.minecraftforge.client.gui.overlay with type parameters of type NamedGuiOverlayModifier and TypeFieldDescriptionprivate static com.google.common.collect.ImmutableList<NamedGuiOverlay>GuiOverlayManager.OVERLAYSprivate static com.google.common.collect.ImmutableMap<ResourceLocation,NamedGuiOverlay> GuiOverlayManager.OVERLAYS_BY_NAMEMethods in net.minecraftforge.client.gui.overlay that return NamedGuiOverlayModifier and TypeMethodDescriptionstatic @Nullable NamedGuiOverlayGuiOverlayManager.findOverlay(ResourceLocation id) Finds the overlay corresponding to a given ID.VanillaGuiOverlay.type()Methods in net.minecraftforge.client.gui.overlay that return types with arguments of type NamedGuiOverlayModifier and TypeMethodDescriptionstatic com.google.common.collect.ImmutableList<NamedGuiOverlay>GuiOverlayManager.getOverlays()Retrieves an ordered list of all registered overlays.Methods in net.minecraftforge.client.gui.overlay with parameters of type NamedGuiOverlayModifier and TypeMethodDescriptionprivate voidForgeGui.post(NamedGuiOverlay overlay, PoseStack poseStack) private booleanForgeGui.pre(NamedGuiOverlay overlay, PoseStack poseStack)