Uses of Enum Class
net.minecraft.client.gui.widget.EntryListWidget.MoveDirection
Packages that use EntryListWidget.MoveDirection
Package
Description
-
Uses of EntryListWidget.MoveDirection in net.minecraft.client.gui.screen.multiplayer
Methods in net.minecraft.client.gui.screen.multiplayer with parameters of type EntryListWidget.MoveDirectionModifier and TypeMethodDescriptionprotected void
MultiplayerServerListWidget.moveSelection
(EntryListWidget.MoveDirection direction) -
Uses of EntryListWidget.MoveDirection in net.minecraft.client.gui.screen.report
Methods in net.minecraft.client.gui.screen.report with parameters of type EntryListWidget.MoveDirectionModifier 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
Methods in net.minecraft.client.gui.screen.world with parameters of type EntryListWidget.MoveDirectionModifier and TypeMethodDescriptionprotected void
WorldListWidget.moveSelection
(EntryListWidget.MoveDirection direction) -
Uses of EntryListWidget.MoveDirection in net.minecraft.client.gui.widget
Methods in net.minecraft.client.gui.widget that return EntryListWidget.MoveDirectionModifier 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.Methods in net.minecraft.client.gui.widget with parameters of type EntryListWidget.MoveDirectionModifier 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.