Uses of Class
net.minecraft.client.gui.screens.Screen
Packages that use Screen
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
Extension interfaces for
client-only classes.-
Uses of Screen in com.mojang.realmsclient
Subclasses of Screen in com.mojang.realmsclientFields in com.mojang.realmsclient declared as ScreenMethods in com.mojang.realmsclient that return ScreenMethods in com.mojang.realmsclient with parameters of type ScreenModifier and TypeMethodDescriptionprivate static voidRealmsMainScreen.confirmToPlay(RealmsServer p_311893_, Screen p_310296_, Component p_309987_, Component p_309434_, Component p_311253_) RealmsAvailability.Result.createErrorScreen(Screen p_299167_) static voidRealmsMainScreen.play(RealmsServer p_86516_, Screen p_86517_) static voidRealmsMainScreen.play(RealmsServer p_312669_, Screen p_310591_, boolean p_309776_) Constructors in com.mojang.realmsclient with parameters of type Screen -
Uses of Screen in com.mojang.realmsclient.dto
Methods in com.mojang.realmsclient.dto with parameters of type ScreenModifier and TypeMethodDescriptionRealmsNotification.VisitUrl.buildOpenLinkButton(Screen p_275412_) RealmsNotification.InfoPopup.buildScreen(Screen p_312232_, Consumer<UUID> p_310624_) -
Uses of Screen in com.mojang.realmsclient.gui.screens
Subclasses of Screen in com.mojang.realmsclient.gui.screensModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in com.mojang.realmsclient.gui.screens declared as ScreenModifier and TypeFieldDescriptionprivate final ScreenRealmsPopupScreen.backgroundScreenprivate final ScreenRealmsBackupInfoScreen.lastScreenprivate final ScreenRealmsBrokenWorldScreen.lastScreenprivate final ScreenRealmsClientOutdatedScreen.lastScreenprivate final ScreenRealmsDownloadLatestWorldScreen.lastScreenprivate final ScreenRealmsInviteScreen.lastScreenprivate final ScreenRealmsLongRunningMcoTaskScreen.lastScreenprivate final ScreenRealmsParentalConsentScreen.lastScreenprivate final ScreenRealmsPendingInvitesScreen.lastScreenprivate final ScreenRealmsResetWorldScreen.lastScreenprivate final ScreenRealmsSubscriptionInfoScreen.lastScreenprivate final ScreenRealmsTermsScreen.lastScreen(package private) final ScreenRealmsSubscriptionInfoScreen.mainScreenprivate final ScreenRealmsGenericErrorScreen.nextScreenMethods in com.mojang.realmsclient.gui.screens with parameters of type ScreenModifier and TypeMethodDescriptionvoidRealmsConfigureWorldScreen.closeTheWorld(Screen p_88453_) static RealmsResetWorldScreenRealmsResetWorldScreen.forEmptySlot(Screen p_298871_, int p_300158_, RealmsServer p_300454_, Runnable p_298350_) static RealmsResetWorldScreenRealmsResetWorldScreen.forNewRealm(Screen p_300926_, RealmsServer p_297918_, WorldCreationTask p_312539_, Runnable p_299910_) static RealmsResetWorldScreenRealmsResetWorldScreen.forResetSlot(Screen p_298755_, RealmsServer p_299132_, Runnable p_300942_) voidRealmsConfigureWorldScreen.openTheWorld(boolean p_88460_, Screen p_88461_) Constructors in com.mojang.realmsclient.gui.screens with parameters of type ScreenModifierConstructorDescriptionRealmsBackupInfoScreen(Screen p_88048_, Backup p_88049_) RealmsBrokenWorldScreen(Screen p_88296_, long p_88298_, boolean p_88299_) RealmsClientOutdatedScreen(Screen p_231304_) RealmsDownloadLatestWorldScreen(Screen p_88625_, WorldDownload p_88626_, String p_88627_, it.unimi.dsi.fastutil.booleans.BooleanConsumer p_88628_) RealmsGenericErrorScreen(RealmsServiceException p_88669_, Screen p_88670_) RealmsGenericErrorScreen(Component p_88672_, Screen p_88673_) RealmsGenericErrorScreen(Component p_88675_, Component p_88676_, Screen p_88677_) RealmsInviteScreen(RealmsConfigureWorldScreen p_88703_, Screen p_88704_, RealmsServer p_88705_) RealmsLongRunningMcoTaskScreen(Screen p_88777_, LongRunningTask... p_309789_) RealmsLongRunningMcoTickTaskScreen(Screen p_298922_, LongRunningTask p_298079_) RealmsParentalConsentScreen(Screen p_88861_) RealmsPendingInvitesScreen(Screen p_279260_, Component p_279122_) RealmsPopupScreen(Screen p_298643_, boolean p_298145_) RealmsResetWorldScreen(Screen p_310390_, RealmsServer p_311752_, int p_312610_, Component p_310665_, Component p_312883_, int p_311717_, Component p_309644_, WorldCreationTask p_309833_, Runnable p_311131_) privateRealmsResetWorldScreen(Screen p_89329_, RealmsServer p_89330_, int p_299248_, Component p_299051_, Component p_300553_, int p_300846_, Component p_298233_, Runnable p_89331_) RealmsSubscriptionInfoScreen(Screen p_89979_, RealmsServer p_89980_, Screen p_89981_) RealmsTermsScreen(Screen p_90033_, RealmsServer p_90035_) -
Uses of Screen in com.mojang.realmsclient.util.task
Fields in com.mojang.realmsclient.util.task declared as ScreenModifier and TypeFieldDescriptionprivate final ScreenDownloadTask.lastScreenprivate final ScreenGetServerDetailsTask.lastScreenprivate final ScreenOpenServerTask.returnScreenMethods in com.mojang.realmsclient.util.task with parameters of type ScreenMethod parameters in com.mojang.realmsclient.util.task with type arguments of type ScreenModifier and TypeMethodDescriptionprivate RealmsLongConfirmationScreenGetServerDetailsTask.resourcePackDownloadConfirmationScreen(RealmsServerAddress p_167640_, UUID p_309510_, Function<RealmsServerAddress, Screen> p_167641_) Constructors in com.mojang.realmsclient.util.task with parameters of type ScreenModifierConstructorDescriptionConnectTask(Screen p_90309_, RealmsServer p_90310_, RealmsServerAddress p_90311_) DownloadTask(long p_90320_, int p_90321_, String p_90322_, Screen p_90323_) GetServerDetailsTask(Screen p_90333_, RealmsServer p_90334_) OpenServerTask(RealmsServer p_181344_, Screen p_181345_, boolean p_181347_, Minecraft p_181348_) -
Uses of Screen in net.minecraft.client
Fields in net.minecraft.client declared as ScreenMethods in net.minecraft.client with parameters of type ScreenModifier and TypeMethodDescriptionvoidMinecraft.clearClientLevel(Screen p_297406_) voidMinecraft.disconnect(Screen p_91321_) voidMinecraft.forceSetScreen(Screen p_91347_) voidvoidRealms32BitWarningStatus.showRealms32BitWarningIfNeeded(Screen p_232209_) private voidMinecraft.updateScreenAndTick(Screen p_91363_) Method parameters in net.minecraft.client with type arguments of type ScreenModifier and TypeMethodDescriptionprivate voidMinecraft.addInitialScreens(List<Function<Runnable, Screen>> p_297818_) -
Uses of Screen in net.minecraft.client.gui.components
Subclasses of Screen in net.minecraft.client.gui.componentsFields in net.minecraft.client.gui.components declared as ScreenModifier and TypeFieldDescriptionprivate final ScreenPopupScreen.backgroundScreenprivate final ScreenPopupScreen.Builder.backgroundScreenprivate final ScreenCommandSuggestions.screenConstructors in net.minecraft.client.gui.components with parameters of type ScreenModifierConstructorDescriptionCommandSuggestions(Minecraft p_93871_, Screen p_93872_, EditBox p_93873_, Font p_93874_, boolean p_93875_, boolean p_93876_, int p_93877_, int p_93878_, boolean p_93879_, int p_93880_) (package private)PopupScreen(Screen p_311716_, int p_312972_, ResourceLocation p_312263_, Component p_311243_, Component p_313078_, List<PopupScreen.ButtonOption> p_312924_, Runnable p_309530_) -
Uses of Screen in net.minecraft.client.gui.layouts
Fields in net.minecraft.client.gui.layouts declared as ScreenConstructors in net.minecraft.client.gui.layouts with parameters of type ScreenModifierConstructorDescriptionHeaderAndFooterLayout(Screen p_270234_) HeaderAndFooterLayout(Screen p_270404_, int p_270984_) HeaderAndFooterLayout(Screen p_270083_, int p_270134_, int p_270996_) -
Uses of Screen in net.minecraft.client.gui.screens
Classes in net.minecraft.client.gui.screens with type parameters of type ScreenModifier and TypeInterfaceDescriptionstatic interfaceMenuScreens.ScreenConstructor<T extends AbstractContainerMenu,U extends Screen & MenuAccess<T>> Subclasses of Screen in net.minecraft.client.gui.screensModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassstatic classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.client.gui.screens declared as ScreenModifier and TypeFieldDescriptionprivate final ScreenCreditsAndAttributionScreen.lastScreenprivate final ScreenDirectJoinServerScreen.lastScreenprivate final ScreenEditServerScreen.lastScreenprivate final ScreenOptionsScreen.lastScreenprotected final ScreenOptionsSubScreen.lastScreenprivate final ScreenShareToLanScreen.lastScreen(package private) final ScreenConnectScreen.parentprivate final ScreenCreateBuffetWorldScreen.parentprivate final ScreenDisconnectedScreen.parentMethods in net.minecraft.client.gui.screens with type parameters of type ScreenModifier and TypeMethodDescriptionstatic <M extends AbstractContainerMenu,U extends Screen & MenuAccess<M>>
voidMenuScreens.register(MenuType<? extends M> p_96207_, MenuScreens.ScreenConstructor<M, U> p_96208_) Methods in net.minecraft.client.gui.screens that return ScreenModifier and TypeMethodDescriptionstatic ScreenNoticeWithLinkScreen.createPackSymlinkWarningScreen(Runnable p_310056_) static ScreenNoticeWithLinkScreen.createWorldSymlinkWarningScreen(Runnable p_309390_) Methods in net.minecraft.client.gui.screens with parameters of type ScreenModifier and TypeMethodDescriptionprivate voidAccessibilityOnboardingScreen.closeAndSetScreen(Screen p_272914_) static Button.OnPressConfirmLinkScreen.confirmLink(Screen p_275326_, String p_275241_) static voidConfirmLinkScreen.confirmLinkNow(Screen p_275593_, String p_275417_) static OnlineOptionsScreenOnlineOptionsScreen.createOnlineOptionsScreen(Minecraft p_262120_, Screen p_261548_, Options p_261609_) static voidConnectScreen.startConnecting(Screen p_279473_, Minecraft p_279200_, ServerAddress p_279150_, ServerData p_279481_, boolean p_279117_) Method parameters in net.minecraft.client.gui.screens with type arguments of type ScreenModifier and TypeMethodDescriptionprivate ButtonOptionsScreen.openScreenButton(Component p_261565_, Supplier<Screen> p_262119_) private ButtonPauseScreen.openScreenButton(Component p_262567_, Supplier<Screen> p_262581_) Constructors in net.minecraft.client.gui.screens with parameters of type ScreenModifierConstructorDescriptionAccessibilityOptionsScreen(Screen p_95504_, Options p_95505_) ChatOptionsScreen(Screen p_95571_, Options p_95572_) privateConnectScreen(Screen p_279215_, Component p_279228_) CreateBuffetWorldScreen(Screen p_232732_, WorldCreationContext p_232733_, Consumer<Holder<Biome>> p_232734_) CreditsAndAttributionScreen(Screen p_276298_) DirectJoinServerScreen(Screen p_95960_, it.unimi.dsi.fastutil.booleans.BooleanConsumer p_95961_, ServerData p_95962_) DisconnectedScreen(Screen p_95993_, Component p_95994_, Component p_95995_) DisconnectedScreen(Screen p_279153_, Component p_279183_, Component p_279332_, Component p_279257_) EditServerScreen(Screen p_96017_, it.unimi.dsi.fastutil.booleans.BooleanConsumer p_96018_, ServerData p_96019_) LanguageSelectScreen(Screen p_96085_, Options p_96086_, LanguageManager p_96087_) MouseSettingsScreen(Screen p_96222_, Options p_96223_) privateOnlineOptionsScreen(Screen p_261979_, Options p_261924_, OptionInstance<?>[] p_262151_, OptionInstance<com.mojang.datafixers.util.Unit> p_261692_) OptionsScreen(Screen p_96242_, Options p_96243_) OptionsSubScreen(Screen p_96284_, Options p_96285_, Component p_96286_) ShareToLanScreen(Screen p_96650_) SimpleOptionsSubScreen(Screen p_232763_, Options p_232764_, Component p_232765_, OptionInstance<?>[] p_232766_) SkinCustomizationScreen(Screen p_96684_, Options p_96685_) SoundOptionsScreen(Screen p_96702_, Options p_96703_) VideoSettingsScreen(Screen p_96806_, Options p_96807_) -
Uses of Screen in net.minecraft.client.gui.screens.achievement
Subclasses of Screen in net.minecraft.client.gui.screens.achievementFields in net.minecraft.client.gui.screens.achievement declared as ScreenConstructors in net.minecraft.client.gui.screens.achievement with parameters of type Screen -
Uses of Screen in net.minecraft.client.gui.screens.advancements
Subclasses of Screen in net.minecraft.client.gui.screens.advancements -
Uses of Screen in net.minecraft.client.gui.screens.controls
Subclasses of Screen in net.minecraft.client.gui.screens.controlsConstructors in net.minecraft.client.gui.screens.controls with parameters of type ScreenModifierConstructorDescriptionControlsScreen(Screen p_97519_, Options p_97520_) KeyBindsScreen(Screen p_193980_, Options p_193981_) -
Uses of Screen in net.minecraft.client.gui.screens.debug
Subclasses of Screen in net.minecraft.client.gui.screens.debug -
Uses of Screen in net.minecraft.client.gui.screens.inventory
Subclasses of Screen in net.minecraft.client.gui.screens.inventoryModifier and TypeClassDescriptionclassclassAbstractContainerScreen<T extends AbstractContainerMenu>classAbstractFurnaceScreen<T extends AbstractFurnaceMenu>classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassItemCombinerScreen<T extends ItemCombinerMenu>classclassclassclassclassclassclassclassclassclassclass -
Uses of Screen in net.minecraft.client.gui.screens.multiplayer
Subclasses of Screen in net.minecraft.client.gui.screens.multiplayerModifier and TypeClassDescriptionclassclassclassclassclassFields in net.minecraft.client.gui.screens.multiplayer declared as ScreenModifier and TypeFieldDescriptionprivate final ScreenJoinMultiplayerScreen.lastScreenprivate final ScreenRealms32bitWarningScreen.previousprivate final ScreenSafetyScreen.previousConstructors in net.minecraft.client.gui.screens.multiplayer with parameters of type ScreenModifierConstructorDescriptionJoinMultiplayerScreen(Screen p_99688_) Realms32bitWarningScreen(Screen p_210898_) SafetyScreen(Screen p_99743_) -
Uses of Screen in net.minecraft.client.gui.screens.packs
Subclasses of Screen in net.minecraft.client.gui.screens.packs -
Uses of Screen in net.minecraft.client.gui.screens.reporting
Subclasses of Screen in net.minecraft.client.gui.screens.reportingModifier and TypeClassDescriptionclassAbstractReportScreen<B extends Report.Builder<?>>(package private) classclassclassclassclassclassclassFields in net.minecraft.client.gui.screens.reporting declared as ScreenModifier and TypeFieldDescriptionprotected final ScreenAbstractReportScreen.lastScreenprivate final ScreenChatSelectionScreen.lastScreenprivate final ScreenReportPlayerScreen.lastScreenprivate final ScreenReportReasonSelectionScreen.lastScreenConstructors in net.minecraft.client.gui.screens.reporting with parameters of type ScreenModifierConstructorDescriptionprotectedAbstractReportScreen(Component p_297559_, Screen p_299592_, ReportingContext p_300174_, B p_300351_) ChatReportScreen(Screen p_239116_, ReportingContext p_239117_, UUID p_239118_) ChatReportScreen(Screen p_253839_, ReportingContext p_254386_, ChatReport p_297371_) privateChatReportScreen(Screen p_254505_, ReportingContext p_254531_, ChatReport.Builder p_298527_) ChatSelectionScreen(Screen p_239090_, ReportingContext p_239091_, ChatReport.Builder p_298838_, Consumer<ChatReport.Builder> p_239093_) NameReportScreen(Screen p_300152_, ReportingContext p_300083_, UUID p_298096_, String p_300249_) NameReportScreen(Screen p_300445_, ReportingContext p_299367_, NameReport p_297896_) privateNameReportScreen(Screen p_300534_, ReportingContext p_300915_, NameReport.Builder p_300014_) ReportPlayerScreen(Screen p_300148_, ReportingContext p_298995_, PlayerEntry p_300468_) ReportReasonSelectionScreen(Screen p_239438_, ReportReason p_239439_, Consumer<ReportReason> p_239440_) SkinReportScreen(Screen p_297357_, ReportingContext p_300387_, UUID p_300713_, Supplier<PlayerSkin> p_299154_) SkinReportScreen(Screen p_300918_, ReportingContext p_298862_, SkinReport p_299017_) privateSkinReportScreen(Screen p_297956_, ReportingContext p_297244_, SkinReport.Builder p_297725_) -
Uses of Screen in net.minecraft.client.gui.screens.social
Subclasses of Screen in net.minecraft.client.gui.screens.social -
Uses of Screen in net.minecraft.client.gui.screens.telemetry
Subclasses of Screen in net.minecraft.client.gui.screens.telemetryFields in net.minecraft.client.gui.screens.telemetry declared as ScreenConstructors in net.minecraft.client.gui.screens.telemetry with parameters of type Screen -
Uses of Screen in net.minecraft.client.gui.screens.worldselection
Subclasses of Screen in net.minecraft.client.gui.screens.worldselectionModifier and TypeClassDescriptionclass(package private) classclassclassclassclassclassclassFields in net.minecraft.client.gui.screens.worldselection declared as ScreenModifier and TypeFieldDescriptionprivate final ScreenCreateWorldScreen.lastScreenprotected final ScreenSelectWorldScreen.lastScreenprivate final ScreenExperimentsScreen.parentMethods in net.minecraft.client.gui.screens.worldselection that return ScreenModifier and TypeMethodDescriptionPresetEditor.createEditScreen(CreateWorldScreen p_232977_, WorldCreationContext p_232978_) Methods in net.minecraft.client.gui.screens.worldselection with parameters of type ScreenModifier and TypeMethodDescriptionvoidWorldOpenFlows.createFreshLevel(String p_233158_, LevelSettings p_233159_, WorldOptions p_249243_, Function<RegistryAccess, WorldDimensions> p_249252_, Screen p_310233_) static CreateWorldScreenCreateWorldScreen.createFromExisting(Minecraft p_276017_, Screen p_276029_, LevelSettings p_276055_, WorldCreationContext p_276028_, Path p_276040_) static voidConstructors in net.minecraft.client.gui.screens.worldselection with parameters of type ScreenModifierConstructorDescriptionprivateCreateWorldScreen(Minecraft p_276053_, Screen p_276049_, WorldCreationContext p_276047_, Optional<ResourceKey<WorldPreset>> p_276013_, OptionalLong p_276031_) ExperimentsScreen(Screen p_270165_, PackRepository p_270308_, Consumer<PackRepository> p_270392_) SelectWorldScreen(Screen p_101338_) -
Uses of Screen in net.minecraft.client.multiplayer
Subclasses of Screen in net.minecraft.client.multiplayerModifier and TypeClassDescription(package private) classFields in net.minecraft.client.multiplayer declared as ScreenModifier and TypeFieldDescriptionprivate final ScreenClientHandshakePacketListenerImpl.parentprivate final ScreenClientCommonPacketListenerImpl.PackConfirmScreen.parentScreenprotected final ScreenClientCommonPacketListenerImpl.postDisconnectScreenprivate final ScreenCommonListenerCookie.postDisconnectScreenThe field for thepostDisconnectScreenrecord component.Methods in net.minecraft.client.multiplayer that return ScreenModifier and TypeMethodDescriptionprivate ScreenClientCommonPacketListenerImpl.addOrUpdatePackPrompt(UUID p_313077_, URL p_312880_, String p_309420_, boolean p_312218_, Component p_309535_) protected ScreenClientCommonPacketListenerImpl.createDisconnectScreen(Component p_299787_) CommonListenerCookie.postDisconnectScreen()Returns the value of thepostDisconnectScreenrecord component.Constructors in net.minecraft.client.multiplayer with parameters of type ScreenModifierConstructorDescriptionClientHandshakePacketListenerImpl(Connection p_261697_, Minecraft p_261835_, ServerData p_261938_, Screen p_261783_, boolean p_261562_, Duration p_261673_, Consumer<Component> p_261945_) CommonListenerCookie(com.mojang.authlib.GameProfile localGameProfile, WorldSessionTelemetryManager telemetryManager, RegistryAccess.Frozen receivedRegistries, FeatureFlagSet enabledFeatures, String serverBrand, ServerData serverData, Screen postDisconnectScreen) Creates an instance of aCommonListenerCookierecord class.(package private)PackConfirmScreen(Minecraft p_309743_, Screen p_312679_, List<ClientCommonPacketListenerImpl.PackConfirmScreen.PendingRequest> p_312458_, boolean p_313140_, Component p_312901_) -
Uses of Screen in net.minecraft.client.multiplayer.chat.report
Methods in net.minecraft.client.multiplayer.chat.report that return ScreenModifier and TypeMethodDescriptionChatReport.createScreen(Screen p_300210_, ReportingContext p_298195_) NameReport.createScreen(Screen p_300004_, ReportingContext p_297616_) abstract ScreenReport.createScreen(Screen p_299662_, ReportingContext p_299414_) SkinReport.createScreen(Screen p_297640_, ReportingContext p_297669_) Methods in net.minecraft.client.multiplayer.chat.report with parameters of type ScreenModifier and TypeMethodDescriptionChatReport.createScreen(Screen p_300210_, ReportingContext p_298195_) NameReport.createScreen(Screen p_300004_, ReportingContext p_297616_) abstract ScreenReport.createScreen(Screen p_299662_, ReportingContext p_299414_) SkinReport.createScreen(Screen p_297640_, ReportingContext p_297669_) voidReportingContext.draftReportHandled(Minecraft p_261771_, Screen p_261866_, Runnable p_262031_, boolean p_261540_) -
Uses of Screen in net.minecraft.realms
Subclasses of Screen in net.minecraft.realmsFields in net.minecraft.realms declared as ScreenModifier and TypeFieldDescription(package private) final ScreenRealmsConnect.onlineScreenprivate final ScreenDisconnectedRealmsScreen.parentConstructors in net.minecraft.realms with parameters of type ScreenModifierConstructorDescriptionDisconnectedRealmsScreen(Screen p_120653_, Component p_120654_, Component p_120655_) RealmsConnect(Screen p_120693_) -
Uses of Screen in net.minecraftforge.client
Fields in net.minecraftforge.client with type parameters of type ScreenModifier and TypeFieldDescriptionForgeHooksClient.guiLayersContains the *extra* GUI layers.private final BiFunction<Minecraft,Screen, Screen> ConfigScreenHandler.ConfigScreenFactory.screenFunctionThe field for thescreenFunctionrecord component.private final BiFunction<Minecraft,Screen, Screen> ConfigScreenHandler.ConfigScreenFactory.screenFunctionThe field for thescreenFunctionrecord component.Methods in net.minecraftforge.client that return types with arguments of type ScreenModifier and TypeMethodDescriptionstatic Optional<BiFunction<Minecraft,Screen, Screen>> ConfigScreenHandler.getScreenFactoryFor(net.minecraftforge.forgespi.language.IModInfo selectedMod) static Optional<BiFunction<Minecraft,Screen, Screen>> ConfigScreenHandler.getScreenFactoryFor(net.minecraftforge.forgespi.language.IModInfo selectedMod) ConfigScreenHandler.ConfigScreenFactory.screenFunction()Returns the value of thescreenFunctionrecord component.ConfigScreenHandler.ConfigScreenFactory.screenFunction()Returns the value of thescreenFunctionrecord component.Methods in net.minecraftforge.client with parameters of type ScreenModifier and TypeMethodDescriptionstatic voidForgeHooksClient.drawScreen(Screen screen, GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) private static voidForgeHooksClient.drawScreenInternal(Screen screen, GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) static booleanForgeHooksClient.onClientDisconnect(Connection connection, Minecraft mc, Screen parent, Component message) static voidForgeHooksClient.onScreenCharTypedPost(Screen guiScreen, char codePoint, int modifiers) static booleanForgeHooksClient.onScreenCharTypedPre(Screen guiScreen, char codePoint, int modifiers) static booleanForgeHooksClient.onScreenKeyPressedPost(Screen guiScreen, int keyCode, int scanCode, int modifiers) static booleanForgeHooksClient.onScreenKeyPressedPre(Screen guiScreen, int keyCode, int scanCode, int modifiers) static booleanForgeHooksClient.onScreenKeyReleasedPost(Screen guiScreen, int keyCode, int scanCode, int modifiers) static booleanForgeHooksClient.onScreenKeyReleasedPre(Screen guiScreen, int keyCode, int scanCode, int modifiers) ForgeHooksClient.onScreenPotionSize(Screen screen, int availableSpace, boolean compact, int horizontalOffset) static voidForgeHooksClient.pushGuiLayer(Minecraft minecraft, Screen screen) Constructor parameters in net.minecraftforge.client with type arguments of type ScreenModifierConstructorDescriptionConfigScreenFactory(BiFunction<Minecraft, Screen, Screen> screenFunction) Creates an instance of aConfigScreenFactoryrecord class.ConfigScreenFactory(BiFunction<Minecraft, Screen, Screen> screenFunction) Creates an instance of aConfigScreenFactoryrecord class. -
Uses of Screen in net.minecraftforge.client.event
Fields in net.minecraftforge.client.event declared as ScreenModifier and TypeFieldDescriptionprivate final @Nullable ScreenScreenEvent.Opening.currentScreenprivate ScreenScreenEvent.Opening.newScreenprivate final ScreenScreenEvent.screenMethods in net.minecraftforge.client.event that return ScreenModifier and TypeMethodDescription@Nullable ScreenScreenEvent.Opening.getCurrentScreen()Gets the currently open screen at the time of the event being fired.@Nullable ScreenScreenEvent.Opening.getNewScreen()ScreenEvent.getScreen()Returns the screen that caused this event.static @Nullable ScreenForgeEventFactoryClient.onScreenOpening(Screen old, Screen screen) Methods in net.minecraftforge.client.event with parameters of type ScreenModifier and TypeMethodDescriptionstatic voidForgeEventFactoryClient.onScreenClose(Screen screen) static booleanForgeEventFactoryClient.onScreenMouseClickedPost(Screen guiScreen, double mouseX, double mouseY, int button, boolean handled) static booleanForgeEventFactoryClient.onScreenMouseClickedPre(Screen guiScreen, double mouseX, double mouseY, int button) static voidForgeEventFactoryClient.onScreenMouseDragPost(Screen guiScreen, double mouseX, double mouseY, int mouseButton, double dragX, double dragY) static booleanForgeEventFactoryClient.onScreenMouseDragPre(Screen guiScreen, double mouseX, double mouseY, int mouseButton, double dragX, double dragY) static booleanForgeEventFactoryClient.onScreenMouseReleasedPost(Screen guiScreen, double mouseX, double mouseY, int button, boolean handled) static booleanForgeEventFactoryClient.onScreenMouseReleasedPre(Screen guiScreen, double mouseX, double mouseY, int button) static voidForgeEventFactoryClient.onScreenMouseScrollPost(Screen guiScreen, double mouseX, double mouseY, double deltaX, double deltaY) static booleanForgeEventFactoryClient.onScreenMouseScrollPre(Screen guiScreen, double mouseX, double mouseY, double deltaX, double deltaY) static @Nullable ScreenForgeEventFactoryClient.onScreenOpening(Screen old, Screen screen) voidScreenEvent.Opening.setNewScreen(Screen newScreen) Sets the new screen to be opened if the event is not cancelled.Constructors in net.minecraftforge.client.event with parameters of type ScreenModifierConstructorDescriptionBackgroundRendered(Screen screen, GuiGraphics guiGraphics) CharacterTyped(Screen screen, char codePoint, int modifiers) protectedInit(Screen screen, List<GuiEventListener> listenerList, Consumer<GuiEventListener> add, Consumer<GuiEventListener> remove) protectedKeyPressed(Screen screen, int keyCode, int scanCode, int modifiers) KeyReleased(Screen screen, int keyCode, int scanCode, int modifiers) MouseButtonPressed(Screen screen, double mouseX, double mouseY, int button) MouseButtonReleased(Screen screen, double mouseX, double mouseY, int button) MouseDragged(Screen screen, double mouseX, double mouseY, int mouseButton, double dragX, double dragY) protectedMouseInput(Screen screen, double mouseX, double mouseY) MouseScrolled(Screen screen, double mouseX, double mouseY, double deltaX, double deltaY) Post(Screen screen, List<GuiEventListener> list, Consumer<GuiEventListener> add, Consumer<GuiEventListener> remove) Post(Screen screen, GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) Pre(Screen screen, List<GuiEventListener> list, Consumer<GuiEventListener> add, Consumer<GuiEventListener> remove) Pre(Screen screen, GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) protectedRender(Screen screen, GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick) RenderInventoryMobEffects(Screen screen, int availableSpace, boolean compact, int horizontalOffset) protectedScreenEvent(Screen screen) -
Uses of Screen in net.minecraftforge.client.extensions
Methods in net.minecraftforge.client.extensions with parameters of type ScreenModifier and TypeMethodDescriptiondefault voidIForgeMinecraft.pushGuiLayer(Screen screen) Pushes a screen as a new GUI layer. -
Uses of Screen in net.minecraftforge.client.gui
Subclasses of Screen in net.minecraftforge.client.guiModifier and TypeClassDescriptionclassclassclassclassFields in net.minecraftforge.client.gui declared as ScreenModifier and TypeFieldDescriptionprivate final ScreenModMismatchDisconnectedScreen.parentprivate ScreenModListScreen.parentScreenConstructors in net.minecraftforge.client.gui with parameters of type ScreenModifierConstructorDescriptionModListScreen(Screen parentScreen) ModMismatchDisconnectedScreen(Screen parentScreen, Component title, Component reason, NetworkContext.NetworkMismatchData data)