mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-25 22:56:45 +01:00
this
This commit is contained in:
parent
c83378a91b
commit
50f891a974
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user