Run formatter
This commit is contained in:
parent
61c44a831b
commit
08258fd6ef
606 changed files with 13464 additions and 22975 deletions
|
@ -1,11 +1,10 @@
|
|||
package WayofTime.bloodmagic.api.iface;
|
||||
|
||||
import WayofTime.bloodmagic.api.soul.EnumDemonWillType;
|
||||
import net.minecraft.entity.EntityLivingBase;
|
||||
import net.minecraft.item.ItemStack;
|
||||
import WayofTime.bloodmagic.api.soul.EnumDemonWillType;
|
||||
|
||||
public interface ISentientSwordEffectProvider
|
||||
{
|
||||
public interface ISentientSwordEffectProvider {
|
||||
boolean applyOnHitEffect(EnumDemonWillType type, ItemStack swordStack, ItemStack providerStack, EntityLivingBase attacker, EntityLivingBase target);
|
||||
|
||||
boolean providesEffectForWill(EnumDemonWillType type);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue