예제 #1
0
 public void initialize() {
   if (this.worldObj.isRemote) {
     PacketHandler.requestInitialData(this);
   }
 }