MCEF (Minecraft Chromium Embedded Framework)

MCEF (Minecraft Chromium Embedded Framework)

1M Downloads

Clipboard

sm-timmy opened this issue ยท 1 comments

commented

Hi there! First of all - great job, thanks!

Is it possible to use Clipboard in your mod?
Found class net.minecraft.client.util.Clipboard; how to implement in into
https://github.com/CinemaMod/mcef-fabric-example-mod ?
Is it difficult to use clipboard?

commented

We can use
minecraft.keyboard.setClipboard("any");
minecraft.keyboard.getClipboard();