Testing
This commit is contained in:
commit
8601e9faff
498 changed files with 45817 additions and 0 deletions
17
BM_src/thaumcraft/api/wands/IWandRodOnUpdate.java
Normal file
17
BM_src/thaumcraft/api/wands/IWandRodOnUpdate.java
Normal file
|
@ -0,0 +1,17 @@
|
|||
package thaumcraft.api.wands;
|
||||
|
||||
import net.minecraft.entity.player.EntityPlayer;
|
||||
import net.minecraft.item.ItemStack;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author azanor
|
||||
*
|
||||
* Implemented by a class that you wish to be called whenever a wand with this rod performs its
|
||||
* update tick.
|
||||
*
|
||||
*/
|
||||
public interface IWandRodOnUpdate
|
||||
{
|
||||
void onUpdate(ItemStack itemstack, EntityPlayer player);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue