Class InfoCommand


  • public class InfoCommand
    extends MultiverseCommand
    Returns detailed information about a world.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.bukkit.ChatColor getChatColor​(boolean positive)
      Gets a "positive" or "negative" ChatColor.
      void runCommand​(org.bukkit.command.CommandSender sender, java.util.List<java.lang.String> args)  
      • Methods inherited from class com.pneumaticraft.commandhandler.Command

        addAdditonalPermission, addCommandExample, addKey, addKey, checkArgLength, getAllPermissionStrings, getCommandDesc, getCommandExamples, getCommandName, getCommandUsage, getKey, getKeys, getKeyStrings, getMaxArgs, getMinArgs, getNumKeyArgs, getPermission, getPermissionString, getPlugin, isOpRequired, removeKeyArgs, setArgRange, setCommandUsage, setName, setPermission, setPermission, showHelp
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • runCommand

        public void runCommand​(org.bukkit.command.CommandSender sender,
                               java.util.List<java.lang.String> args)
        Specified by:
        runCommand in class MultiverseCommand
      • getChatColor

        protected org.bukkit.ChatColor getChatColor​(boolean positive)
        Gets a "positive" or "negative" ChatColor.
        Parameters:
        positive - Whether this ChatColor should be "positive".
        Returns:
        The ChatColor.