예제 #1
0
 public void broadcast() {
   if (!this.worldObj.isRemote) {
     PacketHandler.broadcastPartialData(this);
   }
 }