Rename to getLivingWithinRadius for clarity

This commit is contained in:
Electroblob77
2020-06-20 13:14:16 +01:00
parent dfe6ecadac
commit 39e33848aa
31 changed files with 38 additions and 39 deletions
@@ -38,7 +38,7 @@ public class LightningPulse extends Spell {
if(caster.onGround){
List<EntityLivingBase> targets = EntityUtils.getEntitiesWithinRadius(
List<EntityLivingBase> targets = EntityUtils.getLivingWithinRadius(
getProperty(EFFECT_RADIUS).floatValue() * modifiers.get(WizardryItems.blast_upgrade),
caster.posX, caster.posY, caster.posZ, world);