Class PaginatedCoreCommand<T>

  • Type Parameters:
    T - The type of items on the page.
    Direct Known Subclasses:
    AnchorCommand, HelpCommand

    public abstract class PaginatedCoreCommand<T>
    extends PaginatedCommand<T>
    A generic paginated Multiverse-command.
    • Method Summary

      • 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, runCommand, setArgRange, setCommandUsage, setName, setPermission, setPermission, showHelp
      • Methods inherited from class java.lang.Object

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

    • Constructor Detail

      • PaginatedCoreCommand

        public PaginatedCoreCommand​(MultiverseCore plugin)