コード例 #1
0
 @Override
 public InvBlockInfo readElementFromNBT(NBTTagCompound tagCompound) {
   return InvBlockInfo.readFromNBT(tagCompound);
 }