/** Called after the block is destroyed, drops contents etc. */
 public void onBlockDestroyed() {
   dropContents();
   brokenInCreative = false;
 }