Uses of Enum Class
net.minecraft.client.gui.components.AbstractSelectionList.SelectionDirection
Packages that use AbstractSelectionList.SelectionDirection
Package
Description
-
Uses of AbstractSelectionList.SelectionDirection in net.minecraft.client.gui.components
Methods in net.minecraft.client.gui.components that return AbstractSelectionList.SelectionDirectionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.AbstractSelectionList.SelectionDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.gui.components with parameters of type AbstractSelectionList.SelectionDirectionModifier and TypeMethodDescriptionprotected void
AbstractSelectionList.moveSelection(AbstractSelectionList.SelectionDirection p_93463_)
protected void
AbstractSelectionList.moveSelection(AbstractSelectionList.SelectionDirection p_93465_, Predicate<E> p_93466_)
-
Uses of AbstractSelectionList.SelectionDirection in net.minecraft.client.gui.screens.multiplayer
Methods in net.minecraft.client.gui.screens.multiplayer with parameters of type AbstractSelectionList.SelectionDirectionModifier and TypeMethodDescriptionprotected void
ServerSelectionList.moveSelection(AbstractSelectionList.SelectionDirection p_99788_)
-
Uses of AbstractSelectionList.SelectionDirection in net.minecraft.client.gui.screens.worldselection
Methods in net.minecraft.client.gui.screens.worldselection with parameters of type AbstractSelectionList.SelectionDirectionModifier and TypeMethodDescriptionprotected void
WorldSelectionList.moveSelection(AbstractSelectionList.SelectionDirection p_101673_)