Exemplo n.º 1
0
 public void copyPlayer(EntityPlayer entityplayer) {
   inventory.copyInventory(entityplayer.inventory);
   health = entityplayer.health;
   foodStats = entityplayer.foodStats;
   playerLevel = entityplayer.playerLevel;
   totalXP = entityplayer.totalXP;
   currentXP = entityplayer.currentXP;
   score = entityplayer.score;
 }