Uses of Enum Class
net.minecraft.client.input.CursorMovement
-
Uses of CursorMovement in net.minecraft.client.gui
Modifier and TypeMethodDescriptionvoid
EditBox.moveCursor
(CursorMovement movement, int amount) Moves the cursor byamount
characters. -
Uses of CursorMovement in net.minecraft.client.input
Modifier and TypeMethodDescriptionstatic CursorMovement
Returns the enum constant of this class with the specified name.static CursorMovement[]
CursorMovement.values()
Returns an array containing the constants of this enum class, in the order they are declared.