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 TypeMethodDescriptionScrollableLayout.Container.getBorderForArrowNavigation(ScreenDirection opposite) protected @Nullable EAbstractSelectionList.nextEntry(ScreenDirection dir) protected @Nullable EAbstractSelectionList.nextEntry(ScreenDirection dir, Predicate<E> canSelect) protected @Nullable EAbstractSelectionList.nextEntry(ScreenDirection dir, Predicate<E> canSelect, @Nullable E startEntry) -
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 ScreenRectangleContainerEventHandler.getBorderForArrowNavigation(ScreenDirection opposite) default ScreenRectangleGuiEventListener.getBorderForArrowNavigation(ScreenDirection opposite) private @Nullable ComponentPathContainerEventHandler.nextFocusPathInDirection(ScreenRectangle focusedRectangle, ScreenDirection direction, @Nullable GuiEventListener excluded, FocusNavigationEvent.ArrowNavigation navigationEvent) private @Nullable ComponentPathContainerEventHandler.nextFocusPathVaguelyInDirection(ScreenRectangle focusedRectangle, ScreenDirection direction, @Nullable GuiEventListener excluded, FocusNavigationEvent navigationEvent) 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 TypeMethodDescriptionprotected @Nullable ChatSelectionScreen.ChatSelectionList.EntryChatSelectionScreen.ChatSelectionList.nextEntry(ScreenDirection dir)