Fix compile

This commit is contained in:
vemacs 2016-03-18 10:19:16 -06:00
parent d57f7af453
commit a4aa6a22b7

View File

@ -152,6 +152,11 @@ public class FakeWorld implements World {
throw new UnsupportedOperationException("Not supported yet.");
}
@Override
public <T extends Arrow> T spawnArrow(Location location, Vector vector, float v, float v1, Class<T> aClass) {
throw new UnsupportedOperationException("Not supported yet.");
}
@Override
public boolean generateTree(Location lctn, TreeType tt) {
throw new UnsupportedOperationException("Not supported yet.");