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
Subclasses with type arguments of type TextFieldHelper.CursorStep in net.minecraft.client.gui.fontMethods in net.minecraft.client.gui.font that return TextFieldHelper.CursorStepModifier and TypeMethodDescriptionstatic TextFieldHelper.CursorStepReturns 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 TypeMethodDescriptionvoidTextFieldHelper.moveBy(int count, boolean selecting, TextFieldHelper.CursorStep scope) voidTextFieldHelper.removeFromCursor(int count, TextFieldHelper.CursorStep scope)