Initial 1.9 commit
This DOES NOT BUILD. Do not even attempt. Almost everything has been ported besides the block/item packages. Then it's a matter of testing what broke.
This commit is contained in:
parent
f896383fe6
commit
6c729db70c
359 changed files with 1858 additions and 4447 deletions
|
@ -2,6 +2,7 @@ package WayofTime.bloodmagic.command;
|
|||
|
||||
import net.minecraft.command.ICommand;
|
||||
import net.minecraft.command.ICommandSender;
|
||||
import net.minecraft.server.MinecraftServer;
|
||||
|
||||
public interface ISubCommand
|
||||
{
|
||||
|
@ -14,5 +15,5 @@ public interface ISubCommand
|
|||
|
||||
String getHelpText();
|
||||
|
||||
void processSubCommand(ICommandSender commandSender, String[] args);
|
||||
void processSubCommand(MinecraftServer server, ICommandSender commandSender, String[] args);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue