예제 #1
0
 @Override
 public void writeSyncData(NBTTagCompound compound) {
   super.writeSyncData(compound);
   compound.setString("Owner", owner);
 }