✨ Implement EnchantmentArgument, remove inaccurate brig mappings.
This commit is contained in:
parent
1f3c3f2bd9
commit
c3d679d5ec
7 changed files with 244 additions and 34 deletions
|
|
@ -56,10 +56,8 @@ public class PaperCommandManager<C> extends BukkitCommandManager<C> {
|
|||
CommandExecutionCoordinator<C>> commandExecutionCoordinator,
|
||||
final @NonNull Function<CommandSender, C> commandSenderMapper,
|
||||
final @NonNull Function<C, CommandSender> backwardsCommandSenderMapper
|
||||
) throws
|
||||
Exception {
|
||||
) throws Exception {
|
||||
super(owningPlugin, commandExecutionCoordinator, commandSenderMapper, backwardsCommandSenderMapper);
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue