Get rid of the command sender interface entirely
This commit is contained in:
parent
8b0a650b48
commit
4cbbee7db0
57 changed files with 192 additions and 301 deletions
|
|
@ -32,7 +32,7 @@ import org.bukkit.plugin.Plugin;
|
|||
import javax.annotation.Nonnull;
|
||||
import java.util.List;
|
||||
|
||||
final class BukkitCommand<C extends com.intellectualsites.commands.sender.CommandSender>
|
||||
final class BukkitCommand<C>
|
||||
extends org.bukkit.command.Command implements PluginIdentifiableCommand {
|
||||
|
||||
private final CommandArgument<C, ?> command;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue