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.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 p_232576_, boolean p_232577_, TextFieldHelper.CursorStep p_232578_) voidTextFieldHelper.removeFromCursor(int p_232573_, TextFieldHelper.CursorStep p_232574_)