PlotBlock cache / events / flags

This commit is contained in:
Jesse Boyd
2016-06-04 06:20:13 +10:00
parent f84766074e
commit ca5d3a818b
26 changed files with 171 additions and 138 deletions

View File

@ -122,7 +122,7 @@ public class BukkitLazyBlock extends LazyBlock {
data = this.block.getData();
break;
}
this.pb = new PlotBlock((short) this.id, data);
this.pb = PlotBlock.get((short) this.id, data);
return this.pb;
}