Class TextComponentShortcutUtil
java.lang.Object
com.spinyowl.legui.component.misc.listener.TextComponentShortcutUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcopy(TextComponent textComponent) static voidcut(TextComponent textComponent, BiConsumer<String, String> contentChangeEventGenerator) static voidpaste(TextComponent textComponent, BiConsumer<String, String> contentChangeEventGenerator)
-
Method Details
-
paste
public static void paste(TextComponent textComponent, BiConsumer<String, String> contentChangeEventGenerator) -
copy
-
cut
public static void cut(TextComponent textComponent, BiConsumer<String, String> contentChangeEventGenerator)
-