Package com.plotsquared.core.command
Class Merge
java.lang.Object
com.plotsquared.core.command.Command
com.plotsquared.core.command.SubCommand
com.plotsquared.core.command.Merge
-
Nested Class Summary
Nested classes/interfaces inherited from class com.plotsquared.core.command.Command
Command.CommandException, Command.CommandResult
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMerge
(@NonNull EventDispatcher eventDispatcher, @NonNull EconHandler econHandler) -
Method Summary
Modifier and TypeMethodDescriptionstatic String
direction
(float yaw) boolean
onCommand
(PlotPlayer<?> player, String[] args) 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
-
Field Details
-
values
-
aliases
-
-
Constructor Details
-
Merge
-
-
Method Details
-
direction
-
onCommand
- Specified by:
onCommand
in classSubCommand
-