Package com.plotsquared.core.command
Class Chat
java.lang.Object
com.plotsquared.core.command.Command
com.plotsquared.core.command.SubCommand
com.plotsquared.core.command.Chat
Deprecated, for removal: This API element is subject to removal in a future version.
In favor of "/plot toggle chat" and
scheduled for removal within the next major release.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.plotsquared.core.command.Command
Command.CommandException, Command.CommandResult
-
Constructor Summary
ConstructorsConstructorDescriptionChat()
Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionboolean
onCommand(PlotPlayer<?> player, String[] args)
Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class com.plotsquared.core.command.SubCommand
execute
Methods inherited from class com.plotsquared.core.command.Command
canExecute, check, checkArgs, checkTrue, equals, getAliases, getCommand, getCommand, getCommandById, getCommands, getCommands, getCommands, getCommandString, getDescription, getFullId, getId, getMatch, getParent, getPermission, getRequiredArguments, getRequiredType, getUsage, hasConfirmation, hashCode, init, matches, paginate, register, sendUsage, setRequiredArguments, tab, tabOf, toString
-
Constructor Details
-
Chat
public Chat()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
onCommand
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
onCommand
in classSubCommand
-