Finished (almost) everything !items
This commit is contained in:
parent
8eed901fcb
commit
a9507b3b68
145 changed files with 1261 additions and 2156 deletions
|
@ -15,15 +15,12 @@ public class SpellParadigmMelee extends SpellParadigm
|
|||
|
||||
public SpellParadigmMelee()
|
||||
{
|
||||
this.entityEffectList = new ArrayList();
|
||||
this.worldEffectList = new ArrayList();
|
||||
this.entityEffectList = new ArrayList<IMeleeSpellEntityEffect>();
|
||||
this.worldEffectList = new ArrayList<IMeleeSpellWorldEffect>();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void enhanceParadigm(SpellEnhancement enh)
|
||||
{
|
||||
|
||||
}
|
||||
public void enhanceParadigm(SpellEnhancement enh) {}
|
||||
|
||||
@Override
|
||||
public void castSpell(World world, EntityPlayer entityPlayer, ItemStack itemStack)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue