Uses of Enum Class
net.minecraft.client.gui.font.TextFieldHelper.CursorStep
Packages that use TextFieldHelper.CursorStep
-
Uses of TextFieldHelper.CursorStep in net.minecraft.client.gui.font
Methods in net.minecraft.client.gui.font that return TextFieldHelper.CursorStepModifier and TypeMethodDescriptionstatic TextFieldHelper.CursorStep
Returns the enum constant of this class with the specified name.static TextFieldHelper.CursorStep[]
TextFieldHelper.CursorStep.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.gui.font with parameters of type TextFieldHelper.CursorStepModifier and TypeMethodDescriptionvoid
TextFieldHelper.moveBy
(int pDirection, boolean pKeepSelection, TextFieldHelper.CursorStep pCursorStep) void
TextFieldHelper.removeFromCursor
(int pDirection, TextFieldHelper.CursorStep pStep)