net.minecraft.client.gui

public class TextCursors

net.minecraft.client.gui.components.TextCursorUtils
net.minecraft.class_1_372
net.minecraft.client.gui.TextCursors

Field summary

Modifier and TypeField
public static final int
CURSOR_INSERT_WIDTH
field_1_2095
CURSOR_WIDTH
private static final String
CURSOR_APPEND_CHARACTER
field_1_2093
TRAILING_CURSOR
private static final int
CURSOR_BLINK_INTERVAL_MS
field_1_2094
MEDIAL_BLINK_INTERVAL_MS

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
extractInsertCursor(GuiGraphicsExtractor graphics, int x, int y, int color, int lineHeight)
method_1_2544(class_332 arg0, int arg1, int arg2, int arg3, int arg4)
drawMedialCursor(DrawContext context, int x, int y, int color, int height)
public static void
extractAppendCursor(GuiGraphicsExtractor graphics, Font font, int x, int y, int color, boolean shadow)
method_1_2543(class_332 arg0, class_327 arg1, int arg2, int arg3, int arg4, boolean arg5)
drawTrailingCursor(DrawContext context, TextRenderer textRenderer, int x, int y, int color, boolean shadow)
public static boolean
isCursorVisible(long timeInMs)
method_1_2545(long arg0)
shouldShowMedialCursor(long deltaMs)