Package net.minecraftforge.client.gui
Class NotificationModUpdateScreen
- java.lang.Object
-
- net.minecraft.client.gui.AbstractGui
-
- net.minecraft.client.gui.FocusableGui
-
- net.minecraft.client.gui.screen.Screen
-
- net.minecraftforge.client.gui.NotificationModUpdateScreen
-
- All Implemented Interfaces:
IGuiEventListener
,INestedGuiEventHandler
,IRenderable
,IScreen
public class NotificationModUpdateScreen extends Screen
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
hasCheckedForUpdates
private Button
modButton
private VersionChecker.Status
showNotification
private static ResourceLocation
VERSION_CHECK_ICONS
-
Fields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, font, height, itemRenderer, minecraft, passEvents, title, width
-
Fields inherited from class net.minecraft.client.gui.AbstractGui
BACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATION
-
-
Constructor Summary
Constructors Constructor Description NotificationModUpdateScreen(Button modButton)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init()
static NotificationModUpdateScreen
init(MainMenuScreen guiMainMenu, Button modButton)
void
render(MatrixStack mStack, int mouseX, int mouseY, float partialTicks)
-
Methods inherited from class net.minecraft.client.gui.screen.Screen
addButton, addWidget, children, getMinecraft, getNarrationMessage, getTitle, getTooltipFromItem, handleComponentClicked, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, keyPressed, onClose, onFilesDrop, removed, renderBackground, renderBackground, renderComponentHoverEffect, renderComponentTooltip, renderDirtBackground, renderTooltip, renderTooltip, renderTooltip, renderToolTip, renderWrappedToolTip, resize, sendMessage, sendMessage, shouldCloseOnEsc, tick, wrapScreenError
-
Methods inherited from class net.minecraft.client.gui.FocusableGui
getFocused, isDragging, setDragging, setFocused
-
Methods inherited from class net.minecraft.client.gui.AbstractGui
blit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLine
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.minecraft.client.gui.IGuiEventListener
mouseMoved
-
Methods inherited from interface net.minecraft.client.gui.INestedGuiEventHandler
changeFocus, charTyped, getChildAt, keyReleased, magicalSpecialHackyFocus, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
-
-
-
-
Field Detail
-
VERSION_CHECK_ICONS
private static final ResourceLocation VERSION_CHECK_ICONS
-
modButton
private final Button modButton
-
showNotification
private VersionChecker.Status showNotification
-
hasCheckedForUpdates
private boolean hasCheckedForUpdates
-
-
Constructor Detail
-
NotificationModUpdateScreen
public NotificationModUpdateScreen(Button modButton)
-
-
Method Detail
-
render
public void render(MatrixStack mStack, int mouseX, int mouseY, float partialTicks)
- Specified by:
render
in interfaceIRenderable
- Overrides:
render
in classScreen
-
init
public static NotificationModUpdateScreen init(MainMenuScreen guiMainMenu, Button modButton)
-
-