예제 #1
0
 @Override
 public void readSyncData(NBTTagCompound compound) {
   super.readSyncData(compound);
   owner = compound.getString("Owner");
 }