类 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
- 所有已实现的接口:
ContainerEventHandler
,GuiEventListener
,Renderable
,TabOrderedElement
-
嵌套类概要
从类继承的嵌套类/接口 net.minecraft.client.gui.screens.Screen
Screen.NarratableSearchResult
-
字段概要
字段修饰符和类型字段说明private static final ResourceLocation
private final Screen
private static final int
private static final int
private static final int
private static final int
private static final int
private static final int
private static List
<ResourceLocation> private int
private int
private static final Component
private Button
private static final WidgetSprites
private static final int
private static final int
private static final int
private static final int
private static final Component
private static final int
private static final ResourceLocation
private final boolean
private static final int
从类继承的字段 net.minecraft.realms.RealmsScreen
COLOR_DARK_GRAY, COLOR_GREEN, COLOR_LINK, COLOR_LINK_HOVER, COLOR_MEDIUM_GRAY, EXPIRATION_NOTIFICATION_DAYS, HARDCORE_HEART_SIZE, SIZE_LIMIT, SKIN_FACE_SIZE, TITLE_HEIGHT
从类继承的字段 net.minecraft.client.gui.screens.Screen
CUBE_MAP, font, FOOTER_SEPARATOR, HEADER_SEPARATOR, height, INWORLD_FOOTER_SEPARATOR, INWORLD_HEADER_SEPARATOR, MENU_BACKGROUND, minecraft, narratorButton, PANORAMA, renderables, screenExecutor, title, width
从接口继承的字段 net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private int
bottom()
protected void
init()
private int
left()
void
onClose()
void
render
(GuiGraphics p_343598_, int p_345006_, int p_344976_, float p_344035_) void
renderBackground
(GuiGraphics p_342694_, int p_344023_, int p_343288_, float p_342519_) static void
renderDiamond
(GuiGraphics p_343266_, Button p_345176_) private int
right()
void
tick()
private int
top()
static void
updateCarouselImages
(ResourceManager p_345419_) 从类继承的方法 net.minecraft.realms.RealmsScreen
addLabel, createLabelNarration, row
从类继承的方法 net.minecraft.client.gui.screens.Screen
added, addRenderableOnly, addRenderableWidget, addWidget, afterKeyboardAction, afterMouseAction, afterMouseMove, changeFocus, children, clearFocus, clearTooltipForNextRenderPass, clearWidgets, fillCrashDetails, findNarratableWidget, getBackgroundMusic, getFont, getMinecraft, getNarrationMessage, getRectangle, getTitle, getTooltipFromItem, getUsageNarration, handleComponentClicked, handleDelayedNarration, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, keyPressed, onFilesDrop, rebuildWidgets, removed, removeWidget, renderBlurredBackground, renderMenuBackground, renderMenuBackground, renderMenuBackgroundTexture, renderPanorama, renderTransparentBackground, renderWithTooltip, repositionElements, resize, setInitialFocus, setInitialFocus, setTooltipForNextRenderPass, setTooltipForNextRenderPass, setTooltipForNextRenderPass, setTooltipForNextRenderPass, shouldCloseOnEsc, shouldNarrateNavigation, showsActiveEffects, triggerImmediateNarration, updateNarratedWidget, updateNarrationState, updateNarratorStatus
从类继承的方法 net.minecraft.client.gui.components.events.AbstractContainerEventHandler
getFocused, isDragging, setDragging, setFocused
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.client.gui.components.events.ContainerEventHandler
charTyped, getChildAt, getCurrentFocusPath, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, nextFocusPath, setFocused
从接口继承的方法 net.minecraft.client.gui.components.events.GuiEventListener
getBorderForArrowNavigation, mouseMoved
从接口继承的方法 net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup
-
字段详细资料
-
POPUP_TEXT
-
CLOSE_TEXT
-
BACKGROUND_SPRITE
-
TRIAL_AVAILABLE_SPRITE
-
CROSS_BUTTON_SPRITES
-
BG_TEXTURE_WIDTH
private static final int BG_TEXTURE_WIDTH- 另请参阅:
-
BG_TEXTURE_HEIGHT
private static final int BG_TEXTURE_HEIGHT- 另请参阅:
-
BG_BORDER_SIZE
private static final int BG_BORDER_SIZE- 另请参阅:
-
IMAGE_WIDTH
private static final int IMAGE_WIDTH- 另请参阅:
-
IMAGE_HEIGHT
private static final int IMAGE_HEIGHT- 另请参阅:
-
BUTTON_SPACING
private static final int BUTTON_SPACING- 另请参阅:
-
PADDING
private static final int PADDING- 另请参阅:
-
WIDTH
private static final int WIDTH- 另请参阅:
-
HEIGHT
private static final int HEIGHT- 另请参阅:
-
TEXT_WIDTH
private static final int TEXT_WIDTH- 另请参阅:
-
BUTTON_WIDTH
private static final int BUTTON_WIDTH- 另请参阅:
-
CAROUSEL_SWITCH_INTERVAL
private static final int CAROUSEL_SWITCH_INTERVAL- 另请参阅:
-
carouselImages
-
backgroundScreen
-
trialAvailable
private final boolean trialAvailable -
createTrialButton
-
carouselIndex
private int carouselIndex -
carouselTick
private int carouselTick
-
-
构造器详细资料
-
AddRealmPopupScreen
-
-
方法详细资料
-
updateCarouselImages
-
init
protected void init() -
tick
public void tick() -
render
- 指定者:
render
在接口中Renderable
- 覆盖:
render
在类中Screen
-
renderDiamond
-
renderBackground
- 覆盖:
renderBackground
在类中Screen
-
left
private int left() -
top
private int top() -
right
private int right() -
bottom
private int bottom() -
onClose
public void onClose()
-