Package com.sk89q.worldedit.command.util
Class WorldEditAsyncCommandBuilder
java.lang.Object
com.sk89q.worldedit.command.util.WorldEditAsyncCommandBuilder
For internal WorldEdit use only.
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
createAndSendMessage(Actor actor, Callable<com.sk89q.worldedit.util.formatting.text.Component> task, com.sk89q.worldedit.util.formatting.text.Component desc)
static void
createAndSendMessage(Actor actor, Callable<com.sk89q.worldedit.util.formatting.text.Component> task, String desc)
Deprecated.
-
Method Details
-
createAndSendMessage
@Deprecated public static void createAndSendMessage(Actor actor, Callable<com.sk89q.worldedit.util.formatting.text.Component> task, @Nullable String desc)Deprecated. -
createAndSendMessage
-