Super simple start

This commit is contained in:
Nathan Adams
2014-09-16 12:08:15 +02:00
parent 4801ab8dc9
commit c73607ba36
9 changed files with 160 additions and 0 deletions
@@ -0,0 +1,4 @@
package net.minecraft.commands.exceptions;
public class CommandException extends Exception {
}
@@ -0,0 +1,4 @@
package net.minecraft.commands.exceptions;
public class UnknownCommandException extends CommandException {
}
@@ -0,0 +1,4 @@
@ParametersAreNonnullByDefault
package net.minecraft.commands.exceptions;
import javax.annotation.ParametersAreNonnullByDefault;