From 826467da8e6a896d1b4f21867e8a3ea133092245 Mon Sep 17 00:00:00 2001 From: sigonasr2 Date: Sun, 14 May 2017 11:53:55 -0700 Subject: [PATCH] Forgot getBuff() in API. --- src/sig/plugin/TwosideKeeper/TwosideKeeperAPI.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/sig/plugin/TwosideKeeper/TwosideKeeperAPI.java b/src/sig/plugin/TwosideKeeper/TwosideKeeperAPI.java index aab6647..b8c70e3 100644 --- a/src/sig/plugin/TwosideKeeper/TwosideKeeperAPI.java +++ b/src/sig/plugin/TwosideKeeper/TwosideKeeperAPI.java @@ -631,6 +631,9 @@ public final class TwosideKeeperAPI { public static void outputBuffsToConsole(LivingEntity 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 * applied to this LivingEntity. Try isBuffExpired() to check which ones are