Class DialogScreen.WarningScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ConfirmScreen
net.minecraft.client.gui.screen.dialog.DialogScreen.WarningScreen
- All Implemented Interfaces:
Drawable,Element,Navigable,ParentElement
- Enclosing class:
DialogScreen<T extends Dialog>
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/dialog/DialogScreen$WarningScreenintermediary net/minecraft/class_11473$class_11514official gnc$a
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
FieldsFields inherited from class net.minecraft.client.gui.screen.ConfirmScreen
callback, layout, noButton, noText, yesButton, yesTextFields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, field_60460, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, narratorToggleButton, textRenderer, title, width -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateWarningScreen(MinecraftClient client, DialogNetworkAccess dialogNetworkAccess, MutableObject<Screen> dialogScreen) -
Method Summary
Modifier and TypeMethodDescriptionstatic Screencreate(MinecraftClient client, DialogNetworkAccess dialogNetworkAccess, Screen dialogScreen) voidsetDialogScreen(@Nullable Screen screen) Methods inherited from class net.minecraft.client.gui.screen.ConfirmScreen
addButtons, disableButtons, getNarratedTitle, init, initExtras, keyPressed, refreshWidgetPositions, shouldCloseOnEsc, tickMethods inherited from class net.minecraft.client.gui.screen.Screen
addCrashReportSection, addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, allowRotatingPanorama, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, blur, canInterruptOtherScreen, children, clearAndInit, clearChildren, close, deferSubtitles, findSelectedElementData, getMusic, getNavigationFocus, getTextRenderer, getTitle, getTooltipFromItem, getUsageNarrationText, handleBasicClickEvent, handleClickEvent, handleClickEvent, handleOpenUri, handleRunCommand, handleTextClick, hasUsageText, init, insertText, isMouseOver, isValidCharacterForName, keepOpenThroughPortal, narrateScreenIfNarrationEnabled, onDisplayed, onFilesDropped, refreshNarrator, remove, removed, render, renderBackground, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, setInitialFocus, setWidgetAlpha, shouldPause, showsStatusEffects, switchFocus, updateNarratorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
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.Element
getBorder, isClickable, mouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
-
Field Details
-
dialogScreen
- Mappings:
Namespace Name Mixin selector named dialogScreenLnet/minecraft/client/gui/screen/dialog/DialogScreen$WarningScreen;dialogScreen:Lorg/apache/commons/lang3/mutable/MutableObject;intermediary field_60875Lnet/minecraft/class_11473$class_11514;field_60875:Lorg/apache/commons/lang3/mutable/MutableObject;official tLgnc$a;t:Lorg/apache/commons/lang3/mutable/MutableObject;
-
-
Constructor Details
-
WarningScreen
private WarningScreen(MinecraftClient client, DialogNetworkAccess dialogNetworkAccess, MutableObject<Screen> dialogScreen) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gui/screen/dialog/DialogScreen$WarningScreen;<init>(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/client/gui/screen/dialog/DialogNetworkAccess;Lorg/apache/commons/lang3/mutable/MutableObject;)Vintermediary <init>Lnet/minecraft/class_11473$class_11514;<init>(Lnet/minecraft/class_310;Lnet/minecraft/class_11513;Lorg/apache/commons/lang3/mutable/MutableObject;)Vofficial <init>Lgnc$a;<init>(Lfzz;Lgmz;Lorg/apache/commons/lang3/mutable/MutableObject;)V
-
-
Method Details
-
create
public static Screen create(MinecraftClient client, DialogNetworkAccess dialogNetworkAccess, Screen dialogScreen) - Mappings:
Namespace Name Mixin selector named createLnet/minecraft/client/gui/screen/dialog/DialogScreen$WarningScreen;create(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/client/gui/screen/dialog/DialogNetworkAccess;Lnet/minecraft/client/gui/screen/Screen;)Lnet/minecraft/client/gui/screen/Screen;intermediary method_72007Lnet/minecraft/class_11473$class_11514;method_72007(Lnet/minecraft/class_310;Lnet/minecraft/class_11513;Lnet/minecraft/class_437;)Lnet/minecraft/class_437;official aLgnc$a;a(Lfzz;Lgmz;Lgmj;)Lgmj;
-
getDialogScreen
- Mappings:
Namespace Name Mixin selector named getDialogScreenLnet/minecraft/client/gui/screen/dialog/DialogScreen$WarningScreen;getDialogScreen()Lnet/minecraft/client/gui/screen/Screen;intermediary method_72010Lnet/minecraft/class_11473$class_11514;method_72010()Lnet/minecraft/class_437;official oLgnc$a;o()Lgmj;
-
setDialogScreen
- Mappings:
Namespace Name Mixin selector named setDialogScreenLnet/minecraft/client/gui/screen/dialog/DialogScreen$WarningScreen;setDialogScreen(Lnet/minecraft/client/gui/screen/Screen;)Vintermediary method_72009Lnet/minecraft/class_11473$class_11514;method_72009(Lnet/minecraft/class_437;)Vofficial aLgnc$a;a(Lgmj;)V
-