Uses of Enum Class
net.minecraft.client.gui.navigation.ScreenDirection
Packages that use ScreenDirection
Package
Description
-
Uses of ScreenDirection in net.minecraft.client.gui.components
Methods in net.minecraft.client.gui.components with parameters of type ScreenDirectionModifier and TypeMethodDescriptionprotected E
AbstractSelectionList.nextEntry
(ScreenDirection pDirection) protected E
AbstractSelectionList.nextEntry
(ScreenDirection pDirection, Predicate<E> pPredicate) protected E
AbstractSelectionList.nextEntry
(ScreenDirection pDirection, Predicate<E> pPredicate, E pSelected) -
Uses of ScreenDirection in net.minecraft.client.gui.components.events
Methods in net.minecraft.client.gui.components.events with parameters of type ScreenDirectionModifier and TypeMethodDescriptiondefault ScreenRectangle
GuiEventListener.getBorderForArrowNavigation
(ScreenDirection pDirection) private ComponentPath
ContainerEventHandler.nextFocusPathInDirection
(ScreenRectangle pRectangle, ScreenDirection pDirection, GuiEventListener pListener, FocusNavigationEvent pEvent) Calculates the next focus path in a specific direction.private ComponentPath
ContainerEventHandler.nextFocusPathVaguelyInDirection
(ScreenRectangle pRectangle, ScreenDirection pDirection, GuiEventListener pListener, FocusNavigationEvent pEvent) Calculates the next focus path in a vague direction. -
Uses of ScreenDirection in net.minecraft.client.gui.screens
Methods in net.minecraft.client.gui.screens with parameters of type ScreenDirection -
Uses of ScreenDirection in net.minecraft.client.gui.screens.reporting
Methods in net.minecraft.client.gui.screens.reporting with parameters of type ScreenDirectionModifier and TypeMethodDescriptionChatSelectionScreen.ChatSelectionList.nextEntry
(ScreenDirection p_265203_) -
Uses of ScreenDirection in net.minecraft.client.gui.screens.worldselection
Methods in net.minecraft.client.gui.screens.worldselection with parameters of type ScreenDirectionModifier and TypeMethodDescriptionExperimentsScreen.ScrollArea.getBorderForArrowNavigation
(ScreenDirection p_388582_)