removed unused method

This commit is contained in:
Indyuce 2019-08-29 15:52:28 +02:00
parent c41d400ffd
commit ee3c4120fe

View File

@ -81,11 +81,6 @@ public class AttackResult {
return new AttackResult(this);
}
// public void applyEffectsAndDamage(TemporaryStats stats, NBTItem item,
// LivingEntity target) {
// applyEffectsAndDamage(stats, item, target, DamageType.WEAPON);
// }
public void applyEffectsAndDamage(TemporaryStats stats, NBTItem item, LivingEntity target, DamageType... types) {
MMOItems.plugin.getDamage().damage(stats, target, applyEffects(stats, item, target).damage, types);
}