This commit is contained in:
Jesse Boyd 2016-02-11 06:02:54 +11:00
parent c83378a91b
commit 50f891a974

View File

@ -140,7 +140,9 @@ public class QuadMap<T> {
this.objects.add(area); this.objects.add(area);
} }
public RegionWrapper getRegion(T value) {} public RegionWrapper getRegion(T value) {
return null;
}
public QuadMap<T> newInstance(int newsize, int x, int z, int min) { public QuadMap<T> newInstance(int newsize, int x, int z, int min) {
try { try {