Package com.earth2me.essentials.commands
Class Commandfeed
java.lang.Object
com.earth2me.essentials.commands.EssentialsCommand
com.earth2me.essentials.commands.EssentialsLoopCommand
com.earth2me.essentials.commands.Commandfeed
- All Implemented Interfaces:
IEssentialsCommand
-
Nested Class Summary
Nested classes/interfaces inherited from class com.earth2me.essentials.commands.EssentialsLoopCommand
EssentialsLoopCommand.UserConsumer
-
Field Summary
Fields inherited from class com.earth2me.essentials.commands.EssentialsCommand
COMMON_DATE_DIFFS, COMMON_DURATIONS, ess, module
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetTabCompleteOptions
(Server server, CommandSource sender, String commandLabel, String[] args) protected void
run
(Server server, CommandSource sender, String commandLabel, String[] args) protected void
protected void
updatePlayer
(Server server, CommandSource sender, User player, String[] args) Methods inherited from class com.earth2me.essentials.commands.EssentialsLoopCommand
getPlayers, getPlayers, loopOfflinePlayers, loopOfflinePlayersConsumer, loopOnlinePlayers, loopOnlinePlayersConsumer
Methods inherited from class com.earth2me.essentials.commands.EssentialsCommand
getCommands, getFinalArg, getItems, getMatchingItems, getName, getNewExceptionFuture, getPlayer, getPlayer, getPlayer, getPlayer, getPlayer, getPlayer, getPlayer, getPlugins, getTabCompleteOptions, getUsageStrings, run, run, setEssentials, setEssentialsModule, showError, tabComplete, tabComplete, tabCompleteCommand
-
Constructor Details
-
Commandfeed
public Commandfeed()
-
-
Method Details
-
run
- Overrides:
run
in classEssentialsCommand
- Throws:
Exception
-
run
protected void run(Server server, CommandSource sender, String commandLabel, String[] args) throws Exception - Overrides:
run
in classEssentialsCommand
- Throws:
Exception
-
updatePlayer
protected void updatePlayer(Server server, CommandSource sender, User player, String[] args) throws PlayerExemptException - Specified by:
updatePlayer
in classEssentialsLoopCommand
- Throws:
PlayerExemptException
-
getTabCompleteOptions
protected List<String> getTabCompleteOptions(Server server, CommandSource sender, String commandLabel, String[] args) - Overrides:
getTabCompleteOptions
in classEssentialsCommand
-