Class PotionUtils
java.lang.Object
dev.despical.tntrun.utils.PotionUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidapplyInfinite(org.bukkit.entity.Player player, org.bukkit.potion.PotionEffectType type, int level) static voidclearEffects(org.bukkit.entity.Player player) static voidremove(org.bukkit.entity.Player player, org.bukkit.potion.PotionEffectType type)
-
Constructor Details
-
PotionUtils
public PotionUtils()
-
-
Method Details
-
applyInfinite
public static void applyInfinite(org.bukkit.entity.Player player, org.bukkit.potion.PotionEffectType type, int level) -
remove
public static void remove(org.bukkit.entity.Player player, org.bukkit.potion.PotionEffectType type) -
clearEffects
public static void clearEffects(org.bukkit.entity.Player player)
-