data improvements

This commit is contained in:
Tahg
2011-09-26 03:07:06 -04:00
parent b7c43fbff1
commit d226e551ae
13 changed files with 399 additions and 17 deletions

View File

@@ -30,6 +30,12 @@ public class ItemInWorldManager {
this.world = world;
}
// CraftBukkit start - keep this for backwards compatibility
public ItemInWorldManager(WorldServer world) {
this.world = world;
}
// CraftBukkit end
public void a(int i) {
this.c = i;
if (i == 0) {