Uses of Enum Class
net.minecraft.client.gui.components.AbstractSelectionList.SelectionDirection
Package
Description
-
Uses of AbstractSelectionList.SelectionDirection in net.minecraft.client.gui.components
Modifier 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.Modifier and TypeMethodDescriptionprotected void
AbstractSelectionList.moveSelection
(AbstractSelectionList.SelectionDirection p_93463_) protected boolean
AbstractSelectionList.moveSelection
(AbstractSelectionList.SelectionDirection p_93465_, Predicate<E> p_93466_) -
Uses of AbstractSelectionList.SelectionDirection in net.minecraft.client.gui.screens.multiplayer
Modifier and TypeMethodDescriptionprotected void
ServerSelectionList.moveSelection
(AbstractSelectionList.SelectionDirection p_99788_) -
Uses of AbstractSelectionList.SelectionDirection in net.minecraft.client.gui.screens.reporting
Modifier and TypeMethodDescriptionprivate boolean
ChatSelectionScreen.ChatSelectionList.moveSelectableSelection
(AbstractSelectionList.SelectionDirection p_239917_) protected void
ChatSelectionScreen.ChatSelectionList.moveSelection
(AbstractSelectionList.SelectionDirection p_239561_) -
Uses of AbstractSelectionList.SelectionDirection in net.minecraft.client.gui.screens.worldselection
Modifier and TypeMethodDescriptionprotected void
WorldSelectionList.moveSelection
(AbstractSelectionList.SelectionDirection p_101673_)