Class PaginatedCoreCommand<T>
- java.lang.Object
-
- com.pneumaticraft.commandhandler.Command
-
- com.onarandombox.MultiverseCore.commands.PaginatedCommand<T>
-
- com.onarandombox.MultiverseCore.commands.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.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.onarandombox.MultiverseCore.commands.PaginatedCommand
PaginatedCommand.FilterObject
-
-
Field Summary
Fields Modifier and Type Field Description protected MultiverseCore
plugin
The reference to the core.-
Fields inherited from class com.onarandombox.MultiverseCore.commands.PaginatedCommand
itemsPerPage
-
-
Constructor Summary
Constructors Constructor Description PaginatedCoreCommand(MultiverseCore plugin)
-
Method Summary
-
Methods inherited from class com.onarandombox.MultiverseCore.commands.PaginatedCommand
cleanFilter, getFilteredItems, getItemText, getPageAndFilter, setItemsPerPage, showPage, stitchThisString
-
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
-
-
-
-
Field Detail
-
plugin
protected MultiverseCore plugin
The reference to the core.
-
-
Constructor Detail
-
PaginatedCoreCommand
public PaginatedCoreCommand(MultiverseCore plugin)
-
-