Formatted the code - Release state for Blood Magic 1.8.9-2.0.0-1
This commit is contained in:
parent
d1ff8c6d4f
commit
71421b7d88
38 changed files with 223 additions and 208 deletions
|
@ -10,12 +10,12 @@ public interface IBindable
|
|||
{
|
||||
/**
|
||||
* Called when the player attempts to bind the item.
|
||||
*
|
||||
*
|
||||
* @param player
|
||||
* - The Player attempting to bind the item
|
||||
* - The Player attempting to bind the item
|
||||
* @param stack
|
||||
* - The ItemStack to attempt binding
|
||||
*
|
||||
* - The ItemStack to attempt binding
|
||||
*
|
||||
* @return If binding was successful.
|
||||
*/
|
||||
boolean onBind(EntityPlayer player, ItemStack stack);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue