Hello to fellow modders! (Not a Modding question but rather... a Java question.)
So I've been using MCreator for about a year now, and I've been using the blockly editor for a while. Today I've decided to make an object which will copy the block position in front of you. I've got the converting Coordinates to String now, and I cannot figure out how to copy a String to clipboard.
I tried using
import java.awt;
but somehow MCreator does not support java.awt as awt did not appear when I typed `import java.`
Someone told me for Minecraft modding I should not use java.awt and instead use GLFW.
I had no idea how to use GLFW and even less idea on how to use the clipboard methods.
Thank you for your attention!