Example #1
0
 @Override
 public void readFromNBT(NBTTagCompound nbt) {
   super.readFromNBT(nbt);
   this.setTime(nbt.getInteger("time"));
 }