Example #1
0
 @Override
 public void readFromNBT(NBTTagCompound tagCompound) {
   super.readFromNBT(tagCompound);
   link = new Vector4(tagCompound.getCompoundTag("link"));
   noEnergy = tagCompound.getBoolean("noEnergy");
   storage.readFromNBT(tagCompound);
 }