protected void func_143011_b(NBTTagCompound par1NBTTagCompound) {
   super.func_143011_b(par1NBTTagCompound);
   this.hasWitch = par1NBTTagCompound.getBoolean("Witch");
 }
 protected void func_143012_a(NBTTagCompound par1NBTTagCompound) {
   super.func_143012_a(par1NBTTagCompound);
   par1NBTTagCompound.setBoolean("Witch", this.hasWitch);
 }