Exemplo n.º 1
0
 @Override
 public void readFromNBT(NBTTagCompound tagCompound) {
   this.dataWatcher.updateObject(17, tagCompound.getString("playerID"));
   super.readFromNBT(tagCompound);
 }