public void die(DamageSource damagesource) {
   super.die(damagesource);
   if (!this.world.isStatic) {
     this.cK();
   }
 }