Uses of Enum Class
net.minecraft.client.gui.widget.EntryListWidget.MoveDirection
Package
Description
-
Uses of EntryListWidget.MoveDirection in net.minecraft.client.gui.screen.multiplayer
Modifier and TypeMethodDescriptionprotected void
MultiplayerServerListWidget.moveSelection
(EntryListWidget.MoveDirection direction) -
Uses of EntryListWidget.MoveDirection in net.minecraft.client.gui.screen.report
Modifier and TypeMethodDescriptionprotected void
ChatSelectionScreen.SelectionListWidget.moveSelection
(EntryListWidget.MoveDirection direction) private boolean
ChatSelectionScreen.SelectionListWidget.tryMoveSelection
(EntryListWidget.MoveDirection direction) -
Uses of EntryListWidget.MoveDirection in net.minecraft.client.gui.screen.world
Modifier and TypeMethodDescriptionprotected void
WorldListWidget.moveSelection
(EntryListWidget.MoveDirection direction) -
Uses of EntryListWidget.MoveDirection in net.minecraft.client.gui.widget
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static EntryListWidget.MoveDirection[]
EntryListWidget.MoveDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprotected void
EntryListWidget.moveSelection
(EntryListWidget.MoveDirection direction) protected boolean
EntryListWidget.moveSelectionIf
(EntryListWidget.MoveDirection direction, Predicate<E> predicate) Moves the selection in the specified direction until the predicate returns true.