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 disconnectionScreen) void
MinecraftClient.disconnect
(Screen disconnectionScreen, boolean transferring) void
MinecraftClient.enterReconfiguration
(Screen reconfigurationScreen) private void
void
Sets the current screen to a new screen.void
MinecraftClient.setScreenAndRender
(Screen screen) Method parameters in net.minecraft.client with type arguments of type ScreenModifier and TypeMethodDescriptionprivate void
MinecraftClient.createInitScreens
(List<Function<Runnable, Screen>> list) -
Uses of Screen in net.minecraft.client.gui.screen
Subclasses of Screen in net.minecraft.client.gui.screenModifier and TypeClassDescriptionclass
class
A screen that allows player to input a chat message.class
class
class
class
static 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
PopupScreen.backgroundScreen
private final Screen
PopupScreen.Builder.backgroundScreen
private final Screen
ChatInputSuggestor.owner
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
Opens the confirmation screen to openurl
.static ButtonWidget.PressAction
Returns the button press action that opens the confirmation screen to openurl
.private void
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 ScreenModifierConstructorDescriptionChatInputSuggestor
(MinecraftClient client, Screen owner, TextFieldWidget textField, TextRenderer textRenderer, boolean slashOptional, boolean suggestingWhenEmpty, int inWindowIndexOffset, int maxSuggestionSize, boolean chatScreenSized, int color) DisconnectedScreen
(Screen parent, Text title, Text reason) DisconnectedScreen
(Screen parent, Text title, Text reason, Text buttonLabel) OpenToLanScreen
(Screen screen) (package private)
PopupScreen
(Screen backgroundScreen, int width, @Nullable Identifier image, Text title, Text message, List<PopupScreen.Button> buttons, @Nullable Runnable onClosed) StatsScreen
(Screen parent, StatHandler statHandler) -
Uses of Screen in net.minecraft.client.gui.screen.advancement
Subclasses of Screen in net.minecraft.client.gui.screen.advancementFields in net.minecraft.client.gui.screen.advancement declared as ScreenConstructors in net.minecraft.client.gui.screen.advancement with parameters of type ScreenModifierConstructorDescriptionAdvancementsScreen
(ClientAdvancementManager advancementHandler, @Nullable Screen parent) -
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
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
The connection screen is used to initiate a connection to a remote server.class
class
class
class
Fields in net.minecraft.client.gui.screen.multiplayer declared as ScreenModifier and TypeFieldDescriptionprivate final Screen
AddServerScreen.parent
(package private) final Screen
ConnectScreen.parent
private final Screen
DirectConnectScreen.parent
private final Screen
MultiplayerScreen.parent
private final Screen
MultiplayerWarningScreen.parent
SocialInteractionsScreen.parent
Methods in net.minecraft.client.gui.screen.multiplayer with parameters of type ScreenModifier and TypeMethodDescriptionstatic void
ConnectScreen.connect
(Screen screen, MinecraftClient client, ServerAddress address, ServerInfo info, boolean quickPlay, @Nullable CookieStorage cookieStorage) Constructors in net.minecraft.client.gui.screen.multiplayer with parameters of type ScreenModifierConstructorDescriptionAddServerScreen
(Screen parent, BooleanConsumer callback, ServerInfo server) private
ConnectScreen
(Screen parent, Text failureErrorMessage) DirectConnectScreen
(Screen parent, BooleanConsumer callback, ServerInfo server) MultiplayerScreen
(Screen parent) MultiplayerWarningScreen
(Screen parent) SocialInteractionsScreen
(@Nullable 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
class
class
Fields in net.minecraft.client.gui.screen.option declared as ScreenModifier and TypeFieldDescriptionprivate final Screen
CreditsAndAttributionScreen.parent
protected 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) CreditsAndAttributionScreen
(Screen parent) FontOptionsScreen
(Screen parent, GameOptions gameOptions) 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
-
Uses of Screen in net.minecraft.client.gui.screen.report
Subclasses of Screen in net.minecraft.client.gui.screen.reportModifier and TypeClassDescriptionclass
class
class
class
class
ReportScreen<B extends AbuseReport.Builder<?>>
private class
class
class
Fields in net.minecraft.client.gui.screen.report declared as ScreenModifier and TypeFieldDescriptionAbuseReportReasonScreen.parent
private final Screen
AbuseReportTypeScreen.parent
ChatSelectionScreen.parent
protected final Screen
ReportScreen.parent
Constructors in net.minecraft.client.gui.screen.report with parameters of type ScreenModifierConstructorDescriptionAbuseReportReasonScreen
(@Nullable Screen parent, @Nullable AbuseReportReason reason, Consumer<AbuseReportReason> reasonConsumer) AbuseReportTypeScreen
(Screen parent, AbuseReportContext context, SocialInteractionsPlayerListEntry selectedPlayer) ChatReportScreen
(Screen parent, AbuseReportContext reporter, UUID reportedPlayerUuid) ChatReportScreen
(Screen parent, AbuseReportContext context, ChatAbuseReport report) private
ChatReportScreen
(Screen parent, AbuseReportContext context, ChatAbuseReport.Builder reportBuilder) ChatSelectionScreen
(@Nullable Screen parent, AbuseReportContext reporter, ChatAbuseReport.Builder report, Consumer<ChatAbuseReport.Builder> newReportConsumer) protected
ReportScreen
(Text title, Screen parent, AbuseReportContext context, B reportBuilder) SkinReportScreen
(Screen parent, AbuseReportContext context, UUID reportedPlayerUuid, Supplier<SkinTextures> skinSupplier) SkinReportScreen
(Screen parent, AbuseReportContext context, SkinAbuseReport report) private
SkinReportScreen
(Screen parent, AbuseReportContext context, SkinAbuseReport.Builder reportBuilder) UsernameReportScreen
(Screen parent, AbuseReportContext context, UUID reportedPlayerUuid, String username) UsernameReportScreen
(Screen parent, AbuseReportContext context, UsernameAbuseReport report) private
UsernameReportScreen
(Screen parent, AbuseReportContext context, UsernameAbuseReport.Builder reportBuilder) -
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
class
class
class
class
class
class
class
class
class
Fields in net.minecraft.client.gui.screen.world declared as ScreenModifier and TypeFieldDescriptionCreateWorldScreen.parent
private final Screen
CustomizeBuffetLevelScreen.parent
private final Screen
ExperimentsScreen.parent
protected final Screen
SelectWorldScreen.parent
Methods in net.minecraft.client.gui.screen.world that return ScreenModifier and TypeMethodDescriptionLevelScreenProvider.createEditScreen
(CreateWorldScreen parent, GeneratorOptionsHolder generatorOptionsHolder) static Screen
static Screen
Methods in net.minecraft.client.gui.screen.world with parameters of type ScreenModifier and TypeMethodDescriptionstatic void
CreateWorldScreen.create
(MinecraftClient client, @Nullable Screen parent) static CreateWorldScreen
CreateWorldScreen.create
(MinecraftClient client, @Nullable Screen parent, LevelInfo levelInfo, GeneratorOptionsHolder generatorOptionsHolder, @Nullable Path dataPackTempDir) Constructors in net.minecraft.client.gui.screen.world with parameters of type ScreenModifierConstructorDescriptionprivate
CreateWorldScreen
(MinecraftClient client, @Nullable Screen parent, GeneratorOptionsHolder generatorOptionsHolder, Optional<RegistryKey<WorldPreset>> defaultWorldType, OptionalLong seed) CustomizeBuffetLevelScreen
(Screen parent, GeneratorOptionsHolder generatorOptionsHolder, Consumer<RegistryEntry<Biome>> onDone) ExperimentsScreen
(Screen parent, ResourcePackManager resourcePackManager, Consumer<ResourcePackManager> applier) SelectWorldScreen
(Screen parent) -
Uses of Screen in net.minecraft.client.gui.widget
Fields in net.minecraft.client.gui.widget declared as ScreenModifier and TypeFieldDescriptionprivate final Screen
OptionListWidget.WidgetEntry.screen
private final Screen
ThreePartsLayoutWidget.screen
Methods in net.minecraft.client.gui.widget with parameters of type ScreenModifier and TypeMethodDescriptionstatic OptionListWidget.WidgetEntry
OptionListWidget.WidgetEntry.create
(List<ClickableWidget> widgets, Screen screen) static OptionListWidget.WidgetEntry
OptionListWidget.WidgetEntry.create
(ClickableWidget firstWidget, @Nullable ClickableWidget secondWidget, Screen screen) Constructors in net.minecraft.client.gui.widget with parameters of type ScreenModifierConstructorDescriptionThreePartsLayoutWidget
(Screen screen) ThreePartsLayoutWidget
(Screen screen, int headerFooterHeight) ThreePartsLayoutWidget
(Screen screen, int headerHeight, int footerHeight) (package private)
WidgetEntry
(List<ClickableWidget> widgets, Screen screen) -
Uses of Screen in net.minecraft.client.network
Subclasses of Screen in net.minecraft.client.networkModifier and TypeClassDescriptionprivate class
Fields in net.minecraft.client.network declared as ScreenModifier and TypeFieldDescriptionClientCommonNetworkHandler.ConfirmServerResourcePackScreen.parent
ClientLoginNetworkHandler.parentScreen
ClientCommonNetworkHandler.postDisconnectScreen
ClientConnectionState.postDisconnectScreen
The field for thepostDisconnectScreen
record component.Methods in net.minecraft.client.network that return ScreenModifier and TypeMethodDescriptionprivate Screen
ClientCommonNetworkHandler.createConfirmServerResourcePackScreen
(UUID id, URL url, String hash, boolean required, @Nullable Text prompt) protected Screen
ClientCommonNetworkHandler.createDisconnectedScreen
(Text reason) ClientConnectionState.postDisconnectScreen()
Returns the value of thepostDisconnectScreen
record component.Constructors in net.minecraft.client.network with parameters of type ScreenModifierConstructorDescriptionClientConnectionState
(com.mojang.authlib.GameProfile gameProfile, WorldSession worldSession, DynamicRegistryManager.Immutable immutable, FeatureSet featureSet, @Nullable String string, @Nullable ServerInfo serverInfo, @Nullable Screen screen, Map<Identifier, byte[]> map, ChatHud.ChatState chatState, boolean bool) ClientLoginNetworkHandler
(ClientConnection connection, MinecraftClient client, @Nullable ServerInfo serverInfo, @Nullable Screen parentScreen, boolean newWorld, @Nullable Duration worldLoadTime, Consumer<Text> statusConsumer, @Nullable CookieStorage cookieStorage) (package private)
ConfirmServerResourcePackScreen
(MinecraftClient client, @Nullable Screen parent, List<ClientCommonNetworkHandler.ConfirmServerResourcePackScreen.Pack> pack, boolean required, @Nullable Text prompt) -
Uses of Screen in net.minecraft.client.realms
Fields in net.minecraft.client.realms declared as ScreenMethods in net.minecraft.client.realms that return ScreenMethods in net.minecraft.client.realms with parameters of type ScreenConstructors in net.minecraft.client.realms with parameters of type Screen -
Uses of Screen in net.minecraft.client.realms.dto
Methods in net.minecraft.client.realms.dto with parameters of type ScreenModifier and TypeMethodDescriptionRealmsNotification.VisitUrl.createButton
(Screen currentScreen) RealmsNotification.InfoPopup.createScreen
(Screen backgroundScreen, Consumer<UUID> dismissCallback) -
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
class
class
Fields in net.minecraft.client.realms.gui.screen declared as ScreenModifier and TypeFieldDescription(package private) final Screen
RealmsSubscriptionInfoScreen.mainScreen
private final Screen
BuyRealmsScreen.parent
private final Screen
DisconnectedRealmsScreen.parent
private final Screen
RealmsBackupInfoScreen.parent
private final Screen
RealmsBrokenWorldScreen.parent
private final Screen
RealmsClientIncompatibleScreen.parent
private final Screen
RealmsCreateWorldScreen.parent
private final Screen
RealmsDownloadLatestWorldScreen.parent
private final Screen
RealmsGenericErrorScreen.parent
private final Screen
RealmsInviteScreen.parent
private final Screen
RealmsLongRunningMcoTaskScreen.parent
private final Screen
RealmsMainScreen.parent
private final Screen
RealmsParentalConsentScreen.parent
private final Screen
RealmsPendingInvitesScreen.parent
private final Screen
RealmsSubscriptionInfoScreen.parent
private final Screen
RealmsTermsScreen.parent
Methods in net.minecraft.client.realms.gui.screen with parameters of type ScreenModifier and TypeMethodDescriptionvoid
RealmsConfigureWorldScreen.closeTheWorld
(Screen screen) static RealmsCreateWorldScreen
RealmsCreateWorldScreen.newRealm
(Screen parent, RealmsServer serverData, WorldCreationTask creationTask, Runnable callback) static RealmsCreateWorldScreen
RealmsCreateWorldScreen.newWorld
(Screen parent, int slot, RealmsServer serverData, Runnable callback) void
RealmsConfigureWorldScreen.openTheWorld
(boolean join, Screen screen) static void
RealmsMainScreen.play
(@Nullable RealmsServer serverData, Screen parent) static void
RealmsMainScreen.play
(@Nullable RealmsServer serverData, Screen parent, boolean needsPreparation) static RealmsCreateWorldScreen
RealmsCreateWorldScreen.resetWorld
(Screen parent, RealmsServer serverData, Runnable callback) private static void
RealmsMainScreen.showCompatibilityScreen
(RealmsServer serverData, Screen parent, Text title, Text description, Text confirmText) Constructors in net.minecraft.client.realms.gui.screen with parameters of type ScreenModifierConstructorDescriptionBuyRealmsScreen
(Screen parent, boolean trialAvailable) DisconnectedRealmsScreen
(Screen parent, Text title, Text reason) RealmsBackupInfoScreen
(Screen parent, Backup backup) RealmsBrokenWorldScreen
(Screen parent, long serverId, boolean minigame) RealmsClientIncompatibleScreen
(Screen parent) private
RealmsCreateWorldScreen
(Screen parent, RealmsServer serverData, int slot, Text title, Text subtitle, int subtitleColor, Text taskTitle, Runnable callback) RealmsCreateWorldScreen
(Screen parent, RealmsServer serverData, int slot, Text title, Text subtitle, int subtitleColor, Text taskTitle, @Nullable WorldCreationTask creationTask, Runnable callback) 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[] tasks) RealmsLongRunningTickableTaskScreen
(Screen parent, LongRunningTask tickableTask) RealmsMainScreen
(Screen parent) RealmsParentalConsentScreen
(Screen parent) RealmsPendingInvitesScreen
(Screen parent, Text title) RealmsSubscriptionInfoScreen
(Screen parent, RealmsServer serverData, Screen mainScreen) RealmsTermsScreen
(Screen parent, 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
RealmsPrepareConnectionTask.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
RealmsPrepareConnectionTask.createResourcePackConfirmationScreen
(RealmsServerAddress address, UUID id, 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, boolean join, MinecraftClient client) RealmsConnectTask
(Screen lastScreen, RealmsServer server, RealmsServerAddress address) RealmsPrepareConnectionTask
(Screen lastScreen, RealmsServer server) -
Uses of Screen in net.minecraft.client.session.report
Methods in net.minecraft.client.session.report that return ScreenModifier and TypeMethodDescriptionabstract Screen
AbuseReport.createReportScreen
(Screen parent, AbuseReportContext context) ChatAbuseReport.createReportScreen
(Screen parent, AbuseReportContext context) SkinAbuseReport.createReportScreen
(Screen parent, AbuseReportContext context) UsernameAbuseReport.createReportScreen
(Screen parent, AbuseReportContext context) Methods in net.minecraft.client.session.report with parameters of type ScreenModifier and TypeMethodDescriptionabstract Screen
AbuseReport.createReportScreen
(Screen parent, AbuseReportContext context) ChatAbuseReport.createReportScreen
(Screen parent, AbuseReportContext context) SkinAbuseReport.createReportScreen
(Screen parent, AbuseReportContext context) UsernameAbuseReport.createReportScreen
(Screen parent, AbuseReportContext context) void
AbuseReportContext.tryShowDraftScreen
(MinecraftClient client, Screen parent, Runnable callback, boolean quit) -
Uses of Screen in net.minecraft.server.integrated
Methods in net.minecraft.server.integrated with parameters of type ScreenModifier and TypeMethodDescriptionvoid
IntegratedServerLoader.createAndStart
(String levelName, LevelInfo levelInfo, GeneratorOptions dynamicRegistryManager, Function<DynamicRegistryManager, DimensionOptionsRegistryHolder> dimensionsRegistrySupplier, Screen screen)