コード例 #1
0
 /**
  * *****************************************************************************************************************
  * ******************************************* Tile Methods
  * *********************************************************
  * *****************************************************************************************************************
  */
 @Override
 public void updateEntity() {
   super.updateEntity();
   if (!worldObj.isRemote) {
     lastOutput = currentOutput;
     currentOutput = 0;
     worldObj.markBlockForUpdate(xCoord, yCoord, zCoord);
   }
 }