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, boolean transferring) voidMinecraftClient.enterReconfiguration(Screen reconfigurationScreen) voidSets 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 booleanMinecraftClient.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 classclassclassclassclassclassprivate static classclassclassclassclassclassclassclassclassclassclassclassclassA 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.parentfinal ScreenGameMenuScreen.FeedbackScreen.parentprivate final ScreenOpenToLanScreen.parentprotected final ScreenStatsScreen.parentMethods in net.minecraft.client.gui.screen with parameters of type ScreenModifier and TypeMethodDescription(package private) static voidGameMenuScreen.addFeedbackAndBugsButtons(Screen parentScreen, GridWidget.Adder gridAdder) private static ButtonWidgetGameMenuScreen.createUrlButton(Screen parent, Text text, URI uri) protected static voidScreen.handleBasicClickEvent(ClickEvent clickEvent, MinecraftClient client, @Nullable Screen screenAfterRun) protected static voidScreen.handleClickEvent(ClickEvent clickEvent, MinecraftClient client, @Nullable Screen screenAfterRun) protected static booleanScreen.handleOpenUri(MinecraftClient client, @Nullable Screen screen, URI uri) protected static voidScreen.handleRunCommand(ClientPlayerEntity player, String command, @Nullable Screen screenAfterRun) static voidOpens the confirmation screen to openurl.static voidstatic voidstatic voidstatic ButtonWidget.PressActionReturns the button press action that opens the confirmation screen to openurl.static ButtonWidget.PressActionstatic ButtonWidget.PressActionstatic ButtonWidget.PressActionprivate 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, DisconnectionInfo info) DisconnectedScreen(Screen parent, Text title, DisconnectionInfo info, Text buttonLabel) DisconnectedScreen(Screen parent, Text title, Text reason) DisconnectedScreen(Screen parent, Text title, Text reason, Text buttonLabel) protectedFeedbackScreen(Screen parent) 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.dialog
Subclasses of Screen in net.minecraft.client.gui.screen.dialogModifier and TypeClassDescriptionclassColumnsDialogScreen<T extends ColumnsDialog>classclassDialogScreen<T extends Dialog>static classclassclassclassSimpleDialogScreen<T extends SimpleDialog>classFields in net.minecraft.client.gui.screen.dialog declared as ScreenFields in net.minecraft.client.gui.screen.dialog with type parameters of type ScreenModifier and TypeFieldDescriptionprivate final MutableObject<Screen> DialogScreen.WarningScreen.dialogScreenMethods in net.minecraft.client.gui.screen.dialog that return ScreenModifier and TypeMethodDescriptionstatic ScreenDialogScreen.WarningScreen.create(MinecraftClient client, DialogNetworkAccess dialogNetworkAccess, Screen dialogScreen) DialogScreen.WarningScreen.getDialogScreen()DialogScreen.getParentScreen()WaitingForResponseScreen.getParentScreen()Methods in net.minecraft.client.gui.screen.dialog with parameters of type ScreenModifier and TypeMethodDescriptionvoidInputControlHandler.addControl(T inputControl, Screen screen, InputControlHandler.Output output) static <T extends InputControl>
voidInputControlHandlers.addControl(T inputControl, Screen screen, InputControlHandler.Output output) voidInputControlHandlers.BooleanInputControlHandler.addControl(BooleanInputControl booleanInputControl, Screen screen, InputControlHandler.Output output) voidInputControlHandlers.NumberRangeInputControlHandler.addControl(NumberRangeInputControl numberRangeInputControl, Screen screen, InputControlHandler.Output output) voidInputControlHandlers.SimpleOptionInputControlHandler.addControl(SingleOptionInputControl singleOptionInputControl, Screen screen, InputControlHandler.Output output) voidInputControlHandlers.TextInputControlHandler.addControl(TextInputControl textInputControl, Screen screen, InputControlHandler.Output output) static ScreenDialogScreen.WarningScreen.create(MinecraftClient client, DialogNetworkAccess dialogNetworkAccess, Screen dialogScreen) static <T extends Dialog>
@Nullable DialogScreen<T> DialogScreens.create(T dialog, @Nullable Screen parent, DialogNetworkAccess networkAccess) DialogScreens.Factory.create(@Nullable Screen parent, T dialog, DialogNetworkAccess networkAccess) private voidDialogScreen.handleClickEvent(ClickEvent clickEvent, @Nullable Screen afterActionScreen) voidDialogNetworkAccess.runClickEventCommand(String command, @Nullable Screen afterActionScreen) voidDialogScreen.WarningScreen.setDialogScreen(@Nullable Screen screen) voidDialogNetworkAccess.showDialog(RegistryEntry<Dialog> dialog, @Nullable Screen afterActionScreen) Constructors in net.minecraft.client.gui.screen.dialog with parameters of type ScreenModifierConstructorDescriptionColumnsDialogScreen(@Nullable Screen parent, T dialog, DialogNetworkAccess networkAccess) DialogListDialogScreen(@Nullable Screen parent, DialogListDialog dialog, DialogNetworkAccess networkAccess) DialogScreen(@Nullable Screen parent, T dialog, DialogNetworkAccess networkAccess) MultiActionDialogScreen(@Nullable Screen parent, MultiActionDialog dialog, DialogNetworkAccess networkAccess) ServerLinksDialogScreen(@Nullable Screen parent, ServerLinksDialog dialog, DialogNetworkAccess networkAccess) SimpleDialogScreen(@Nullable Screen parent, T dialog, DialogNetworkAccess networkAccess) WaitingForResponseScreen(@Nullable Screen parent) Constructor parameters in net.minecraft.client.gui.screen.dialog with type arguments of type ScreenModifierConstructorDescriptionprivateWarningScreen(MinecraftClient client, DialogNetworkAccess dialogNetworkAccess, MutableObject<Screen> dialogScreen) -
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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassForgingScreen<T extends ForgingScreenHandler>classclassclassclassclassHandledScreen<T extends ScreenHandler>classclassclassclassclassclassclassclassclassclassRecipeBookScreen<T extends AbstractRecipeScreenHandler>classclassclassclassclassclassclassclassMethods 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 TypeClassDescriptionclassclassclassThe 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 ScreenCodeOfConductScreen.field_62585private final ScreenAddServerScreen.parent(package private) final ScreenConnectScreen.parentprivate final ScreenDirectConnectScreen.parentprivate final ScreenMultiplayerScreen.parentprivate final ScreenMultiplayerWarningScreen.parentSocialInteractionsScreen.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, @Nullable CookieStorage cookieStorage) Constructors in net.minecraft.client.gui.screen.multiplayer with parameters of type ScreenModifierConstructorDescriptionAddServerScreen(Screen parent, Text text, BooleanConsumer booleanConsumer, ServerInfo serverInfo) CodeOfConductScreen(@Nullable ServerInfo serverInfo, Screen screen, String string, BooleanConsumer booleanConsumer) privateCodeOfConductScreen(@Nullable ServerInfo serverInfo, Screen screen, Text text, String string, BooleanConsumer booleanConsumer) privateConnectScreen(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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.client.gui.screen.option declared as ScreenModifier and TypeFieldDescriptionprivate final ScreenCreditsAndAttributionScreen.parentprotected final ScreenGameOptionsScreen.parentprivate final ScreenOptionsScreen.parentprivate final ScreenTelemetryInfoScreen.parentMethod 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) 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) OnlineOptionsScreen(Screen parent, GameOptions gameOptions) OptionsScreen(Screen parent, GameOptions gameOptions) SkinOptionsScreen(Screen parent, GameOptions gameOptions) SoundOptionsScreen(Screen parent, GameOptions options) TelemetryInfoScreen(Screen parent, GameOptions options) VideoOptionsScreen(Screen parent, MinecraftClient client, GameOptions gameOptions) -
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, AbuseReportType reportType, 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 TypeFieldDescriptionprivate final ScreenCustomizeBuffetLevelScreen.parentprivate final ScreenExperimentsScreen.parentprotected final ScreenSelectWorldScreen.parentprivate final ScreenWorldListWidget.Builder.parentprivate final ScreenWorldListWidget.parentprivate final ScreenWorldListWidget.WorldEntry.screenMethods in net.minecraft.client.gui.screen.world that return ScreenModifier and TypeMethodDescriptionLevelScreenProvider.createEditScreen(CreateWorldScreen parent, GeneratorOptionsHolder generatorOptionsHolder) WorldListWidget.getParent()static Screenstatic ScreenConstructors in net.minecraft.client.gui.screen.world with parameters of type ScreenModifierConstructorDescriptionBuilder(MinecraftClient client, Screen parent) CustomizeBuffetLevelScreen(Screen parent, GeneratorOptionsHolder generatorOptionsHolder, Consumer<RegistryEntry<Biome>> onDone) ExperimentsScreen(Screen parent, ResourcePackManager resourcePackManager, Consumer<ResourcePackManager> applier) SelectWorldScreen(Screen parent) (package private)WorldListWidget(Screen parent, MinecraftClient client, int width, int height, String search, @Nullable WorldListWidget predecessor, @Nullable Consumer<LevelSummary> selectionCallback, @Nullable Consumer<WorldListWidget.WorldEntry> confirmationCallback, WorldListWidget.WorldListType worldListType) -
Uses of Screen in net.minecraft.client.gui.widget
Fields in net.minecraft.client.gui.widget declared as ScreenModifier and TypeFieldDescriptionprivate final ScreenOptionListWidget.WidgetEntry.screenprivate final ScreenThreePartsLayoutWidget.screenMethods in net.minecraft.client.gui.widget with parameters of type ScreenModifier and TypeMethodDescriptionstatic OptionListWidget.WidgetEntryOptionListWidget.WidgetEntry.create(List<ClickableWidget> widgets, Screen screen) static OptionListWidget.WidgetEntryOptionListWidget.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 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(DisconnectionInfo info) ClientConnectionState.postDisconnectScreen()Returns the value of thepostDisconnectScreenrecord component.Methods in net.minecraft.client.network with parameters of type ScreenModifier and TypeMethodDescriptionprivate voidClientPlayNetworkHandler.openConfirmRunCommandScreen(String command, String message, @Nullable Screen screenAfterRun) voidClientPlayNetworkHandler.runClickEventCommand(String command, @Nullable Screen afterActionScreen) voidClientCommonNetworkHandler.CommonDialogNetworkAccess.showDialog(RegistryEntry<Dialog> dialog, @Nullable Screen afterActionScreen) voidClientCommonNetworkHandler.showDialog(RegistryEntry<Dialog> dialog, @Nullable Screen previousScreen) protected voidClientCommonNetworkHandler.showDialog(RegistryEntry<Dialog> dialog, DialogNetworkAccess networkAccess, @Nullable Screen previousScreen) private voidClientPlayNetworkHandler.suggestCommand(String command, String message, @Nullable Screen afterActionScreen) Constructors in net.minecraft.client.network with parameters of type ScreenModifierConstructorDescriptionClientConnectionState(ClientChunkLoadProgress clientChunkLoadProgress, 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, Map<String, String> map2, ServerLinks serverLinks, Map<UUID, PlayerListEntry> map3, boolean bool) ClientLoginNetworkHandler(ClientConnection connection, MinecraftClient client, @Nullable ServerInfo serverInfo, @Nullable Screen parentScreen, boolean newWorld, @Nullable Duration worldLoadTime, Consumer<Text> statusConsumer, ClientChunkLoadProgress clientChunkLoadProgress, @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
Methods in net.minecraft.client.realms.gui with parameters of type ScreenModifier and TypeMethodDescriptionstatic PopupScreenRealmsPopups.createContinuableWarningPopup(Screen parent, Text message, Consumer<PopupScreen> onContinuePressed) static PopupScreenRealmsPopups.createCustomPopup(Screen parent, Text title, Text message, Consumer<PopupScreen> onContinuePressed) static PopupScreenRealmsPopups.createInfoPopup(Screen parent, Text message, Consumer<PopupScreen> onContinuePressed) static PopupScreenRealmsPopups.createNonContinuableWarningPopup(Screen parent, Text message, Consumer<PopupScreen> onOkPressed) -
Uses of Screen in net.minecraft.client.realms.gui.screen
Subclasses of Screen in net.minecraft.client.realms.gui.screenModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.client.realms.gui.screen declared as ScreenModifier and TypeFieldDescriptionprivate final ScreenBuyRealmsScreen.parentprivate final ScreenRealmsBackupInfoScreen.parentprivate final ScreenRealmsBrokenWorldScreen.parentprivate final ScreenRealmsClientIncompatibleScreen.parentprivate final ScreenRealmsCreateWorldScreen.parentprivate final ScreenRealmsDownloadLatestWorldScreen.parentprivate final ScreenRealmsGenericErrorScreen.parentprivate final ScreenRealmsLongRunningMcoTaskScreen.parentprivate final ScreenRealmsMainScreen.parentprivate final ScreenRealmsParentalConsentScreen.parentprivate final ScreenRealmsPendingInvitesScreen.parentprivate final ScreenRealmsRegionPreferenceScreen.parentprivate final ScreenRealmsTermsScreen.parentMethods in net.minecraft.client.realms.gui.screen that return ScreenModifier and TypeMethodDescriptionRealmsBrokenWorldScreen.createErrorScreen(RealmsServiceException error) RealmsConfigureWorldScreen.createErrorScreen(RealmsServiceException error) RealmsConfigureWorldScreen.getParent()Methods in net.minecraft.client.realms.gui.screen with parameters of type ScreenModifier and TypeMethodDescriptionstatic RealmsCreateWorldScreenRealmsCreateWorldScreen.newRealm(Screen parent, RealmsServer serverData, WorldCreationTask creationTask, Runnable callback) static RealmsCreateWorldScreenRealmsCreateWorldScreen.newWorld(Screen parent, int slot, RealmsServer serverData, Runnable callback) static voidRealmsMainScreen.play(@Nullable RealmsServer serverData, Screen parent) static voidRealmsMainScreen.play(@Nullable RealmsServer server, Screen parent, boolean needsPreparation) static RealmsCreateWorldScreenRealmsCreateWorldScreen.resetWorld(Screen parent, RealmsServer serverData, Runnable callback) private static voidRealmsMainScreen.showCompatibilityScreen(RealmsServer server, Screen parent, Text title, Text description, Text confirmText) static voidRealmsWorldCreating.showCreateWorldScreen(MinecraftClient client, Screen parent, Screen realmsScreen, int slotId, RealmsServer server, @Nullable WorldCreationTask creationTask) private static voidRealmsMainScreen.showNeedsUpgradeScreen(RealmsServer serverData, Screen parent) Constructors in net.minecraft.client.realms.gui.screen with parameters of type ScreenModifierConstructorDescriptionBuyRealmsScreen(Screen parent, boolean trialAvailable) RealmsBackupInfoScreen(Screen parent, Backup backup) RealmsBrokenWorldScreen(Screen parent, long serverId, boolean minigame) RealmsClientIncompatibleScreen(Screen parent) RealmsConnectingScreen(Screen parent, RealmsServerAddress serverAddress, LongRunningTask connectTask) 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) RealmsLongRunningMcoTaskScreen(Screen parent, LongRunningTask[] tasks) RealmsMainScreen(Screen parent) RealmsParentalConsentScreen(Screen parent) RealmsPendingInvitesScreen(Screen parent, Text title) RealmsRegionPreferenceScreen(Screen parent, BiConsumer<RegionSelectionMethod, RealmsRegion> onRegionChanged, Map<RealmsRegion, ServiceQuality> availableRegions, RealmsSettingsTab.Region textSupplier) 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 PopupScreenRealmsPrepareConnectionTask.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
Method parameters in net.minecraft.client.realms.util with type arguments of type ScreenModifier and TypeMethodDescriptionstatic Consumer<RealmsServiceException> RealmsUtil.openingScreen(Function<RealmsServiceException, Screen> screenCreator) static Consumer<RealmsServiceException> RealmsUtil.openingScreenAndLogging(Function<RealmsServiceException, Screen> screenCreator, String errorPrefix) -
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<RegistryWrapper.WrapperLookup, DimensionOptionsRegistryHolder> dimensionsRegistrySupplier, Screen screen)