Clean up a bunch of TODOs that are no longer relevant

This commit is contained in:
Electroblob77
2020-09-23 23:49:36 +01:00
parent ed9e9110e5
commit aac931f6b2
12 changed files with 5 additions and 15 deletions
@@ -31,7 +31,6 @@ public class EntityStormElemental extends EntitySummonedCreature implements ISpe
public EntityStormElemental(World world){
super(world);
// For some reason this can't be in initEntityAI
// TESTME: May need to be inside a !world.isRemote check.
this.tasks.addTask(0, this.spellAttackAI);
}
@@ -252,7 +252,6 @@ public class EntityWizard extends EntityCreature implements INpc, IMerchant, ISp
// Apparently nothing goes here, and nothing's here in EntityVillager either...
}
// TESTME: Should this be getName instead?
@Override
public ITextComponent getDisplayName(){