this.setAir = setAir;
this.restoreAfterUnload = restoreAfterUnload;
RandomAccessFile raf = new RandomAccessFile(new File(filePath),"r");
this.filePath = filePath;
int framecount = raf.readInt();//how much frames?
fa = new Frame[framecount];
int xx = loc.getBlockX();
int yy = loc.getBlockY();
int zz = loc.getBlockZ();
if(forEditor){xx=0;yy=0;zz=0;}