1 2 3 4 5 6 7 8 9
package makamys.neodymium.command; import net.minecraft.command.ICommandSender; public interface ISubCommand { void processCommand(ICommandSender sender, String[] args); }