public class NoticeDialog
extends Object
-
Constructor Summary
Constructors
-
Method Summary
void
show(org.bukkit.entity.Player player)
static void
show(org.bukkit.entity.Player player,
String text)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
-
NoticeDialog
public NoticeDialog(String text)
-
Method Details
-
show
public static void show(org.bukkit.entity.Player player,
String text)
-
show
public void show(org.bukkit.entity.Player player)
-
-