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.currentScreen
The Minecraft client's currently open screen.Methods in net.minecraft.client with parameters of type ScreenModifier and TypeMethodDescriptionvoid
MinecraftClient.disconnect
(Screen screen) private void
void
Sets the current screen to a new screen.void
MinecraftClient.setScreenAndRender
(Screen screen) -
Uses of Screen in net.minecraft.client.gui.screen
Subclasses of Screen in net.minecraft.client.gui.screenModifier and TypeClassDescriptionclass
class
class
A screen that allows player to input a chat message.class
class
class
The connection screen is used to initiate a connection to a remote server.class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
A screen that is used for indicating that a task is running or has finished running (either successfully or unsuccessfully).class
class
Fields in net.minecraft.client.gui.screen declared as ScreenModifier and TypeFieldDescriptionprivate final Screen
Realms32BitWarningScreen.field_39353
(package private) final Screen
ChatInputSuggestor.owner
private final Screen
AddServerScreen.parent
private final Screen
BackupPromptScreen.parent
(package private) final Screen
ConnectScreen.parent
private final Screen
CustomizeBuffetLevelScreen.parent
private final Screen
DirectConnectScreen.parent
private final Screen
DisconnectedScreen.parent
private final Screen
OpenToLanScreen.parent
protected final Screen
StatsScreen.parent
Methods in net.minecraft.client.gui.screen with parameters of type ScreenModifier and TypeMethodDescriptionstatic void
ConnectScreen.connect
(Screen screen, MinecraftClient client, ServerAddress address, ServerInfo info) Method parameters in net.minecraft.client.gui.screen with type arguments of type ScreenModifier and TypeMethodDescriptionprivate ButtonWidget
GameMenuScreen.createButton
(Text text, Supplier<Screen> screenSupplier) Constructors in net.minecraft.client.gui.screen with parameters of type ScreenModifierConstructorDescriptionAddServerScreen
(Screen parent, BooleanConsumer callback, ServerInfo server) BackupPromptScreen
(Screen parent, BackupPromptScreen.Callback callback, Text title, Text subtitle, boolean showEraseCacheCheckBox) ChatInputSuggestor
(MinecraftClient client, Screen owner, TextFieldWidget textField, TextRenderer textRenderer, boolean slashOptional, boolean suggestingWhenEmpty, int inWindowIndexOffset, int maxSuggestionSize, boolean chatScreenSized, int color) private
ConnectScreen
(Screen parent) CustomizeBuffetLevelScreen
(Screen parent, GeneratorOptionsHolder generatorOptionsHolder, Consumer<RegistryEntry<Biome>> onDone) DirectConnectScreen
(Screen parent, BooleanConsumer callback, ServerInfo server) DisconnectedScreen
(Screen parent, Text title, Text reason) OpenToLanScreen
(Screen screen) Realms32BitWarningScreen
(Screen screen) 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 interface
HandledScreens.Provider<T extends ScreenHandler,
U extends Screen & ScreenHandlerProvider<T>> Subclasses of Screen in net.minecraft.client.gui.screen.ingameModifier and TypeClassDescriptionclass
class
class
AbstractInventoryScreen<T extends ScreenHandler>
class
class
class
class
class
class
class
class
class
class
class
class
class
ForgingScreen<T extends ForgingScreenHandler>
class
class
class
class
class
HandledScreen<T extends ScreenHandler>
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Methods 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 TypeClassDescriptionclass
class
class
Fields in net.minecraft.client.gui.screen.multiplayer declared as ScreenModifier and TypeFieldDescriptionprivate final Screen
MultiplayerScreen.parent
private final Screen
MultiplayerWarningScreen.parent
Constructors 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 TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
Fields in net.minecraft.client.gui.screen.option declared as ScreenModifier and TypeFieldDescriptionprotected final Screen
GameOptionsScreen.parent
private final Screen
OptionsScreen.parent
private final Screen
TelemetryInfoScreen.parent
Methods in net.minecraft.client.gui.screen.option with parameters of type ScreenModifier and TypeMethodDescriptionstatic OnlineOptionsScreen
OnlineOptionsScreen.create
(MinecraftClient client, Screen parent, GameOptions gameOptions) Method parameters in net.minecraft.client.gui.screen.option with type arguments of type ScreenModifier and TypeMethodDescriptionprivate ButtonWidget
OptionsScreen.createButton
(Text message, Supplier<Screen> screenSupplier) Constructors 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) KeybindsScreen
(Screen parent, GameOptions gameOptions) LanguageOptionsScreen
(Screen parent, GameOptions options, LanguageManager languageManager) MouseOptionsScreen
(Screen parent, GameOptions gameOptions) private
OnlineOptionsScreen
(Screen parent, GameOptions gameOptions, SimpleOption<?>[] options, @Nullable SimpleOption<com.mojang.datafixers.util.Unit> difficulty) OptionsScreen
(Screen parent, GameOptions gameOptions) SimpleOptionsScreen
(Screen parent, GameOptions gameOptions, Text title, SimpleOption<?>[] options) SkinOptionsScreen
(Screen parent, GameOptions gameOptions) SoundOptionsScreen
(Screen parent, GameOptions options) TelemetryInfoScreen
(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.packModifier and TypeClassDescriptionclass
private class
class
Fields in net.minecraft.client.gui.screen.pack declared as ScreenModifier and TypeFieldDescriptionprivate final Screen
PackListWidget.field_41715
private final Screen
PackScreen.parent
protected final Screen
PackListWidget.ResourcePackEntry.screen
Constructors in net.minecraft.client.gui.screen.pack with parameters of type ScreenModifierConstructorDescriptionPackListWidget
(MinecraftClient client, Screen screen, int int2, int int3, Text text) PackScreen
(Screen parent, ResourcePackManager packManager, Consumer<ResourcePackManager> applier, Path 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.report
Subclasses of Screen in net.minecraft.client.gui.screen.reportModifier and TypeClassDescriptionclass
class
private class
class
Fields in net.minecraft.client.gui.screen.report declared as ScreenModifier and TypeFieldDescriptionAbuseReportReasonScreen.parent
ChatReportScreen.parent
ChatSelectionScreen.parent
Constructors in net.minecraft.client.gui.screen.report with parameters of type ScreenModifierConstructorDescriptionAbuseReportReasonScreen
(@Nullable Screen parent, @Nullable AbuseReportReason reason, Consumer<AbuseReportReason> reasonConsumer) ChatReportScreen
(@Nullable Screen parent, AbuseReportContext reporter, UUID reportedPlayerUuid) private
ChatReportScreen
(@Nullable Screen parent, AbuseReportContext context, ChatAbuseReport report) ChatReportScreen
(@Nullable Screen parent, AbuseReportContext context, ChatAbuseReport.Draft draft) ChatSelectionScreen
(@Nullable Screen parent, AbuseReportContext reporter, ChatAbuseReport report, Consumer<ChatAbuseReport> newReportConsumer) -
Uses of Screen in net.minecraft.client.gui.screen.world
Subclasses of Screen in net.minecraft.client.gui.screen.worldModifier and TypeClassDescriptionclass
class
class
class
class
Fields in net.minecraft.client.gui.screen.world declared as ScreenModifier and TypeFieldDescriptionCreateWorldScreen.parent
protected final Screen
SelectWorldScreen.parent
Methods in net.minecraft.client.gui.screen.world that return ScreenModifier and TypeMethodDescriptionLevelScreenProvider.createEditScreen
(CreateWorldScreen parent, GeneratorOptionsHolder generatorOptionsHolder) Methods in net.minecraft.client.gui.screen.world with parameters of type ScreenModifier and TypeMethodDescriptionstatic CreateWorldScreen
CreateWorldScreen.create
(@Nullable Screen parent, LevelInfo levelInfo, GeneratorOptionsHolder generatorOptionsHolder, @Nullable Path dataPackTempDir) static void
CreateWorldScreen.create
(MinecraftClient client, @Nullable Screen parent) Constructors in net.minecraft.client.gui.screen.world with parameters of type ScreenModifierConstructorDescriptionprivate
CreateWorldScreen
(@Nullable Screen parent, DataConfiguration dataConfiguration, MoreOptionsDialog moreOptionsDialog) SelectWorldScreen
(Screen parent) -
Uses of Screen in net.minecraft.client.gui.tooltip
Methods in net.minecraft.client.gui.tooltip with parameters of type ScreenModifier and TypeMethodDescriptionFocusedTooltipPositioner.getPosition
(Screen screen, int x, int y, int width, int height) HoveredTooltipPositioner.getPosition
(Screen screen, int x, int y, int width, int height) TooltipPositioner.getPosition
(Screen screen, int x, int y, int width, int height) private void
HoveredTooltipPositioner.preventOverflow
(Screen screen, Vector2i pos, int width, int height) -
Uses of Screen in net.minecraft.client.network
Fields in net.minecraft.client.network declared as ScreenModifier and TypeFieldDescriptionprivate final Screen
ClientPlayNetworkHandler.loginScreen
ClientLoginNetworkHandler.parentScreen
Constructors in net.minecraft.client.network with parameters of type ScreenModifierConstructorDescriptionClientLoginNetworkHandler
(ClientConnection connection, MinecraftClient client, @Nullable ServerInfo serverInfo, @Nullable Screen parentScreen, boolean newWorld, @Nullable Duration worldLoadTime, Consumer<Text> statusConsumer) ClientPlayNetworkHandler
(MinecraftClient client, Screen screen, ClientConnection connection, @Nullable ServerInfo serverInfo, com.mojang.authlib.GameProfile profile, WorldSession worldSession) -
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 TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Fields in net.minecraft.client.realms.gui.screen declared as ScreenModifier and TypeFieldDescription(package private) final Screen
RealmsMainScreen.lastScreen
(package private) final Screen
RealmsSubscriptionInfoScreen.mainScreen
private final Screen
DisconnectedRealmsScreen.parent
private final Screen
RealmsBackupInfoScreen.parent
private final Screen
RealmsBrokenWorldScreen.parent
private final Screen
RealmsClientOutdatedScreen.parent
private final Screen
RealmsDownloadLatestWorldScreen.parent
private final Screen
RealmsGenericErrorScreen.parent
private final Screen
RealmsInviteScreen.parent
private final Screen
RealmsLongRunningMcoTaskScreen.parent
private final Screen
RealmsParentalConsentScreen.parent
private final Screen
RealmsPendingInvitesScreen.parent
private final Screen
RealmsResetWorldScreen.parent
private final Screen
RealmsSubscriptionInfoScreen.parent
private final Screen
RealmsTermsScreen.parent
RealmsMainScreen.realmsGenericErrorScreen
Methods in net.minecraft.client.realms.gui.screen with parameters of type ScreenModifier and TypeMethodDescriptionvoid
RealmsConfigureWorldScreen.closeTheWorld
(Screen screen) void
RealmsConfigureWorldScreen.openTheWorld
(boolean join, Screen screen) void
RealmsMainScreen.play
(@Nullable RealmsServer serverData, Screen parent) 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 minigame) RealmsClientOutdatedScreen
(Screen parent) RealmsDownloadLatestWorldScreen
(Screen parent, WorldDownload worldDownload, String worldName, BooleanConsumer onBack) RealmsGenericErrorScreen
(RealmsServiceException realmsServiceException, Screen parent) RealmsGenericErrorScreen
(Text description, Screen parent) RealmsGenericErrorScreen
(Text title, Text description, Screen parent) RealmsInviteScreen
(RealmsConfigureWorldScreen configureScreen, Screen parent, RealmsServer serverData) RealmsLongRunningMcoTaskScreen
(Screen parent, LongRunningTask task) RealmsMainScreen
(Screen lastScreen) RealmsParentalConsentScreen
(Screen parent) RealmsPendingInvitesScreen
(Screen parent) RealmsResetWorldScreen
(Screen parent, RealmsServer serverData, Runnable resetCallback, Runnable selectFileUploadCallback) RealmsResetWorldScreen
(Screen parent, RealmsServer server, Text title, Runnable resetCallback, Runnable selectFileUploadCallback) 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 final Screen
DownloadTask.lastScreen
private final Screen
RealmsGetServerDetailsTask.lastScreen
private final Screen
WorldCreationTask.lastScreen
private final Screen
OpenServerTask.returnScreen
Methods in net.minecraft.client.realms.task with parameters of type ScreenModifier and TypeMethodDescriptionstatic void
Moved from Realms in 20w10a.Method parameters in net.minecraft.client.realms.task with type arguments of type ScreenModifier and TypeMethodDescriptionprivate RealmsLongConfirmationScreen
RealmsGetServerDetailsTask.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, MinecraftClient client) 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.realms.util
Methods in net.minecraft.client.realms.util with parameters of type ScreenModifier and TypeMethodDescriptionvoid
Realms32BitWarningChecker.showWarningIfNeeded
(Screen parent) -
Uses of Screen in net.minecraft.client.report
Methods in net.minecraft.client.report with parameters of type ScreenModifier and TypeMethodDescriptionvoid
AbuseReportContext.tryShowDraftScreen
(MinecraftClient client, @Nullable Screen parent, Runnable callback, boolean quit) -
Uses of Screen in net.minecraft.server.integrated
Methods in net.minecraft.server.integrated with parameters of type Screen