Uses of Class
studio.magemonkey.codex.api.DelayedCommand
Packages that use DelayedCommand
-
Uses of DelayedCommand in studio.magemonkey.codex.api
Methods in studio.magemonkey.codex.api that return types with arguments of type DelayedCommandModifier and TypeMethodDescriptionstatic List<DelayedCommand> DelayedCommand.deserializeMapList(List<Map<String, Object>> list) Method parameters in studio.magemonkey.codex.api with type arguments of type DelayedCommandModifier and TypeMethodDescriptionstatic voidDelayedCommand.invoke(org.bukkit.plugin.Plugin plugin, org.bukkit.command.CommandSender target, Iterable<DelayedCommand> commands, Runnable onEnd, Replacer... reps) static voidDelayedCommand.invoke(org.bukkit.plugin.Plugin plugin, org.bukkit.command.CommandSender target, Iterable<DelayedCommand> commands, Replacer... reps) voidDelayedCommand.invoke(org.bukkit.plugin.Plugin plugin, org.bukkit.command.CommandSender target, Iterator<DelayedCommand> next, Runnable onEnd, Replacer... reps)