mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 11:40:40 +00:00
Changed private handlers - public
This commit is contained in:
parent
0cc79f226f
commit
bddcd989a3
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,7 @@ import org.bukkit.event.HandlerList;
|
|||
|
||||
public class BendingDamageEvent extends Event implements Cancellable {
|
||||
|
||||
private static final HandlerList handlers = new HandlerList();
|
||||
public static final HandlerList handlers = new HandlerList();
|
||||
private boolean cancelled;
|
||||
private Player attacker;
|
||||
private Entity damaged;
|
||||
|
@ -21,6 +21,7 @@ public class BendingDamageEvent extends Event implements Cancellable {
|
|||
this.damaged = damaged;
|
||||
this.damage = damage;
|
||||
this.ability = ability;
|
||||
|
||||
}
|
||||
|
||||
public String getAbility() {
|
||||
|
|
Loading…
Reference in a new issue