Package com.earth2me.essentials.commands
Interface IEssentialsCommand
- All Known Implementing Classes:
Commandafk
,Commandantioch
,Commandanvil
,Commandback
,Commandbackup
,Commandbalance
,Commandbalancetop
,Commandban
,Commandbanip
,Commandbeezooka
,Commandbigtree
,Commandbook
,Commandbottom
,Commandbreak
,Commandbroadcast
,Commandbroadcastworld
,Commandburn
,Commandcartographytable
,Commandclearinventory
,Commandclearinventoryconfirmtoggle
,Commandcompass
,Commandcondense
,Commandcreatekit
,Commandcustomtext
,Commanddelhome
,Commanddeljail
,Commanddelkit
,Commanddelwarp
,Commanddepth
,Commanddisposal
,Commandeco
,Commandeditsign
,Commandenchant
,Commandenderchest
,Commandessentials
,Commandexp
,Commandext
,Commandfeed
,Commandfireball
,Commandfirework
,Commandfly
,Commandgamemode
,Commandgc
,Commandgetpos
,Commandgive
,Commandgod
,Commandgrindstone
,Commandhat
,Commandheal
,Commandhelp
,Commandhelpop
,Commandhome
,Commandice
,Commandignore
,Commandinfo
,Commandinvsee
,Commanditem
,Commanditemdb
,Commanditemlore
,Commanditemname
,Commandjails
,Commandjump
,Commandkick
,Commandkickall
,Commandkill
,Commandkit
,Commandkitreset
,Commandkittycannon
,Commandlightning
,Commandlist
,Commandloom
,Commandmail
,Commandme
,Commandmore
,Commandmotd
,Commandmsg
,Commandmsgtoggle
,Commandmute
,Commandnear
,Commandnick
,Commandnuke
,Commandpay
,Commandpayconfirmtoggle
,Commandpaytoggle
,Commandping
,Commandplaytime
,Commandpotion
,Commandpowertool
,Commandpowertooltoggle
,Commandptime
,Commandpweather
,Commandr
,Commandrealname
,Commandrecipe
,Commandremove
,Commandrenamehome
,Commandrepair
,Commandrest
,Commandrtoggle
,Commandrules
,Commandseen
,Commandsell
,Commandsethome
,Commandsetjail
,Commandsettpr
,Commandsetwarp
,Commandsetworth
,Commandshowkit
,Commandskull
,Commandsmithingtable
,Commandsocialspy
,Commandspawner
,Commandspawnmob
,Commandspeed
,Commandstonecutter
,Commandsudo
,Commandsuicide
,Commandtempban
,Commandtempbanip
,Commandthunder
,Commandtime
,Commandtogglejail
,Commandtop
,Commandtp
,Commandtpa
,Commandtpaall
,Commandtpacancel
,Commandtpaccept
,Commandtpahere
,Commandtpall
,Commandtpauto
,Commandtpdeny
,Commandtphere
,Commandtpo
,Commandtpoffline
,Commandtpohere
,Commandtppos
,Commandtpr
,Commandtptoggle
,Commandtree
,Commandunban
,Commandunbanip
,Commandunlimited
,Commandvanish
,Commandwarp
,Commandwarpinfo
,Commandweather
,Commandwhois
,Commandworkbench
,Commandworld
,Commandworth
,EssentialsCommand
,EssentialsLoopCommand
,EssentialsToggleCommand
public interface IEssentialsCommand
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
void
void
setEssentials
(IEssentials ess) void
setEssentialsModule
(IEssentialsModule module) void
showError
(CommandSender sender, Throwable throwable, String commandLabel) tabComplete
(Server server, CommandSource sender, String commandLabel, Command cmd, String[] args)
-
Method Details
-
getName
String getName() -
getUsageStrings
-
run
void run(Server server, User user, String commandLabel, Command cmd, String[] args) throws Exception - Throws:
Exception
-
run
void run(Server server, CommandSource sender, String commandLabel, Command cmd, String[] args) throws Exception - Throws:
Exception
-
tabComplete
-
tabComplete
-
setEssentials
-
setEssentialsModule
-
showError
-