Update, config does not work correctly.

This commit is contained in:
Zachary Daltorio
2013-11-18 09:09:38 -05:00
parent 4efed36f16
commit 4fe0313b3e
91 changed files with 3099 additions and 84 deletions

View File

@@ -0,0 +1,9 @@
package thaumcraft.api.research;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.item.ItemStack;
import net.minecraft.world.World;
public interface IScanEventHandler {
ScanResult scanPhenomena(ItemStack stack, World world, EntityPlayer player);
}