Class RealmsNotificationsScreen
- java.lang.Object
-
- net.minecraft.client.gui.AbstractGui
-
- net.minecraft.client.gui.FocusableGui
-
- net.minecraft.client.gui.screen.Screen
-
- net.minecraft.realms.RealmsScreen
-
- com.mojang.realmsclient.gui.screens.RealmsNotificationsScreen
-
- All Implemented Interfaces:
IGuiEventListener
,INestedGuiEventHandler
,IRenderable
,IScreen
public class RealmsNotificationsScreen extends RealmsScreen
-
-
Field Summary
Fields Modifier and Type Field Description private static boolean
checkedMcoAvailability
private static boolean
hasUnreadNews
private static ResourceLocation
INVITE_ICON_LOCATION
private static ResourceLocation
NEWS_ICON_LOCATION
private int
numberOfPendingInvites
private static RealmsDataFetcher
REALMS_DATA_FETCHER
private static ResourceLocation
TRIAL_ICON_LOCATION
private static boolean
trialAvailable
private static boolean
validClient
-
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 RealmsNotificationsScreen()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
checkIfMcoEnabled()
private void
drawIcons(MatrixStack p_237857_1_, int p_237857_2_, int p_237857_3_)
private boolean
getRealmsNotificationsEnabled()
void
init()
private boolean
inTitleScreen()
void
removed()
void
render(MatrixStack p_230430_1_, int p_230430_2_, int p_230430_3_, float p_230430_4_)
void
tick()
-
Methods inherited from class net.minecraft.realms.RealmsScreen
narrateLabels, row
-
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, renderBackground, renderBackground, renderComponentHoverEffect, renderComponentTooltip, renderDirtBackground, renderTooltip, renderTooltip, renderTooltip, renderToolTip, renderWrappedToolTip, resize, sendMessage, sendMessage, shouldCloseOnEsc, 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
-
INVITE_ICON_LOCATION
private static final ResourceLocation INVITE_ICON_LOCATION
-
TRIAL_ICON_LOCATION
private static final ResourceLocation TRIAL_ICON_LOCATION
-
NEWS_ICON_LOCATION
private static final ResourceLocation NEWS_ICON_LOCATION
-
REALMS_DATA_FETCHER
private static final RealmsDataFetcher REALMS_DATA_FETCHER
-
numberOfPendingInvites
private volatile int numberOfPendingInvites
-
checkedMcoAvailability
private static boolean checkedMcoAvailability
-
trialAvailable
private static boolean trialAvailable
-
validClient
private static boolean validClient
-
hasUnreadNews
private static boolean hasUnreadNews
-
-
Method Detail
-
tick
public void tick()
- Specified by:
tick
in interfaceIScreen
- Overrides:
tick
in classRealmsScreen
-
getRealmsNotificationsEnabled
private boolean getRealmsNotificationsEnabled()
-
inTitleScreen
private boolean inTitleScreen()
-
checkIfMcoEnabled
private void checkIfMcoEnabled()
-
render
public void render(MatrixStack p_230430_1_, int p_230430_2_, int p_230430_3_, float p_230430_4_)
- Specified by:
render
in interfaceIRenderable
- Overrides:
render
in classScreen
-
drawIcons
private void drawIcons(MatrixStack p_237857_1_, int p_237857_2_, int p_237857_3_)
-
-