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 Screen
MinecraftClient. currentScreen
The Minecraft client's currently open screen.Methods in net.minecraft.client with parameters of type Screen Modifier and Type Method Description void
MinecraftClient. disconnect(Screen screen)
void
MinecraftClient. method_29970(Screen screen)
void
MinecraftClient. openScreen(@Nullable Screen screen)
Opens a new screen, changing the current screen if needed.private void
MinecraftClient. 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 class
AddServerScreen
class
BackupPromptScreen
class
ChatScreen
class
ConfirmChatLinkScreen
class
ConfirmScreen
class
ConnectScreen
The connection screen is used to initiate a connection to a remote server.class
CreditsScreen
class
CustomizeBuffetLevelScreen
class
CustomizeFlatLevelScreen
class
DatapackFailureScreen
class
DeathScreen
class
DemoScreen
class
DialogScreen
class
DirectConnectScreen
class
DisconnectedScreen
class
DownloadingTerrainScreen
class
FatalErrorScreen
class
GameMenuScreen
class
GameModeSelectionScreen
class
LevelLoadingScreen
class
NoticeScreen
class
OpenToLanScreen
class
OutOfMemoryScreen
class
PresetsScreen
class
ProgressScreen
class
SaveLevelScreen
class
SleepingChatScreen
class
StatsScreen
class
TitleScreen
Fields in net.minecraft.client.gui.screen declared as Screen Modifier and Type Field Description private Screen
CommandSuggestor. owner
private Screen
AddServerScreen. parent
private @Nullable Screen
BackupPromptScreen. parent
private Screen
ConnectScreen. parent
private Screen
CustomizeBuffetLevelScreen. parent
private Screen
DirectConnectScreen. parent
private Screen
DisconnectedScreen. parent
private Screen
OpenToLanScreen. parent
protected Screen
StatsScreen. parent
private Screen
TitleScreen. realmsNotificationGui
Constructors 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 class
AdvancementsScreen
-
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 interface
HandledScreens.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 class
MultiplayerScreen
class
MultiplayerWarningScreen
class
SocialInteractionsScreen
Fields in net.minecraft.client.gui.screen.multiplayer declared as Screen Modifier and Type Field Description private Screen
MultiplayerScreen. parent
private Screen
MultiplayerWarningScreen. parent
Constructors 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 class
AccessibilityOptionsScreen
class
ChatOptionsScreen
class
ControlsOptionsScreen
class
GameOptionsScreen
class
LanguageOptionsScreen
class
MouseOptionsScreen
class
NarratorOptionsScreen
class
OptionsScreen
class
SkinOptionsScreen
class
SoundOptionsScreen
class
VideoOptionsScreen
Fields in net.minecraft.client.gui.screen.option declared as Screen Modifier and Type Field Description protected Screen
GameOptionsScreen. parent
private Screen
OptionsScreen. parent
Constructors 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 class
PackScreen
Fields in net.minecraft.client.gui.screen.pack declared as Screen Modifier and Type Field Description private Screen
PackScreen. parent
protected Screen
PackListWidget.ResourcePackEntry. screen
Constructors 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 class
CreateWorldScreen
class
EditGameRulesScreen
class
EditWorldScreen
class
OptimizeWorldScreen
class
SelectWorldScreen
Fields in net.minecraft.client.gui.screen.world declared as Screen Modifier and Type Field Description private Screen
CreateWorldScreen. parent
protected Screen
SelectWorldScreen. parent
Methods in net.minecraft.client.gui.screen.world with parameters of type Screen Modifier and Type Method Description static CreateWorldScreen
CreateWorldScreen. 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 Screen
ClientPlayNetworkHandler. loginScreen
private @Nullable Screen
ClientLoginNetworkHandler. parentScreen
Constructors 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 Screen
RealmsConnection. onlineScreen
Methods in net.minecraft.client.realms with parameters of type Screen Modifier and Type Method Description void
RealmsLabel. 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 class
DisconnectedRealmsScreen
class
RealmsBackupInfoScreen
class
RealmsBackupScreen
class
RealmsBridgeScreen
class
RealmsBrokenWorldScreen
class
RealmsClientOutdatedScreen
class
RealmsConfigureWorldScreen
class
RealmsConfirmScreen
class
RealmsCreateRealmScreen
class
RealmsDownloadLatestWorldScreen
class
RealmsGenericErrorScreen
class
RealmsInviteScreen
class
RealmsLongConfirmationScreen
class
RealmsLongRunningMcoTaskScreen
class
RealmsMainScreen
class
RealmsNotificationsScreen
class
RealmsParentalConsentScreen
class
RealmsPendingInvitesScreen
class
RealmsPlayerScreen
class
RealmsResetNormalWorldScreen
class
RealmsResetWorldScreen
class
RealmsScreen
class
RealmsSelectFileToUploadScreen
class
RealmsSelectWorldTemplateScreen
class
RealmsSettingsScreen
class
RealmsSlotOptionsScreen
class
RealmsSubscriptionInfoScreen
class
RealmsTermsScreen
class
RealmsUploadScreen
Fields in net.minecraft.client.realms.gui.screen declared as Screen Modifier and Type Field Description private Screen
RealmsMainScreen. lastScreen
private Screen
RealmsSubscriptionInfoScreen. mainScreen
private Screen
DisconnectedRealmsScreen. parent
private Screen
RealmsBackupInfoScreen. parent
private Screen
RealmsBrokenWorldScreen. parent
private Screen
RealmsClientOutdatedScreen. parent
private Screen
RealmsDownloadLatestWorldScreen. parent
private Screen
RealmsGenericErrorScreen. parent
private Screen
RealmsInviteScreen. parent
private Screen
RealmsLongRunningMcoTaskScreen. parent
private Screen
RealmsParentalConsentScreen. parent
private Screen
RealmsPendingInvitesScreen. parent
private Screen
RealmsResetWorldScreen. parent
private Screen
RealmsSubscriptionInfoScreen. parent
private Screen
RealmsTermsScreen. parent
private Screen
RealmsBridgeScreen. previousScreen
private static Screen
RealmsMainScreen. realmsGenericErrorScreen
Methods in net.minecraft.client.realms.gui.screen with parameters of type Screen Modifier and Type Method Description void
RealmsConfigureWorldScreen. closeTheWorld(Screen screen)
@Nullable RealmsScreen
RealmsBridgeScreen. getNotificationScreen(Screen parentScreen)
void
RealmsConfigureWorldScreen. openTheWorld(boolean join, Screen screen)
void
RealmsMainScreen. play(RealmsServer realmsServer, Screen screen)
void
RealmsBridgeScreen. 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 Screen
DownloadTask. lastScreen
private Screen
RealmsGetServerDetailsTask. lastScreen
private Screen
WorldCreationTask. lastScreen
private Screen
OpenServerTask. returnScreen
Methods in net.minecraft.client.realms.task with parameters of type Screen Modifier and Type Method Description static void
LongRunningTask. 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 RealmsLongConfirmationScreen
RealmsGetServerDetailsTask. 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 Screen
GeneratorType.ScreenProvider. createEditScreen(CreateWorldScreen screen, GeneratorOptions generatorOptions)