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 disconnectionScreen) voidMinecraftClient.enterReconfiguration(Screen reconfigurationScreen) private voidvoidSets the current screen to a new screen.voidMinecraftClient.setScreenAndRender(Screen screen) Method parameters in net.minecraft.client with type arguments of type ScreenModifier and TypeMethodDescriptionprivate voidMinecraftClient.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 TypeClassDescriptionclassclassA screen that allows player to input a chat message.classclassclassclassstatic classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassA screen that is used for indicating that a task is running or has finished running (either successfully or unsuccessfully).classclassFields in net.minecraft.client.gui.screen declared as ScreenModifier and TypeFieldDescriptionprivate final ScreenPopupScreen.backgroundScreenprivate final ScreenPopupScreen.Builder.backgroundScreenprivate final ScreenChatInputSuggestor.ownerprivate final ScreenDisconnectedScreen.parentprivate final ScreenOpenToLanScreen.parentprivate final ScreenRealms32BitWarningScreen.parentprotected final ScreenStatsScreen.parentMethods in net.minecraft.client.gui.screen with parameters of type ScreenModifier and TypeMethodDescriptionstatic voidOpens the confirmation screen to openurl.static ButtonWidget.PressActionReturns the button press action that opens the confirmation screen to openurl.private voidMethod parameters in net.minecraft.client.gui.screen with type arguments of type ScreenModifier and TypeMethodDescriptionprivate ButtonWidgetGameMenuScreen.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) Realms32BitWarningScreen(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>classclassclassclassclassclassclassclassclassclassclassclassclassclassForgingScreen<T extends ForgingScreenHandler>classclassclassclassclassHandledScreen<T extends ScreenHandler>classclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods 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 TypeClassDescriptionclassclassThe connection screen is used to initiate a connection to a remote server.classclassclassclassFields in net.minecraft.client.gui.screen.multiplayer declared as ScreenModifier and TypeFieldDescriptionprivate final ScreenAddServerScreen.parent(package private) final ScreenConnectScreen.parentprivate final ScreenDirectConnectScreen.parentprivate final ScreenMultiplayerScreen.parentprivate final ScreenMultiplayerWarningScreen.parentMethods in net.minecraft.client.gui.screen.multiplayer with parameters of type ScreenModifier and TypeMethodDescriptionstatic voidConnectScreen.connect(Screen screen, MinecraftClient client, ServerAddress address, ServerInfo info, boolean quickPlay) Constructors in net.minecraft.client.gui.screen.multiplayer with parameters of type ScreenModifierConstructorDescriptionAddServerScreen(Screen parent, BooleanConsumer callback, ServerInfo server) privateConnectScreen(Screen parent, Text failureErrorMessage) DirectConnectScreen(Screen parent, BooleanConsumer callback, ServerInfo server) 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.optionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.client.gui.screen.option declared as ScreenModifier and TypeFieldDescriptionprivate final ScreenCreditsAndAttributionScreen.parentprotected final ScreenGameOptionsScreen.parentprivate final ScreenOptionsScreen.parentprivate final ScreenTelemetryInfoScreen.parentMethods in net.minecraft.client.gui.screen.option with parameters of type ScreenModifier and TypeMethodDescriptionstatic OnlineOptionsScreenOnlineOptionsScreen.create(MinecraftClient client, Screen parent, GameOptions gameOptions) Method parameters in net.minecraft.client.gui.screen.option with type arguments of type ScreenModifier and TypeMethodDescriptionprivate ButtonWidgetOptionsScreen.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) GameOptionsScreen(Screen parent, GameOptions gameOptions, Text title) KeybindsScreen(Screen parent, GameOptions gameOptions) LanguageOptionsScreen(Screen parent, GameOptions options, LanguageManager languageManager) MouseOptionsScreen(Screen parent, GameOptions gameOptions) privateOnlineOptionsScreen(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 TypeClassDescriptionclassprivate classclass -
Uses of Screen in net.minecraft.client.gui.screen.report
Subclasses of Screen in net.minecraft.client.gui.screen.reportModifier and TypeClassDescriptionclassclassclassclassclassReportScreen<B extends AbuseReport.Builder<?>>private classclassclassFields in net.minecraft.client.gui.screen.report declared as ScreenModifier and TypeFieldDescriptionAbuseReportReasonScreen.parentprivate final ScreenAbuseReportTypeScreen.parentChatSelectionScreen.parentprotected final ScreenReportScreen.parentConstructors 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) privateChatReportScreen(Screen parent, AbuseReportContext context, ChatAbuseReport.Builder reportBuilder) ChatSelectionScreen(@Nullable Screen parent, AbuseReportContext reporter, ChatAbuseReport.Builder report, Consumer<ChatAbuseReport.Builder> newReportConsumer) protectedReportScreen(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) privateSkinReportScreen(Screen parent, AbuseReportContext context, SkinAbuseReport.Builder reportBuilder) UsernameReportScreen(Screen parent, AbuseReportContext context, UUID reportedPlayerUuid, String username) UsernameReportScreen(Screen parent, AbuseReportContext context, UsernameAbuseReport report) privateUsernameReportScreen(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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.client.gui.screen.world declared as ScreenModifier and TypeFieldDescriptionCreateWorldScreen.parentprivate final ScreenCustomizeBuffetLevelScreen.parentprivate final ScreenExperimentsScreen.parentprotected final ScreenSelectWorldScreen.parentMethods in net.minecraft.client.gui.screen.world that return ScreenModifier and TypeMethodDescriptionLevelScreenProvider.createEditScreen(CreateWorldScreen parent, GeneratorOptionsHolder generatorOptionsHolder) static Screenstatic ScreenMethods in net.minecraft.client.gui.screen.world with parameters of type ScreenModifier and TypeMethodDescriptionstatic voidCreateWorldScreen.create(MinecraftClient client, @Nullable Screen parent) static CreateWorldScreenCreateWorldScreen.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 ScreenModifierConstructorDescriptionprivateCreateWorldScreen(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 ScreenConstructors 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) -
Uses of Screen in net.minecraft.client.network
Subclasses of Screen in net.minecraft.client.networkModifier and TypeClassDescriptionprivate classFields in net.minecraft.client.network declared as ScreenModifier and TypeFieldDescriptionClientCommonNetworkHandler.ConfirmServerResourcePackScreen.parentClientLoginNetworkHandler.parentScreenClientCommonNetworkHandler.postDisconnectScreenClientConnectionState.postDisconnectScreenThe field for thepostDisconnectScreenrecord component.Methods in net.minecraft.client.network that return ScreenModifier and TypeMethodDescriptionprivate ScreenClientCommonNetworkHandler.createConfirmServerResourcePackScreen(UUID id, URL url, String hash, boolean required, @Nullable Text prompt) protected ScreenClientCommonNetworkHandler.createDisconnectedScreen(Text reason) ClientConnectionState.postDisconnectScreen()Returns the value of thepostDisconnectScreenrecord 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) ClientLoginNetworkHandler(ClientConnection connection, MinecraftClient client, @Nullable ServerInfo serverInfo, @Nullable Screen parentScreen, boolean newWorld, @Nullable Duration worldLoadTime, Consumer<Text> statusConsumer) (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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.client.realms.gui.screen declared as ScreenModifier and TypeFieldDescription(package private) final ScreenRealmsSubscriptionInfoScreen.mainScreenprivate final ScreenBuyRealmsScreen.parentprivate final ScreenDisconnectedRealmsScreen.parentprivate final ScreenRealmsBackupInfoScreen.parentprivate final ScreenRealmsBrokenWorldScreen.parentprivate final ScreenRealmsClientIncompatibleScreen.parentprivate final ScreenRealmsCreateWorldScreen.parentprivate final ScreenRealmsDownloadLatestWorldScreen.parentprivate final ScreenRealmsGenericErrorScreen.parentprivate final ScreenRealmsInviteScreen.parentprivate final ScreenRealmsLongRunningMcoTaskScreen.parentprivate final ScreenRealmsMainScreen.parentprivate final ScreenRealmsParentalConsentScreen.parentprivate final ScreenRealmsPendingInvitesScreen.parentprivate final ScreenRealmsSubscriptionInfoScreen.parentprivate final ScreenRealmsTermsScreen.parentMethods in net.minecraft.client.realms.gui.screen with parameters of type ScreenModifier and TypeMethodDescriptionvoidRealmsConfigureWorldScreen.closeTheWorld(Screen screen) static RealmsCreateWorldScreenRealmsCreateWorldScreen.newRealm(Screen parent, RealmsServer serverData, WorldCreationTask creationTask, Runnable callback) static RealmsCreateWorldScreenRealmsCreateWorldScreen.newWorld(Screen parent, int slot, RealmsServer serverData, Runnable callback) voidRealmsConfigureWorldScreen.openTheWorld(boolean join, Screen screen) static voidRealmsMainScreen.play(@Nullable RealmsServer serverData, Screen parent) static voidRealmsMainScreen.play(@Nullable RealmsServer serverData, Screen parent, boolean needsPreparation) static RealmsCreateWorldScreenRealmsCreateWorldScreen.resetWorld(Screen parent, RealmsServer serverData, Runnable callback) private static voidRealmsMainScreen.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) privateRealmsCreateWorldScreen(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 screen, LongRunningTask longRunningTask) 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 ScreenDownloadTask.lastScreenprivate final ScreenRealmsPrepareConnectionTask.lastScreenprivate final 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 RealmsLongConfirmationScreenRealmsPrepareConnectionTask.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.realms.util
Methods in net.minecraft.client.realms.util with parameters of type ScreenModifier and TypeMethodDescriptionvoidRealms32BitWarningChecker.showWarningIfNeeded(Screen parent) -
Uses of Screen in net.minecraft.client.session.report
Methods in net.minecraft.client.session.report that return ScreenModifier and TypeMethodDescriptionabstract ScreenAbuseReport.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 ScreenAbuseReport.createReportScreen(Screen parent, AbuseReportContext context) ChatAbuseReport.createReportScreen(Screen parent, AbuseReportContext context) SkinAbuseReport.createReportScreen(Screen parent, AbuseReportContext context) UsernameAbuseReport.createReportScreen(Screen parent, AbuseReportContext context) voidAbuseReportContext.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 TypeMethodDescriptionvoidIntegratedServerLoader.createAndStart(String levelName, LevelInfo levelInfo, GeneratorOptions dynamicRegistryManager, Function<DynamicRegistryManager, DimensionOptionsRegistryHolder> dimensionsRegistrySupplier, Screen screen)