Package me.qscbm.inlayx.command.sub
Class SubCommand
java.lang.Object
me.qscbm.inlayx.command.sub.SubCommand
- Direct Known Subclasses:
CmdAddGem,CmdAddSlot,CmdExtract,CmdGive,CmdHelp,CmdInfo,CmdList,CmdReload,CmdRemoveGem,CmdRemoveSlot,CmdSocket
子命令基类
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static intprotected org.bukkit.entity.PlayerasPlayer(org.bukkit.command.CommandSender sender) booleancanExecute(org.bukkit.command.CommandSender sender, String[] args) abstract Stringprotected abstract voidstatic booleanprotected intminArgs()abstract Stringname()static booleanprotected booleantabComplete(org.bukkit.command.CommandSender sender, String[] args) voidtryExecute(org.bukkit.command.CommandSender sender, String[] args) protected Stringusage()
-
Field Details
-
plugin
-
-
Constructor Details
-
SubCommand
-
-
Method Details
-
name
-
description
-
execute
-
permission
-
playerOnly
protected boolean playerOnly() -
minArgs
protected int minArgs() -
usage
-
tabComplete
-
canExecute
-
tryExecute
-
asPlayer
protected org.bukkit.entity.Player asPlayer(org.bukkit.command.CommandSender sender) -
noneOf
-
hasAny
-
argInt
-