コード例 #1
0
 @Override
 public void resetTask() {
   super.resetTask();
   animatingEntity.currentAnim = null;
 }
コード例 #2
0
 /** Resets the task */
 public void resetTask() {
   super.resetTask();
   this.entity.worldObj.destroyBlockInWorldPartially(
       this.entity.entityId, this.targetX, this.targetY, this.targetZ, -1);
 }