コード例 #1
0
 @Override
 public void readFromNBT(NBTTagCompound tag) {
   super.readFromNBT(tag);
   lastOutput = tag.getInteger("output");
 }