Uses of Class
net.minecraft.client.gui.widget.EntryListWidget.MoveDirection
Package | Description |
---|---|
net.minecraft.client.gui.screen.multiplayer | |
net.minecraft.client.gui.screen.world | |
net.minecraft.client.gui.widget |
-
Uses of EntryListWidget.MoveDirection in net.minecraft.client.gui.screen.multiplayer
Methods in net.minecraft.client.gui.screen.multiplayer with parameters of type EntryListWidget.MoveDirection Modifier and Type Method Description protected void
MultiplayerServerListWidget. moveSelection(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.MoveDirection Modifier and Type Method Description protected 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.MoveDirection Modifier and Type Method Description static EntryListWidget.MoveDirection
EntryListWidget.MoveDirection. valueOf(String name)
Returns the enum constant of this type with the specified name.static EntryListWidget.MoveDirection[]
EntryListWidget.MoveDirection. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.client.gui.widget with parameters of type EntryListWidget.MoveDirection Modifier and Type Method Description protected void
EntryListWidget. moveSelection(EntryListWidget.MoveDirection direction)
protected void
EntryListWidget. moveSelectionIf(EntryListWidget.MoveDirection direction, Predicate<E> predicate)
Moves the selection in the specified direction until the predicate returns true.