Exemplo n.º 1
0
 @Override
 public void writeToNBT(NBTTagCompound tagCompound) {
   tagCompound.setString("playerID", getOwnerId());
   super.writeToNBT(tagCompound);
 }