Uses of Class
net.minecraft.client.gui.screen.Screen
Packages that use Screen
Package
Description
-
Uses of Screen in net.minecraft.client
Fields in net.minecraft.client declared as ScreenModifier and TypeFieldDescriptionMinecraftClient.currentScreenThe Minecraft client's currently open screen.Methods in net.minecraft.client with parameters of type ScreenModifier and TypeMethodDescriptionvoidMinecraftClient.disconnect(Screen screen)voidMinecraftClient.method_29970(Screen screen)voidMinecraftClient.openScreen(@Nullable Screen screen)Opens a new screen, changing the current screen if needed.private void -
Uses of Screen in net.minecraft.client.gui.screen
Subclasses of Screen in net.minecraft.client.gui.screenModifier and TypeClassDescriptionclassclassclassclassclassclassThe connection screen is used to initiate a connection to a remote server.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.client.gui.screen declared as ScreenModifier and TypeFieldDescription(package private) ScreenCommandSuggestor.ownerprivate ScreenAddServerScreen.parentBackupPromptScreen.parent(package private) ScreenConnectScreen.parentprivate ScreenCustomizeBuffetLevelScreen.parentprivate ScreenDirectConnectScreen.parentprivate ScreenDisconnectedScreen.parentprivate ScreenOpenToLanScreen.parentprotected ScreenStatsScreen.parentprivate ScreenTitleScreen.realmsNotificationGuiMethods in net.minecraft.client.gui.screen with parameters of type ScreenModifier and TypeMethodDescriptionstatic voidConnectScreen.connect(Screen screen, MinecraftClient client, ServerAddress address, @Nullable ServerInfo info)Constructors in net.minecraft.client.gui.screen with parameters of type ScreenModifierConstructorDescriptionAddServerScreen(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 slashOptional, boolean suggestingWhenEmpty, int inWindowIndexOffset, int maxSuggestionSize, boolean chatScreenSized, int color)privateConnectScreen(Screen parent)CustomizeBuffetLevelScreen(Screen parent, DynamicRegistryManager registryManager, Consumer<Biome> onDone, Biome biome)DirectConnectScreen(Screen parent, BooleanConsumer callback, ServerInfo server)DisconnectedScreen(Screen parent, Text title, 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 -
Uses of Screen in net.minecraft.client.gui.screen.ingame
Classes in net.minecraft.client.gui.screen.ingame with type parameters of type ScreenModifier and TypeInterfaceDescriptionprivate static interfaceHandledScreens.Provider<T extends ScreenHandler,U extends Screen & ScreenHandlerProvider<T>>Subclasses of Screen in net.minecraft.client.gui.screen.ingameModifier and TypeClassDescriptionclassclassclassAbstractInventoryScreen<T extends ScreenHandler>classclassclassclassclassclassclassclassclassclassclassclassForgingScreen<T extends ForgingScreenHandler>classclassclassclassclassHandledScreen<T extends ScreenHandler>classclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in net.minecraft.client.gui.screen.ingame with type parameters of type ScreenModifier and TypeMethodDescriptionprivate 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.multiplayerModifier and TypeClassDescriptionclassclassclassFields in net.minecraft.client.gui.screen.multiplayer declared as ScreenModifier and TypeFieldDescriptionprivate ScreenMultiplayerScreen.parentprivate ScreenMultiplayerWarningScreen.parentConstructors in net.minecraft.client.gui.screen.multiplayer with parameters of type ScreenModifierConstructorDescriptionMultiplayerScreen(Screen parent)MultiplayerWarningScreen(Screen parent) -
Uses of Screen in net.minecraft.client.gui.screen.option
Subclasses of Screen in net.minecraft.client.gui.screen.optionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.client.gui.screen.option declared as ScreenModifier and TypeFieldDescriptionprotected ScreenGameOptionsScreen.parentprivate ScreenOptionsScreen.parentConstructors in net.minecraft.client.gui.screen.option with parameters of type ScreenModifierConstructorDescriptionAccessibilityOptionsScreen(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.packFields in net.minecraft.client.gui.screen.pack declared as ScreenModifier and TypeFieldDescriptionprivate ScreenPackScreen.parentprotected ScreenPackListWidget.ResourcePackEntry.screenConstructors in net.minecraft.client.gui.screen.pack with parameters of type ScreenModifierConstructorDescriptionPackScreen(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 -
Uses of Screen in net.minecraft.client.gui.screen.world
Subclasses of Screen in net.minecraft.client.gui.screen.worldModifier and TypeClassDescriptionclassclassclassclassclassFields in net.minecraft.client.gui.screen.world declared as ScreenModifier and TypeFieldDescriptionprivate ScreenCreateWorldScreen.parentprotected ScreenSelectWorldScreen.parentMethods in net.minecraft.client.gui.screen.world with parameters of type ScreenConstructors in net.minecraft.client.gui.screen.world with parameters of type ScreenModifierConstructorDescriptionprivateCreateWorldScreen(@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 ScreenModifier and TypeFieldDescriptionprivate ScreenClientPlayNetworkHandler.loginScreenClientLoginNetworkHandler.parentScreenConstructors in net.minecraft.client.network with parameters of type ScreenModifierConstructorDescriptionClientLoginNetworkHandler(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 ScreenConstructors in net.minecraft.client.realms with parameters of type Screen -
Uses of Screen in net.minecraft.client.realms.gui.screen
Subclasses of Screen in net.minecraft.client.realms.gui.screenModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.client.realms.gui.screen declared as ScreenModifier and TypeFieldDescription(package private) ScreenRealmsMainScreen.lastScreen(package private) 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.parent(package private) static ScreenRealmsMainScreen.realmsGenericErrorScreenMethods in net.minecraft.client.realms.gui.screen with parameters of type ScreenModifier and TypeMethodDescriptionvoidRealmsConfigureWorldScreen.closeTheWorld(Screen screen)voidRealmsConfigureWorldScreen.openTheWorld(boolean join, Screen screen)voidRealmsMainScreen.play(RealmsServer realmsServer, Screen screen)Constructors in net.minecraft.client.realms.gui.screen with parameters of type ScreenModifierConstructorDescriptionDisconnectedRealmsScreen(Screen parent, Text title, Text reason)RealmsBackupInfoScreen(Screen parent, Backup backup)RealmsBrokenWorldScreen(Screen parent, RealmsMainScreen mainScreen, long serverId, boolean bool)RealmsClientOutdatedScreen(Screen parent, boolean outdated)RealmsDownloadLatestWorldScreen(Screen parent, WorldDownload worldDownload, String worldName, BooleanConsumer booleanConsumer)RealmsGenericErrorScreen(RealmsServiceException realmsServiceException, Screen parent)RealmsGenericErrorScreen(Text line2, Screen parent)RealmsGenericErrorScreen(Text line1, Text line2, Screen parent)RealmsInviteScreen(RealmsConfigureWorldScreen configureScreen, Screen parent, RealmsServer serverData)RealmsLongRunningMcoTaskScreen(Screen parent, LongRunningTask task)RealmsMainScreen(Screen screen)RealmsParentalConsentScreen(Screen parent)RealmsPendingInvitesScreen(Screen parent)RealmsResetWorldScreen(Screen screen, RealmsServer realmsServer, Runnable runnable, Runnable runnable2)RealmsResetWorldScreen(Screen parent, RealmsServer server, Text text, Runnable runnable, Runnable runnable2)RealmsResetWorldScreen(Screen parent, RealmsServer server, Text title, Text subtitle, int subtitleColor, Text buttonTitle, Runnable resetCallback, Runnable selectFileUploadCallback)RealmsSubscriptionInfoScreen(Screen parent, RealmsServer serverData, Screen mainScreen)RealmsTermsScreen(Screen parent, RealmsMainScreen mainScreen, RealmsServer realmsServer) -
Uses of Screen in net.minecraft.client.realms.task
Fields in net.minecraft.client.realms.task declared as ScreenModifier and TypeFieldDescriptionprivate ScreenDownloadTask.lastScreenprivate ScreenRealmsGetServerDetailsTask.lastScreenprivate ScreenWorldCreationTask.lastScreenprivate ScreenOpenServerTask.returnScreenMethods in net.minecraft.client.realms.task with parameters of type ScreenModifier and TypeMethodDescriptionstatic voidMoved from Realms in 20w10a.Method parameters in net.minecraft.client.realms.task with type arguments of type ScreenModifier and TypeMethodDescriptionprivate RealmsLongConfirmationScreenRealmsGetServerDetailsTask.createResourcePackConfirmationScreen(RealmsServerAddress address, Function<RealmsServerAddress,Screen> connectingScreenCreator)Constructors in net.minecraft.client.realms.task with parameters of type ScreenModifierConstructorDescriptionDownloadTask(long worldId, int slot, String downloadName, Screen lastScreen)OpenServerTask(RealmsServer realmsServer, Screen returnScreen, RealmsMainScreen mainScreen, boolean join)RealmsConnectTask(Screen lastScreen, RealmsServer server, RealmsServerAddress address)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 ScreenModifier and TypeMethodDescriptionGeneratorType.ScreenProvider.createEditScreen(CreateWorldScreen screen, GeneratorOptions generatorOptions)