Class AddRealmPopupScreen
java.lang.Object
net.minecraft.client.gui.components.events.AbstractContainerEventHandler
net.minecraft.client.gui.screens.Screen
net.minecraft.realms.RealmsScreen
com.mojang.realmsclient.gui.screens.AddRealmPopupScreen
- All Implemented Interfaces:
ContainerEventHandler,GuiEventListener,Renderable,TabOrderedElement
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screens.Screen
Screen.NarratableSearchResult -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final ResourceLocationprivate final Screenprivate static final intprivate static final intprivate static final intprivate static final intprivate static List<ResourceLocation> private intprivate intprivate static final Componentprivate Buttonprivate static final WidgetSpritesprivate static final intprivate static final intprivate static final intprivate static final intprivate static final Componentprivate static final intprivate static final ResourceLocationprivate final booleanprivate static final intFields inherited from class net.minecraft.realms.RealmsScreen
COLOR_DARK_GRAY, COLOR_GREEN, COLOR_LINK, COLOR_LINK_HOVER, COLOR_MEDIUM_GRAY, EXPIRATION_NOTIFICATION_DAYS, HARDCORE_HEART_SIZE, LOGO_HEIGHT, LOGO_LOCATION, LOGO_TEXTURE_HEIGHT, LOGO_TEXTURE_WIDTH, LOGO_WIDTH, SIZE_LIMIT, SKIN_FACE_SIZE, TITLE_HEIGHTFields inherited from class net.minecraft.client.gui.screens.Screen
FADE_IN_TIME, font, FOOTER_SEPARATOR, HEADER_SEPARATOR, height, INWORLD_FOOTER_SEPARATOR, INWORLD_HEADER_SEPARATOR, MENU_BACKGROUND, minecraft, narratorButton, renderables, screenExecutor, title, width -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate intbottom()protected voidinit()private intleft()voidonClose()voidrender(GuiGraphics p_345725_, int p_345936_, int p_345896_, float p_345975_) Renders the graphical user interface (GUI) element.voidrenderBackground(GuiGraphics p_346027_, int p_345796_, int p_345649_, float p_345603_) static voidrenderDiamond(GuiGraphics pGuiGraphics, Button pButton) private intright()voidtick()private inttop()static voidupdateCarouselImages(ResourceManager pResourceManager) Methods inherited from class net.minecraft.realms.RealmsScreen
addLabel, createLabelNarration, realmsLogo, rowMethods inherited from class net.minecraft.client.gui.screens.Screen
added, addRenderableOnly, addRenderableWidget, addWidget, afterKeyboardAction, afterMouseAction, afterMouseMove, canInterruptWithAnotherScreen, changeFocus, children, clearFocus, clearWidgets, clickCommandAction, clickUrlAction, defaultHandleClickEvent, defaultHandleGameClickEvent, fadeWidgets, fillCrashDetails, findNarratableWidget, getBackgroundMusic, getFont, getMinecraft, getNarrationMessage, getRectangle, getTitle, getTooltipFromItem, getUsageNarration, handleClickEvent, handleComponentClicked, handleDelayedNarration, init, insertText, isAllowedInPortal, isInGameUi, isMouseOver, isPauseScreen, isValidCharacterForName, keyPressed, onFilesDrop, panoramaShouldSpin, rebuildWidgets, removed, removeWidget, renderBlurredBackground, renderMenuBackground, renderMenuBackground, renderMenuBackgroundTexture, renderPanorama, renderTransparentBackground, renderWithTooltipAndSubtitles, repositionElements, resize, setInitialFocus, setInitialFocus, shouldCloseOnEsc, shouldNarrateNavigation, showsActiveEffects, triggerImmediateNarration, updateNarratedWidget, updateNarrationState, updateNarratorStatusMethods inherited from class net.minecraft.client.gui.components.events.AbstractContainerEventHandler
getFocused, isDragging, setDragging, setFocusedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.components.events.ContainerEventHandler
charTyped, getChildAt, getCurrentFocusPath, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, nextFocusPath, setFocusedMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
getBorderForArrowNavigation, mouseMoved, shouldTakeFocusAfterInteractionMethods inherited from interface net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup
-
Field Details
-
POPUP_TEXT
-
CLOSE_TEXT
-
BACKGROUND_SPRITE
-
TRIAL_AVAILABLE_SPRITE
-
CROSS_BUTTON_SPRITES
-
IMAGE_WIDTH
private static final int IMAGE_WIDTH- See Also:
-
IMAGE_HEIGHT
private static final int IMAGE_HEIGHT- See Also:
-
BG_BORDER_SIZE
private static final int BG_BORDER_SIZE- See Also:
-
BUTTON_SPACING
private static final int BUTTON_SPACING- See Also:
-
PADDING
private static final int PADDING- See Also:
-
WIDTH
private static final int WIDTH- See Also:
-
HEIGHT
private static final int HEIGHT- See Also:
-
TEXT_WIDTH
private static final int TEXT_WIDTH- See Also:
-
BUTTON_WIDTH
private static final int BUTTON_WIDTH- See Also:
-
CAROUSEL_SWITCH_INTERVAL
private static final int CAROUSEL_SWITCH_INTERVAL- See Also:
-
carouselImages
-
backgroundScreen
-
trialAvailable
private final boolean trialAvailable -
createTrialButton
-
carouselIndex
private int carouselIndex -
carouselTick
private int carouselTick
-
-
Constructor Details
-
AddRealmPopupScreen
-
-
Method Details
-
updateCarouselImages
-
init
protected void init() -
tick
public void tick() -
render
Description copied from interface:RenderableRenders the graphical user interface (GUI) element.- Specified by:
renderin interfaceRenderable- Overrides:
renderin classScreen- Parameters:
p_345725_- the GuiGraphics object used for rendering.p_345936_- the x-coordinate of the mouse cursor.p_345896_- the y-coordinate of the mouse cursor.p_345975_- the partial tick time.
-
renderDiamond
-
renderBackground
- Overrides:
renderBackgroundin classScreen
-
left
private int left() -
top
private int top() -
right
private int right() -
bottom
private int bottom() -
onClose
public void onClose()
-