Testing
This commit is contained in:
commit
8601e9faff
498 changed files with 45817 additions and 0 deletions
11
BM_src/thaumcraft/api/wands/IWandTriggerManager.java
Normal file
11
BM_src/thaumcraft/api/wands/IWandTriggerManager.java
Normal file
|
@ -0,0 +1,11 @@
|
|||
package thaumcraft.api.wands;
|
||||
|
||||
import net.minecraft.entity.player.EntityPlayer;
|
||||
import net.minecraft.item.ItemStack;
|
||||
import net.minecraft.world.World;
|
||||
|
||||
public interface IWandTriggerManager
|
||||
{
|
||||
public boolean performTrigger(World world, ItemStack wand, EntityPlayer player,
|
||||
int x, int y, int z, int side, int event);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue