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 final IIngameOverlayRenderGameOverlayEvent.PostLayer.overlayprivate final 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 final IIngameOverlayForgeIngameGui.AIR_LEVEL_ELEMENTstatic final IIngameOverlayForgeIngameGui.ARMOR_LEVEL_ELEMENTstatic final IIngameOverlayForgeIngameGui.BOSS_HEALTH_ELEMENTstatic final IIngameOverlayForgeIngameGui.CHAT_PANEL_ELEMENTstatic final IIngameOverlayForgeIngameGui.CROSSHAIR_ELEMENTstatic final IIngameOverlayForgeIngameGui.EXPERIENCE_BAR_ELEMENTstatic final IIngameOverlayForgeIngameGui.FOOD_LEVEL_ELEMENTstatic final IIngameOverlayForgeIngameGui.FPS_GRAPH_ELEMENTstatic final IIngameOverlayForgeIngameGui.FROSTBITE_ELEMENTstatic final IIngameOverlayForgeIngameGui.HELMET_ELEMENTstatic final IIngameOverlayForgeIngameGui.HOTBAR_ELEMENTstatic final IIngameOverlayForgeIngameGui.HUD_TEXT_ELEMENTstatic final IIngameOverlayForgeIngameGui.ITEM_NAME_ELEMENTstatic final IIngameOverlayForgeIngameGui.JUMP_BAR_ELEMENTstatic final IIngameOverlayForgeIngameGui.MOUNT_HEALTH_ELEMENTprivate final IIngameOverlayOverlayRegistry.OverlayEntry.overlaystatic final IIngameOverlayForgeIngameGui.PLAYER_HEALTH_ELEMENTstatic final IIngameOverlayForgeIngameGui.PLAYER_LIST_ELEMENTstatic final IIngameOverlayForgeIngameGui.PORTAL_ELEMENTstatic final IIngameOverlayForgeIngameGui.POTION_ICONS_ELEMENTstatic final IIngameOverlayForgeIngameGui.RECORD_OVERLAY_ELEMENTstatic final IIngameOverlayForgeIngameGui.SCOREBOARD_ELEMENTstatic final IIngameOverlayForgeIngameGui.SLEEP_FADE_ELEMENTstatic final IIngameOverlayForgeIngameGui.SPYGLASS_ELEMENTstatic final IIngameOverlayForgeIngameGui.SUBTITLES_ELEMENTstatic final IIngameOverlayForgeIngameGui.TITLE_TEXT_ELEMENTstatic final IIngameOverlayForgeIngameGui.VIGNETTE_ELEMENTFields in net.minecraftforge.client.gui with type parameters of type IIngameOverlayModifier and TypeFieldDescriptionprivate static final 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 poseStack) private booleanForgeIngameGui.pre(IIngameOverlay overlay, PoseStack poseStack) 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