public class ClipboardHelper
extends java.lang.Object
| Constructor and Description |
|---|
ClipboardHelper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
sendMessageWithCopy(net.minecraft.entity.player.EntityPlayer player,
java.lang.String holeMessage,
java.lang.String copyMessage)
Sends the Player a Message where he can click on and copy the it
|
public static void sendMessageWithCopy(net.minecraft.entity.player.EntityPlayer player,
java.lang.String holeMessage,
java.lang.String copyMessage)
player - Player to send the message toholeMessage - String that should be shown in chatcopyMessage - String that is being copied when the player clicks on it