Package net.minecraft.client.gui.screens
Class PauseScreen
java.lang.Object
net.minecraft.client.gui.components.events.AbstractContainerEventHandler
net.minecraft.client.gui.screens.Screen
net.minecraft.client.gui.screens.PauseScreen
- All Implemented Interfaces:
ContainerEventHandler,GuiEventListener,Renderable,TabOrderedElement
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class net.minecraft.client.gui.screens.Screen
Screen.NarratableSearchResult -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Componentprivate static final intprivate static final intprivate static final intprivate static final intprivate static final Tooltipprivate Buttonprivate static final ResourceLocationprivate static final Componentprivate static final Componentprivate static final intprivate static final Componentprivate static final Componentprivate static final Componentprivate static final Componentprivate static final Componentprivate static final Componentprivate static final Componentprivate final booleanprivate static final ComponentFields 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 TypeMethodDescription(package private) static voidaddFeedbackButtons(Screen pLastScreen, GridLayout.RowHelper pRowHelper) private voidaddFeedbackSubscreenAndCustomDialogButtons(Minecraft pMinecraft, Holder<Dialog> pCustomDialog, GridLayout.RowHelper pRowHelper) private voidprotected voidinit()private static ButtonopenLinkButton(Screen pLastScreen, Component pButtonText, URI pUri) private ButtonopenScreenButton(Component pMessage, Supplier<Screen> pScreenSupplier) voidrender(GuiGraphics p_281899_, int p_281431_, int p_283183_, float p_281435_) Renders the graphical user interface (GUI) element.voidrenderBackground(GuiGraphics p_295883_, int p_294974_, int p_295209_, float p_295290_) booleanbooleanvoidtick()Methods 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, onClose, 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
-
DRAFT_REPORT_SPRITE
-
COLUMNS
private static final int COLUMNS- See Also:
-
MENU_PADDING_TOP
private static final int MENU_PADDING_TOP- See Also:
-
BUTTON_PADDING
private static final int BUTTON_PADDING- See Also:
-
BUTTON_WIDTH_FULL
private static final int BUTTON_WIDTH_FULL- See Also:
-
BUTTON_WIDTH_HALF
private static final int BUTTON_WIDTH_HALF- See Also:
-
RETURN_TO_GAME
-
ADVANCEMENTS
-
STATS
-
SEND_FEEDBACK
-
REPORT_BUGS
-
FEEDBACK_SUBSCREEN
-
OPTIONS
-
SHARE_TO_LAN
-
PLAYER_REPORTING
-
GAME
-
PAUSED
-
CUSTOM_OPTIONS_TOOLTIP
-
showPauseMenu
private final boolean showPauseMenu -
disconnectButton
-
-
Constructor Details
-
PauseScreen
public PauseScreen(boolean pShowPauseMenu)
-
-
Method Details
-
showsPauseMenu
public boolean showsPauseMenu() -
init
protected void init() -
createPauseMenu
private void createPauseMenu() -
getCustomAdditions
-
addFeedbackButtons
-
addFeedbackSubscreenAndCustomDialogButtons
private void addFeedbackSubscreenAndCustomDialogButtons(Minecraft pMinecraft, Holder<Dialog> pCustomDialog, GridLayout.RowHelper pRowHelper) -
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_281899_- the GuiGraphics object used for rendering.p_281431_- the x-coordinate of the mouse cursor.p_283183_- the y-coordinate of the mouse cursor.p_281435_- the partial tick time.
-
renderBackground
- Overrides:
renderBackgroundin classScreen
-
rendersNowPlayingToast
public boolean rendersNowPlayingToast() -
openScreenButton
-
openLinkButton
-