Fixes #1070
This commit is contained in:
parent
055a08b741
commit
1b55aa0b0c
@ -1,10 +1,12 @@
|
||||
package com.sk89q.worldedit.util.command;
|
||||
|
||||
import com.plotsquared.general.commands.Command;
|
||||
import com.sk89q.minecraft.util.commands.CommandException;
|
||||
import com.sk89q.minecraft.util.commands.CommandLocals;
|
||||
import com.sk89q.worldedit.WorldEditException;
|
||||
|
||||
public interface CallableProcessor<T> {
|
||||
public Object process(CommandLocals locals, T value) throws Command.CommandException, WorldEditException;
|
||||
public Object process(CommandLocals locals, T value) throws CommandException, WorldEditException;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user