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 Component
private static final int
private static final int
private static final int
private static final int
private static final Tooltip
private Button
private static final ResourceLocation
private static final Component
private static final Component
private static final int
private static final Component
private static final Component
private static final Component
private static final Component
private static final Component
private static final Component
private static final Component
private final boolean
private static final Component
Fields 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
Fields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static void
addFeedbackButtons
(Screen pLastScreen, GridLayout.RowHelper pRowHelper) private void
addFeedbackSubscreenAndCustomDialogButtons
(Minecraft pMinecraft, Holder<Dialog> pCustomDialog, GridLayout.RowHelper pRowHelper) private void
static void
disconnectFromWorld
(Minecraft pMinecraft, Component pReason) protected void
init()
private static Button
openLinkButton
(Screen pLastScreen, Component pButtonText, URI pUri) private Button
openScreenButton
(Component pMessage, Supplier<Screen> pScreenSupplier) void
render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.void
renderBackground
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) boolean
boolean
void
tick()
Methods inherited from class net.minecraft.client.gui.screens.Screen
added, addRenderableOnly, addRenderableWidget, addWidget, afterKeyboardAction, afterMouseAction, afterMouseMove, changeFocus, children, clearFocus, clearWidgets, clickCommandAction, clickUrlAction, defaultHandleClickEvent, defaultHandleGameClickEvent, fadeWidgets, fillCrashDetails, findNarratableWidget, getBackgroundMusic, getFont, getMinecraft, getNarrationMessage, getRectangle, getTitle, getTooltipFromItem, getUsageNarration, handleClickEvent, handleComponentClicked, handleDelayedNarration, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, keyPressed, onClose, onFilesDrop, rebuildWidgets, removed, removeWidget, renderBlurredBackground, renderMenuBackground, renderMenuBackground, renderMenuBackgroundTexture, renderPanorama, renderTransparentBackground, renderWithTooltip, repositionElements, resize, setInitialFocus, setInitialFocus, shouldCloseOnEsc, shouldNarrateNavigation, showsActiveEffects, triggerImmediateNarration, updateNarratedWidget, updateNarrationState, updateNarratorStatus
Methods inherited from class net.minecraft.client.gui.components.events.AbstractContainerEventHandler
getFocused, isDragging, setDragging, setFocused
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.components.events.ContainerEventHandler
charTyped, getChildAt, getCurrentFocusPath, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, nextFocusPath, setFocused
Methods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
getBorderForArrowNavigation, mouseMoved
Methods 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) -
disconnectFromWorld
-
tick
public void tick() -
render
Renders the graphical user interface (GUI) element.- Specified by:
render
in interfaceRenderable
- Overrides:
render
in classScreen
- Parameters:
pGuiGraphics
- the GuiGraphics object used for rendering.pMouseX
- the x-coordinate of the mouse cursor.pMouseY
- the y-coordinate of the mouse cursor.pPartialTick
- the partial tick time.
-
renderBackground
public void renderBackground(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) - Overrides:
renderBackground
in classScreen
-
rendersNowPlayingToast
public boolean rendersNowPlayingToast() -
openScreenButton
-
openLinkButton
-