mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-12 03:59:06 +00:00
Woops
This commit is contained in:
parent
da70beedb9
commit
dd58b54c1d
1 changed files with 4 additions and 0 deletions
|
@ -91,6 +91,10 @@ public enum StockAbility {
|
||||||
public enum MultiAbilities {
|
public enum MultiAbilities {
|
||||||
WaterArms;
|
WaterArms;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public enum AvatarAbilities {
|
||||||
|
AvatarState;
|
||||||
|
}
|
||||||
|
|
||||||
public static boolean isFlightAbility(String ability) {
|
public static boolean isFlightAbility(String ability) {
|
||||||
for (FlightAbilities a : FlightAbilities.values())
|
for (FlightAbilities a : FlightAbilities.values())
|
||||||
|
|
Loading…
Reference in a new issue