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 ScreenModifier and TypeFieldDescription(package private) final ScreenRealmsMainScreen.lastScreen(package private) static ScreenRealmsMainScreen.realmsGenericErrorScreenMethods in com.mojang.realmsclient with parameters of type ScreenModifier and TypeMethodDescriptionvoidRealmsMainScreen.play(RealmsServer p_86516_, Screen p_86517_) 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_) -
Uses of Screen in com.mojang.realmsclient.gui.screens
Subclasses of Screen in com.mojang.realmsclient.gui.screensModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in com.mojang.realmsclient.gui.screens declared as ScreenModifier and TypeFieldDescriptionprivate final ScreenRealmsBackupInfoScreen.lastScreenprivate final ScreenRealmsBrokenWorldScreen.lastScreenprivate final ScreenRealmsClientOutdatedScreen.lastScreenprivate final ScreenRealmsDownloadLatestWorldScreen.lastScreenprivate final ScreenRealmsInviteScreen.lastScreenprivate final ScreenRealmsLongRunningMcoTaskScreen.lastScreenprivate final ScreenRealmsPendingInvitesScreen.lastScreenprivate final ScreenRealmsResetWorldScreen.lastScreenprivate final ScreenRealmsSubscriptionInfoScreen.lastScreenprivate final ScreenRealmsTermsScreen.lastScreen(package private) final ScreenRealmsSubscriptionInfoScreen.mainScreenprivate final ScreenRealmsGenericErrorScreen.nextScreenprivate final ScreenRealmsParentalConsentScreen.nextScreenMethods in com.mojang.realmsclient.gui.screens with parameters of type ScreenModifier and TypeMethodDescriptionvoidRealmsConfigureWorldScreen.closeTheWorld(Screen p_88453_) 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_, RealmsMainScreen p_88297_, 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_88778_) RealmsParentalConsentScreen(Screen p_88861_) RealmsPendingInvitesScreen(Screen p_279260_, Component p_279122_) RealmsResetWorldScreen(Screen p_89329_, RealmsServer p_89330_, Runnable p_89331_, Runnable p_89332_) RealmsResetWorldScreen(Screen p_167448_, RealmsServer p_167449_, Component p_167450_, Runnable p_167451_, Runnable p_167452_) RealmsResetWorldScreen(Screen p_89334_, RealmsServer p_89335_, Component p_89336_, Component p_89337_, int p_89338_, Component p_89339_, Runnable p_89340_, Runnable p_89341_) RealmsSubscriptionInfoScreen(Screen p_89979_, RealmsServer p_89980_, Screen p_89981_) RealmsTermsScreen(Screen p_90033_, RealmsMainScreen p_90034_, 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 ScreenWorldCreationTask.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_, 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(RealmsMainScreen p_90332_, Screen p_90333_, RealmsServer p_90334_, ReentrantLock p_90335_) OpenServerTask(RealmsServer p_181344_, Screen p_181345_, RealmsMainScreen p_181346_, boolean p_181347_, Minecraft p_181348_) WorldCreationTask(long p_90468_, String p_90469_, String p_90470_, Screen p_90471_) -
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.clearLevel(Screen p_91321_) voidMinecraft.forceSetScreen(Screen p_91347_) voidvoidRealms32BitWarningStatus.showRealms32BitWarningIfNeeded(Screen p_232209_) private voidMinecraft.updateScreenAndTick(Screen p_91363_) -
Uses of Screen in net.minecraft.client.gui.components
Fields in net.minecraft.client.gui.components declared as 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_) -
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 classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.client.gui.screens declared as ScreenModifier and TypeFieldDescriptionprivate final ScreenSymlinkWarningScreen.callbackScreenprivate final ScreenBackupConfirmScreen.lastScreenprivate 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 with parameters of type ScreenModifier and TypeMethodDescriptionprivate voidAccessibilityOnboardingScreen.closeAndSetScreen(Screen p_272914_) static Button.OnPressConfirmLinkScreen.confirmLink(String p_275241_, Screen p_275326_, boolean p_275642_) static voidConfirmLinkScreen.confirmLinkNow(String p_275417_, Screen p_275593_, boolean p_275446_) 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_) BackupConfirmScreen(Screen p_95543_, BackupConfirmScreen.Listener p_95544_, Component p_95545_, Component p_95546_, boolean p_95547_) 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_) SymlinkWarningScreen(Screen p_289989_) 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>classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassItemCombinerScreen<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 TypeClassDescriptionclassclassclassclassFields 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 TypeClassDescriptionclass(package private) classclassclassFields in net.minecraft.client.gui.screens.reporting declared as ScreenModifier and TypeFieldDescription(package private) final ScreenChatReportScreen.lastScreenprivate final ScreenChatSelectionScreen.lastScreenprivate final ScreenReportReasonSelectionScreen.lastScreenConstructors in net.minecraft.client.gui.screens.reporting with parameters of type ScreenModifierConstructorDescriptionChatReportScreen(Screen p_239116_, ReportingContext p_239117_, UUID p_239118_) privateChatReportScreen(Screen p_253839_, ReportingContext p_254386_, ChatReportBuilder p_254309_) ChatReportScreen(Screen p_254505_, ReportingContext p_254531_, ChatReportBuilder.ChatReport p_253775_) ChatSelectionScreen(Screen p_239090_, ReportingContext p_239091_, ChatReportBuilder p_239092_, Consumer<ChatReportBuilder> p_239093_) ReportReasonSelectionScreen(Screen p_239438_, ReportReason p_239439_, Consumer<ReportReason> p_239440_) -
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 TypeMethodDescriptionprivate voidWorldOpenFlows.askForBackup(Screen p_233141_, String p_233142_, boolean p_233143_, Runnable p_233144_) static CreateWorldScreenCreateWorldScreen.createFromExisting(Minecraft p_276017_, Screen p_276029_, LevelSettings p_276055_, WorldCreationContext p_276028_, Path p_276040_) private voidWorldOpenFlows.doLoadLevel(Screen p_233146_, String p_233147_, boolean p_233148_, boolean p_233149_) private voidWorldOpenFlows.doLoadLevel(Screen p_233146_, String p_233147_, boolean p_233148_, boolean p_233149_, boolean confirmExperimentalWarning) voidstatic 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_) protectedExperimentsScreen(Screen p_270165_, PackRepository p_270308_, Consumer<PackRepository> p_270392_) SelectWorldScreen(Screen p_101338_) -
Uses of Screen in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer declared as ScreenModifier and TypeFieldDescriptionprivate final ScreenClientPacketListener.callbackScreenprivate final ScreenClientHandshakePacketListenerImpl.parentConstructors 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_) ClientPacketListener(Minecraft p_253924_, Screen p_254239_, Connection p_253614_, ServerData p_254072_, com.mojang.authlib.GameProfile p_254079_, WorldSessionTelemetryManager p_262115_) -
Uses of Screen in net.minecraft.client.multiplayer.chat.report
Methods in net.minecraft.client.multiplayer.chat.report with parameters of type ScreenModifier and TypeMethodDescriptionvoidReportingContext.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 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) static booleanForgeHooksClient.onScreenMouseClickedPost(Screen guiScreen, double mouseX, double mouseY, int button, boolean handled) static booleanForgeHooksClient.onScreenMouseClickedPre(Screen guiScreen, double mouseX, double mouseY, int button) static voidForgeHooksClient.onScreenMouseDragPost(Screen guiScreen, double mouseX, double mouseY, int mouseButton, double dragX, double dragY) static booleanForgeHooksClient.onScreenMouseDragPre(Screen guiScreen, double mouseX, double mouseY, int mouseButton, double dragX, double dragY) static booleanForgeHooksClient.onScreenMouseReleasedPost(Screen guiScreen, double mouseX, double mouseY, int button, boolean handled) static booleanForgeHooksClient.onScreenMouseReleasedPre(Screen guiScreen, double mouseX, double mouseY, int button) static voidForgeHooksClient.onScreenMouseScrollPost(MouseHandler mouseHelper, Screen guiScreen, double scrollDelta) static booleanForgeHooksClient.onScreenMouseScrollPre(MouseHandler mouseHelper, Screen guiScreen, double scrollDelta) 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.Methods in net.minecraftforge.client.event with parameters of type ScreenModifier and TypeMethodDescriptionvoidScreenEvent.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 scrollDelta) 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, ConnectionData.ModMismatchData modMismatchData) -
Uses of Screen in net.minecraftforge.debug.client
Subclasses of Screen in net.minecraftforge.debug.clientModifier and TypeClassDescriptionstatic class(package private) static classstatic classclass -
Uses of Screen in net.minecraftforge.debug.misc
Subclasses of Screen in net.minecraftforge.debug.misc -
Uses of Screen in net.minecraftforge.debug.recipe.recipebook
Subclasses of Screen in net.minecraftforge.debug.recipe.recipebook