mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 19:50:37 +00:00
Merge pull request #431 from jedk1/master
Add getAbility() method to AbilityEndEvent
This commit is contained in:
commit
f41de48cc9
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ public class AbilityEndEvent extends Event {
|
|||
this.ability = ability;
|
||||
}
|
||||
|
||||
public Ability getAbility() {
|
||||
return ability;
|
||||
}
|
||||
|
||||
@Override
|
||||
public HandlerList getHandlers() {
|
||||
return handlers;
|
||||
|
|
Loading…
Reference in a new issue