Commands can be parsed, in a very limited way.

This commit is contained in:
Nathan Adams
2014-09-18 11:48:03 +02:00
parent 2b267a26f6
commit a32243b704
11 changed files with 163 additions and 17 deletions
@@ -0,0 +1,4 @@
package net.minecraft.commands.exceptions;
public class IllegalCommandArgumentException extends CommandException {
}