JavaDoc reminder for the future

This commit is contained in:
Pahimar 2016-05-31 10:42:26 -04:00
parent 14d3be3276
commit 9e1324d391
1 changed files with 3 additions and 0 deletions

View File

@ -85,6 +85,9 @@ public class TileEntityTransmutationTablet extends TileEntityEE implements ISide
this.playerKnowledge = playerKnowledge;
}
/**
* https://github.com/pahimar/Equivalent-Exchange-3/issues/1062
*/
public void consumeInventoryForEnergyValue(ItemStack outputItemStack) {
EnergyValue outputEnergyValue = EnergyValueRegistryProxy.getEnergyValueForStack(outputItemStack);