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, 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 boolean
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
private static 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
final Screen
GameMenuScreen.FeedbackScreen.parent
private final Screen
OpenToLanScreen.parent
protected final Screen
StatsScreen.parent
Methods in net.minecraft.client.gui.screen with parameters of type ScreenModifier and TypeMethodDescription(package private) static void
GameMenuScreen.addFeedbackAndBugsButtons
(Screen parentScreen, GridWidget.Adder gridAdder) private static ButtonWidget
GameMenuScreen.createUrlButton
(Screen parent, Text text, URI uri) protected static void
Screen.handleBasicClickEvent
(ClickEvent clickEvent, MinecraftClient client, @Nullable Screen screenAfterRun) protected static void
Screen.handleClickEvent
(ClickEvent clickEvent, MinecraftClient client, @Nullable Screen screenAfterRun) protected static boolean
Screen.handleOpenUri
(MinecraftClient client, @Nullable Screen screen, URI uri) protected static void
Screen.handleRunCommand
(ClientPlayerEntity player, String command, @Nullable Screen screenAfterRun) static void
Opens the confirmation screen to openurl
.static void
static void
static void
static ButtonWidget.PressAction
Returns the button press action that opens the confirmation screen to openurl
.static ButtonWidget.PressAction
static ButtonWidget.PressAction
static ButtonWidget.PressAction
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, 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) protected
FeedbackScreen
(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 TypeClassDescriptionclass
ColumnsDialogScreen<T extends ColumnsDialog>
class
class
DialogScreen<T extends Dialog>
static class
class
class
class
SimpleDialogScreen<T extends SimpleDialog>
class
Fields 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.dialogScreen
Methods in net.minecraft.client.gui.screen.dialog that return ScreenModifier and TypeMethodDescriptionstatic Screen
DialogScreen.WarningScreen.create
(MinecraftClient client, Screen screen) DialogScreen.WarningScreen.getDialogScreen()
DialogScreen.getParentScreen()
WaitingForResponseScreen.getParentScreen()
Methods in net.minecraft.client.gui.screen.dialog with parameters of type ScreenModifier and TypeMethodDescriptionvoid
InputControlHandler.addControl
(T inputControl, Screen screen, InputControlHandler.Output output) static <T extends InputControl>
voidInputControlHandlers.addControl
(T inputControl, Screen screen, InputControlHandler.Output output) void
InputControlHandlers.BooleanInputControlHandler.addControl
(BooleanInputControl booleanInputControl, Screen screen, InputControlHandler.Output output) void
InputControlHandlers.NumberRangeInputControlHandler.addControl
(NumberRangeInputControl numberRangeInputControl, Screen screen, InputControlHandler.Output output) void
InputControlHandlers.SimpleOptionInputControlHandler.addControl
(SingleOptionInputControl singleOptionInputControl, Screen screen, InputControlHandler.Output output) void
InputControlHandlers.TextInputControlHandler.addControl
(TextInputControl textInputControl, Screen screen, InputControlHandler.Output output) static Screen
DialogScreen.WarningScreen.create
(MinecraftClient client, Screen screen) 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 void
DialogScreen.handleClickEvent
(ClickEvent clickEvent, @Nullable Screen afterActionScreen) void
DialogNetworkAccess.runClickEventCommand
(String command, @Nullable Screen afterActionScreen) void
DialogScreen.WarningScreen.setDialogScreen
(@Nullable Screen screen) void
DialogNetworkAccess.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 ScreenModifierConstructorDescriptionprivate
WarningScreen
(MinecraftClient client, MutableObject<Screen> mutableObject) -
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
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
RecipeBookScreen<T extends AbstractRecipeScreenHandler>
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
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
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) 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 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, 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) 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 CreateWorldScreen
CreateWorldScreen.create
(MinecraftClient client, @Nullable Screen parent, LevelInfo levelInfo, GeneratorOptionsHolder generatorOptionsHolder, @Nullable Path dataPackTempDir) static void
CreateWorldScreen.show
(MinecraftClient client, @Nullable Screen parent) private static void
CreateWorldScreen.show
(MinecraftClient client, @Nullable Screen parent, Function<SaveLoading.LoadContextSupplierContext, WorldGenSettings> settingsSupplier, GeneratorOptionsFactory generatorOptionsFactory, RegistryKey<WorldPreset> presetKey, CreateWorldCallback callback) static void
CreateWorldScreen.show
(MinecraftClient client, @Nullable Screen parent, CreateWorldCallback callback) static void
CreateWorldScreen.showTestWorld
(MinecraftClient client, @Nullable Screen parent) 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, CreateWorldCallback callback) 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
(DisconnectionInfo info) ClientConnectionState.postDisconnectScreen()
Returns the value of thepostDisconnectScreen
record component.Methods in net.minecraft.client.network with parameters of type ScreenModifier and TypeMethodDescriptionprivate void
ClientPlayNetworkHandler.openConfirmCommandScreen
(String command, String message, @Nullable Screen screenAfterRun) void
ClientPlayNetworkHandler.runClickEventCommand
(String command, @Nullable Screen afterActionScreen) void
ClientCommonNetworkHandler.showDialog
(RegistryEntry<Dialog> dialog, @Nullable Screen previousScreen) protected void
ClientCommonNetworkHandler.showDialog
(RegistryEntry<Dialog> dialog, DialogNetworkAccess networkAccess, @Nullable Screen previousScreen) 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, Map<String, String> map2, ServerLinks serverLinks) 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
Methods in net.minecraft.client.realms.gui with parameters of type ScreenModifier and TypeMethodDescriptionstatic PopupScreen
RealmsPopups.createContinuableWarningPopup
(Screen parent, Text message, Consumer<PopupScreen> onContinuePressed) static PopupScreen
RealmsPopups.createCustomPopup
(Screen parent, Text title, Text message, Consumer<PopupScreen> onContinuePressed) static PopupScreen
RealmsPopups.createInfoPopup
(Screen parent, Text message, Consumer<PopupScreen> onContinuePressed) static PopupScreen
RealmsPopups.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 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
Fields in net.minecraft.client.realms.gui.screen declared as ScreenModifier and TypeFieldDescriptionprivate final Screen
BuyRealmsScreen.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
RealmsLongRunningMcoTaskScreen.parent
private final Screen
RealmsMainScreen.parent
private final Screen
RealmsParentalConsentScreen.parent
private final Screen
RealmsPendingInvitesScreen.parent
private final Screen
RealmsRegionPreferenceScreen.parent
private final Screen
RealmsTermsScreen.parent
Methods in net.minecraft.client.realms.gui.screen that return ScreenModifier and TypeMethodDescriptionRealmsConfigureWorldScreen.getParent()
RealmsBrokenWorldScreen.method_72203
(RealmsServiceException realmsServiceException) RealmsConfigureWorldScreen.method_72205
(RealmsServiceException realmsServiceException) Methods in net.minecraft.client.realms.gui.screen with parameters of type ScreenModifier and TypeMethodDescriptionstatic RealmsCreateWorldScreen
RealmsCreateWorldScreen.newRealm
(Screen parent, RealmsServer serverData, WorldCreationTask creationTask, Runnable callback) static RealmsCreateWorldScreen
RealmsCreateWorldScreen.newWorld
(Screen parent, int slot, RealmsServer serverData, Runnable callback) static void
RealmsMainScreen.play
(@Nullable RealmsServer serverData, Screen parent) static void
RealmsMainScreen.play
(@Nullable RealmsServer server, Screen parent, boolean needsPreparation) static RealmsCreateWorldScreen
RealmsCreateWorldScreen.resetWorld
(Screen parent, RealmsServer serverData, Runnable callback) private static void
RealmsMainScreen.showCompatibilityScreen
(RealmsServer server, Screen parent, Text title, Text description, Text confirmText) static void
RealmsWorldCreating.showCreateWorldScreen
(MinecraftClient client, Screen parent, Screen realmsScreen, int slotId, RealmsServer server, @Nullable WorldCreationTask creationTask) private static void
RealmsMainScreen.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) 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) 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 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 PopupScreen
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.realms.util
Method parameters in net.minecraft.client.realms.util with type arguments of type ScreenModifier and TypeMethodDescriptionstatic Consumer
<RealmsServiceException> RealmsUtil.method_72220
(Function<RealmsServiceException, Screen> function) static Consumer
<RealmsServiceException> RealmsUtil.method_72221
(Function<RealmsServiceException, Screen> function, String string) -
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<RegistryWrapper.WrapperLookup, DimensionOptionsRegistryHolder> dimensionsRegistrySupplier, Screen screen)