More base-work on Omega
This commit is contained in:
parent
d7d8aedd42
commit
18d07baad3
10 changed files with 336 additions and 30 deletions
|
@ -133,4 +133,26 @@ public class OmegaParadigm
|
|||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param stack
|
||||
* @param player
|
||||
* @param entity
|
||||
* @return False if it does not do damage
|
||||
*/
|
||||
public boolean onBoundSwordLeftClickEntity(ItemStack stack, EntityPlayer player, Entity entity)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
public void onEmptyHandEntityInteract(EntityPlayer player, Entity entity)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public void onBoundSwordInteractWithEntity(EntityPlayer player, Entity entity)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue