Forgot getBuff() in API.
This commit is contained in:
parent
5e14364761
commit
826467da8e
@ -631,6 +631,9 @@ public final class TwosideKeeperAPI {
|
|||||||
public static void outputBuffsToConsole(LivingEntity l) {
|
public static void outputBuffsToConsole(LivingEntity l) {
|
||||||
Buff.outputBuffs(l);
|
Buff.outputBuffs(l);
|
||||||
}
|
}
|
||||||
|
public static Buff getBuff(LivingEntity l, String buffname) {
|
||||||
|
return Buff.getBuff(l, buffname);
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Returns a HashMap containing ALL buffs, expired or not that have been
|
* Returns a HashMap containing ALL buffs, expired or not that have been
|
||||||
* applied to this LivingEntity. Try isBuffExpired() to check which ones are
|
* applied to this LivingEntity. Try isBuffExpired() to check which ones are
|
||||||
|
Loading…
x
Reference in New Issue
Block a user