mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-01-21 09:21:21 +01:00
removed unused method
This commit is contained in:
parent
c41d400ffd
commit
ee3c4120fe
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user