Uses of Interface
net.minecraftforge.client.gui.IIngameOverlay
Packages that use IIngameOverlay
-
Uses of IIngameOverlay in net.minecraftforge.client.event
Fields in net.minecraftforge.client.event declared as IIngameOverlayModifier and TypeFieldDescriptionprivate IIngameOverlayRenderGameOverlayEvent.PostLayer.overlayprivate IIngameOverlayRenderGameOverlayEvent.PreLayer.overlayMethods in net.minecraftforge.client.event that return IIngameOverlayModifier and TypeMethodDescriptionRenderGameOverlayEvent.PostLayer.getOverlay()RenderGameOverlayEvent.PreLayer.getOverlay()Constructors in net.minecraftforge.client.event with parameters of type IIngameOverlayModifierConstructorDescriptionPostLayer(PoseStack mStack, RenderGameOverlayEvent parent, IIngameOverlay overlay)PreLayer(PoseStack mStack, RenderGameOverlayEvent parent, IIngameOverlay overlay) -
Uses of IIngameOverlay in net.minecraftforge.client.gui
Fields in net.minecraftforge.client.gui declared as IIngameOverlayModifier and TypeFieldDescriptionstatic IIngameOverlayForgeIngameGui.AIR_LEVEL_ELEMENTstatic IIngameOverlayForgeIngameGui.ARMOR_LEVEL_ELEMENTstatic IIngameOverlayForgeIngameGui.BOSS_HEALTH_ELEMENTstatic IIngameOverlayForgeIngameGui.CHAT_PANEL_ELEMENTstatic IIngameOverlayForgeIngameGui.CROSSHAIR_ELEMENTstatic IIngameOverlayForgeIngameGui.EXPERIENCE_BAR_ELEMENTstatic IIngameOverlayForgeIngameGui.FOOD_LEVEL_ELEMENTstatic IIngameOverlayForgeIngameGui.FPS_GRAPH_ELEMENTstatic IIngameOverlayForgeIngameGui.FROSTBITE_ELEMENTstatic IIngameOverlayForgeIngameGui.HELMET_ELEMENTstatic IIngameOverlayForgeIngameGui.HOTBAR_ELEMENTstatic IIngameOverlayForgeIngameGui.HUD_TEXT_ELEMENTstatic IIngameOverlayForgeIngameGui.ITEM_NAME_ELEMENTstatic IIngameOverlayForgeIngameGui.JUMP_BAR_ELEMENTstatic IIngameOverlayForgeIngameGui.MOUNT_HEALTH_ELEMENTprivate IIngameOverlayOverlayRegistry.OverlayEntry.overlaystatic IIngameOverlayForgeIngameGui.PLAYER_HEALTH_ELEMENTstatic IIngameOverlayForgeIngameGui.PLAYER_LIST_ELEMENTstatic IIngameOverlayForgeIngameGui.PORTAL_ELEMENTstatic IIngameOverlayForgeIngameGui.POTION_ICONS_ELEMENTstatic IIngameOverlayForgeIngameGui.RECORD_OVERLAY_ELEMENTstatic IIngameOverlayForgeIngameGui.SCOREBOARD_ELEMENTstatic IIngameOverlayForgeIngameGui.SLEEP_FADE_ELEMENTstatic IIngameOverlayForgeIngameGui.SPYGLASS_ELEMENTstatic IIngameOverlayForgeIngameGui.SUBTITLES_ELEMENTstatic IIngameOverlayForgeIngameGui.TITLE_TEXT_ELEMENTstatic IIngameOverlayForgeIngameGui.VIGNETTE_ELEMENTFields in net.minecraftforge.client.gui with type parameters of type IIngameOverlayModifier and TypeFieldDescriptionprivate static Map<IIngameOverlay,OverlayRegistry.OverlayEntry>OverlayRegistry.overlaysMethods in net.minecraftforge.client.gui that return IIngameOverlayModifier and TypeMethodDescriptionOverlayRegistry.OverlayEntry.getOverlay()private static IIngameOverlayOverlayRegistry.registerOverlay(int sort, IIngameOverlay other, String displayName, IIngameOverlay overlay)static IIngameOverlayOverlayRegistry.registerOverlayAbove(IIngameOverlay other, String displayName, IIngameOverlay overlay)Adds a new overlay entry to the registry, placed after theotherparameter in the list.static IIngameOverlayOverlayRegistry.registerOverlayBelow(IIngameOverlay other, String displayName, IIngameOverlay overlay)Adds a new overlay entry to the registry, placed before theotherparameter in the list.static IIngameOverlayOverlayRegistry.registerOverlayBottom(String displayName, IIngameOverlay overlay)Adds a new overlay entry to the registry, placed at the beginning of the list.static IIngameOverlayOverlayRegistry.registerOverlayTop(String displayName, IIngameOverlay overlay)Adds a new overlay entry to the registry, placed at the end of the list.Methods in net.minecraftforge.client.gui with parameters of type IIngameOverlayModifier and TypeMethodDescriptionstatic voidOverlayRegistry.enableOverlay(IIngameOverlay overlay, boolean enable)Enables or disables an overlay.static OverlayRegistry.OverlayEntryOverlayRegistry.getEntry(IIngameOverlay overlay)Returns the information on a registered overlay.private voidForgeIngameGui.post(IIngameOverlay overlay, PoseStack mStack)private booleanForgeIngameGui.pre(IIngameOverlay overlay, PoseStack mStack)private static IIngameOverlayOverlayRegistry.registerOverlay(int sort, IIngameOverlay other, String displayName, IIngameOverlay overlay)static IIngameOverlayOverlayRegistry.registerOverlayAbove(IIngameOverlay other, String displayName, IIngameOverlay overlay)Adds a new overlay entry to the registry, placed after theotherparameter in the list.static IIngameOverlayOverlayRegistry.registerOverlayBelow(IIngameOverlay other, String displayName, IIngameOverlay overlay)Adds a new overlay entry to the registry, placed before theotherparameter in the list.static IIngameOverlayOverlayRegistry.registerOverlayBottom(String displayName, IIngameOverlay overlay)Adds a new overlay entry to the registry, placed at the beginning of the list.static IIngameOverlayOverlayRegistry.registerOverlayTop(String displayName, IIngameOverlay overlay)Adds a new overlay entry to the registry, placed at the end of the list.Constructors in net.minecraftforge.client.gui with parameters of type IIngameOverlay