Uses of Class
net.minecraft.client.gui.screen.Screen
-
Uses of Screen in net.minecraft.client
Fields in net.minecraft.client declared as Screen Modifier and Type Field Description @Nullable ScreenMinecraftClient. currentScreenThe Minecraft client's currently open screen.Methods in net.minecraft.client with parameters of type Screen Modifier and Type Method Description voidMinecraftClient. disconnect(Screen screen)voidMinecraftClient. method_29970(Screen screen)voidMinecraftClient. openScreen(@Nullable Screen screen)Opens a new screen, changing the current screen if needed.private voidMinecraftClient. reset(Screen screen) -
Uses of Screen in net.minecraft.client.gui.screen
Subclasses of Screen in net.minecraft.client.gui.screen Modifier and Type Class Description classAddServerScreenclassBackupPromptScreenclassChatScreenclassConfirmChatLinkScreenclassConfirmScreenclassConnectScreenThe connection screen is used to initiate a connection to a remote server.classCreditsScreenclassCustomizeBuffetLevelScreenclassCustomizeFlatLevelScreenclassDatapackFailureScreenclassDeathScreenclassDemoScreenclassDialogScreenclassDirectConnectScreenclassDisconnectedScreenclassDownloadingTerrainScreenclassFatalErrorScreenclassGameMenuScreenclassGameModeSelectionScreenclassLevelLoadingScreenclassNoticeScreenclassOpenToLanScreenclassOutOfMemoryScreenclassPresetsScreenclassProgressScreenclassSaveLevelScreenclassSleepingChatScreenclassStatsScreenclassTitleScreenFields in net.minecraft.client.gui.screen declared as Screen Modifier and Type Field Description private ScreenCommandSuggestor. ownerprivate ScreenAddServerScreen. parentprivate @Nullable ScreenBackupPromptScreen. parentprivate ScreenConnectScreen. parentprivate ScreenCustomizeBuffetLevelScreen. parentprivate ScreenDirectConnectScreen. parentprivate ScreenDisconnectedScreen. parentprivate ScreenOpenToLanScreen. parentprotected ScreenStatsScreen. parentprivate ScreenTitleScreen. realmsNotificationGuiConstructors in net.minecraft.client.gui.screen with parameters of type Screen Constructor Description AddServerScreen(Screen parent, BooleanConsumer callback, ServerInfo server)BackupPromptScreen(@Nullable Screen parent, BackupPromptScreen.Callback callback, Text title, Text subtitle, boolean showEraseCacheCheckBox)CommandSuggestor(MinecraftClient client, Screen owner, TextFieldWidget textField, TextRenderer textRenderer, boolean slashRequired, boolean suggestingWhenEmpty, int inWindowIndexOffset, int maxSuggestionSize, boolean chatScreenSized, int color)ConnectScreen(Screen parent, MinecraftClient client, String address, int port)ConnectScreen(Screen parent, MinecraftClient client, ServerInfo entry)CustomizeBuffetLevelScreen(Screen parent, DynamicRegistryManager registryManager, Consumer<Biome> onDone, Biome biome)DirectConnectScreen(Screen parent, BooleanConsumer callback, ServerInfo server)DisconnectedScreen(Screen parent, Text text, Text reason)OpenToLanScreen(Screen parent)StatsScreen(Screen parent, StatHandler statHandler) -
Uses of Screen in net.minecraft.client.gui.screen.advancement
Subclasses of Screen in net.minecraft.client.gui.screen.advancement Modifier and Type Class Description classAdvancementsScreen -
Uses of Screen in net.minecraft.client.gui.screen.ingame
Classes in net.minecraft.client.gui.screen.ingame with type parameters of type Screen Modifier and Type Interface Description (package private) static interfaceHandledScreens.Provider<T extends ScreenHandler,U extends Screen & ScreenHandlerProvider<T>>Methods in net.minecraft.client.gui.screen.ingame with type parameters of type Screen Modifier and Type Method Description private static <M extends ScreenHandler, U extends Screen & ScreenHandlerProvider<M>>
voidHandledScreens. register(ScreenHandlerType<? extends M> type, HandledScreens.Provider<M,U> provider) -
Uses of Screen in net.minecraft.client.gui.screen.multiplayer
Subclasses of Screen in net.minecraft.client.gui.screen.multiplayer Modifier and Type Class Description classMultiplayerScreenclassMultiplayerWarningScreenclassSocialInteractionsScreenFields in net.minecraft.client.gui.screen.multiplayer declared as Screen Modifier and Type Field Description private ScreenMultiplayerScreen. parentprivate ScreenMultiplayerWarningScreen. parentConstructors in net.minecraft.client.gui.screen.multiplayer with parameters of type Screen Constructor Description MultiplayerScreen(Screen parent)MultiplayerWarningScreen(Screen parent) -
Uses of Screen in net.minecraft.client.gui.screen.option
Subclasses of Screen in net.minecraft.client.gui.screen.option Modifier and Type Class Description classAccessibilityOptionsScreenclassChatOptionsScreenclassControlsOptionsScreenclassGameOptionsScreenclassLanguageOptionsScreenclassMouseOptionsScreenclassNarratorOptionsScreenclassOptionsScreenclassSkinOptionsScreenclassSoundOptionsScreenclassVideoOptionsScreenFields in net.minecraft.client.gui.screen.option declared as Screen Modifier and Type Field Description protected ScreenGameOptionsScreen. parentprivate ScreenOptionsScreen. parentConstructors in net.minecraft.client.gui.screen.option with parameters of type Screen Constructor Description AccessibilityOptionsScreen(Screen parent, GameOptions gameOptions)ChatOptionsScreen(Screen parent, GameOptions options)ControlsOptionsScreen(Screen parent, GameOptions options)GameOptionsScreen(Screen parent, GameOptions gameOptions, Text title)LanguageOptionsScreen(Screen parent, GameOptions options, LanguageManager languageManager)MouseOptionsScreen(Screen parent, GameOptions gameOptions)NarratorOptionsScreen(Screen parent, GameOptions gameOptions, Text title, Option[] options)OptionsScreen(Screen parent, GameOptions gameOptions)SkinOptionsScreen(Screen parent, GameOptions gameOptions)SoundOptionsScreen(Screen parent, GameOptions options)VideoOptionsScreen(Screen parent, GameOptions options) -
Uses of Screen in net.minecraft.client.gui.screen.pack
Subclasses of Screen in net.minecraft.client.gui.screen.pack Modifier and Type Class Description classPackScreenFields in net.minecraft.client.gui.screen.pack declared as Screen Modifier and Type Field Description private ScreenPackScreen. parentprotected ScreenPackListWidget.ResourcePackEntry. screenConstructors in net.minecraft.client.gui.screen.pack with parameters of type Screen Constructor Description PackScreen(Screen parent, ResourcePackManager packManager, Consumer<ResourcePackManager> consumer, File file, Text title)ResourcePackEntry(MinecraftClient client, PackListWidget widget, Screen screen, ResourcePackOrganizer.Pack pack) -
Uses of Screen in net.minecraft.client.gui.screen.recipebook
Methods in net.minecraft.client.gui.screen.recipebook with parameters of type Screen Modifier and Type Method Description List<Text>AnimatedResultButton. getTooltip(Screen screen) -
Uses of Screen in net.minecraft.client.gui.screen.world
Subclasses of Screen in net.minecraft.client.gui.screen.world Modifier and Type Class Description classCreateWorldScreenclassEditGameRulesScreenclassEditWorldScreenclassOptimizeWorldScreenclassSelectWorldScreenFields in net.minecraft.client.gui.screen.world declared as Screen Modifier and Type Field Description private ScreenCreateWorldScreen. parentprotected ScreenSelectWorldScreen. parentMethods in net.minecraft.client.gui.screen.world with parameters of type Screen Modifier and Type Method Description static CreateWorldScreenCreateWorldScreen. create(@Nullable Screen parent)Constructors in net.minecraft.client.gui.screen.world with parameters of type Screen Constructor Description CreateWorldScreen(@Nullable Screen parent, DataPackSettings dataPackSettings, MoreOptionsDialog moreOptionsDialog)CreateWorldScreen(@Nullable Screen parent, LevelInfo levelInfo, GeneratorOptions generatorOptions, @Nullable Path dataPackTempDir, DataPackSettings dataPackSettings, DynamicRegistryManager.Impl registryManager)SelectWorldScreen(Screen parent) -
Uses of Screen in net.minecraft.client.network
Fields in net.minecraft.client.network declared as Screen Modifier and Type Field Description private ScreenClientPlayNetworkHandler. loginScreenprivate @Nullable ScreenClientLoginNetworkHandler. parentScreenConstructors in net.minecraft.client.network with parameters of type Screen Constructor Description ClientLoginNetworkHandler(ClientConnection connection, MinecraftClient client, @Nullable Screen parentGui, Consumer<Text> statusConsumer)ClientPlayNetworkHandler(MinecraftClient client, Screen screen, ClientConnection connection, com.mojang.authlib.GameProfile profile) -
Uses of Screen in net.minecraft.client.realms
Fields in net.minecraft.client.realms declared as Screen Modifier and Type Field Description private ScreenRealmsConnection. onlineScreenMethods in net.minecraft.client.realms with parameters of type Screen Modifier and Type Method Description voidRealmsLabel. render(Screen screen, MatrixStack matrices)Constructors in net.minecraft.client.realms with parameters of type Screen Constructor Description RealmsConnection(Screen onlineScreen) -
Uses of Screen in net.minecraft.client.realms.gui.screen
Subclasses of Screen in net.minecraft.client.realms.gui.screen Modifier and Type Class Description classDisconnectedRealmsScreenclassRealmsBackupInfoScreenclassRealmsBackupScreenclassRealmsBridgeScreenclassRealmsBrokenWorldScreenclassRealmsClientOutdatedScreenclassRealmsConfigureWorldScreenclassRealmsConfirmScreenclassRealmsCreateRealmScreenclassRealmsDownloadLatestWorldScreenclassRealmsGenericErrorScreenclassRealmsInviteScreenclassRealmsLongConfirmationScreenclassRealmsLongRunningMcoTaskScreenclassRealmsMainScreenclassRealmsNotificationsScreenclassRealmsParentalConsentScreenclassRealmsPendingInvitesScreenclassRealmsPlayerScreenclassRealmsResetNormalWorldScreenclassRealmsResetWorldScreenclassRealmsScreenclassRealmsSelectFileToUploadScreenclassRealmsSelectWorldTemplateScreenclassRealmsSettingsScreenclassRealmsSlotOptionsScreenclassRealmsSubscriptionInfoScreenclassRealmsTermsScreenclassRealmsUploadScreenFields in net.minecraft.client.realms.gui.screen declared as Screen Modifier and Type Field Description private ScreenRealmsMainScreen. lastScreenprivate ScreenRealmsSubscriptionInfoScreen. mainScreenprivate ScreenDisconnectedRealmsScreen. parentprivate ScreenRealmsBackupInfoScreen. parentprivate ScreenRealmsBrokenWorldScreen. parentprivate ScreenRealmsClientOutdatedScreen. parentprivate ScreenRealmsDownloadLatestWorldScreen. parentprivate ScreenRealmsGenericErrorScreen. parentprivate ScreenRealmsInviteScreen. parentprivate ScreenRealmsLongRunningMcoTaskScreen. parentprivate ScreenRealmsParentalConsentScreen. parentprivate ScreenRealmsPendingInvitesScreen. parentprivate ScreenRealmsResetWorldScreen. parentprivate ScreenRealmsSubscriptionInfoScreen. parentprivate ScreenRealmsTermsScreen. parentprivate ScreenRealmsBridgeScreen. previousScreenprivate static ScreenRealmsMainScreen. realmsGenericErrorScreenMethods in net.minecraft.client.realms.gui.screen with parameters of type Screen Modifier and Type Method Description voidRealmsConfigureWorldScreen. closeTheWorld(Screen screen)@Nullable RealmsScreenRealmsBridgeScreen. getNotificationScreen(Screen parentScreen)voidRealmsConfigureWorldScreen. openTheWorld(boolean join, Screen screen)voidRealmsMainScreen. play(RealmsServer realmsServer, Screen screen)voidRealmsBridgeScreen. switchToRealms(Screen parentScreen) -
Uses of Screen in net.minecraft.client.realms.task
Fields in net.minecraft.client.realms.task declared as Screen Modifier and Type Field Description private ScreenDownloadTask. lastScreenprivate ScreenRealmsGetServerDetailsTask. lastScreenprivate ScreenWorldCreationTask. lastScreenprivate ScreenOpenServerTask. returnScreenMethods in net.minecraft.client.realms.task with parameters of type Screen Modifier and Type Method Description static voidLongRunningTask. setScreen(Screen screen)Moved from Realms in 20w10a.Method parameters in net.minecraft.client.realms.task with type arguments of type Screen Modifier and Type Method Description private RealmsLongConfirmationScreenRealmsGetServerDetailsTask. method_32512(RealmsServerAddress realmsServerAddress, Function<RealmsServerAddress,Screen> function)Constructors in net.minecraft.client.realms.task with parameters of type Screen Constructor Description DownloadTask(long worldId, int slot, String downloadName, Screen lastScreen)OpenServerTask(RealmsServer realmsServer, Screen returnScreen, RealmsMainScreen mainScreen, boolean join)RealmsConnectTask(Screen lastScreen, RealmsServer realmsServer, RealmsServerAddress realmsServerAddress)RealmsGetServerDetailsTask(RealmsMainScreen mainScreen, Screen lastScreen, RealmsServer server, ReentrantLock connectLock)WorldCreationTask(long worldId, String name, String motd, Screen lastScreen) -
Uses of Screen in net.minecraft.client.world
Methods in net.minecraft.client.world that return Screen Modifier and Type Method Description ScreenGeneratorType.ScreenProvider. createEditScreen(CreateWorldScreen screen, GeneratorOptions generatorOptions)