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 EAbstractSelectionList.nextEntry(ScreenDirection direction) protected EAbstractSelectionList.nextEntry(ScreenDirection direction, Predicate<E> predicate) protected EAbstractSelectionList.nextEntry(ScreenDirection direction, Predicate<E> predicate, E selected) -
Uses of ScreenDirection in net.minecraft.client.gui.components.events
Methods in net.minecraft.client.gui.components.events with parameters of type ScreenDirectionModifier and TypeMethodDescriptionprivate ComponentPathContainerEventHandler.nextFocusPathInDirection(ScreenRectangle rectangle, ScreenDirection direction, GuiEventListener listener, FocusNavigationEvent event) Calculates the next focus path in a specific direction.private ComponentPathContainerEventHandler.nextFocusPathVaguelyInDirection(ScreenRectangle rectangle, ScreenDirection direction, GuiEventListener listener, FocusNavigationEvent event) 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 direction)