Package fr.andross.banitem.utils.potions
Class PotionWrapper
java.lang.Object
fr.andross.banitem.utils.potions.PotionWrapper
A potion wrapper class that stores the Bukkit potion type with the level
- Version:
- 3.1
- Author:
- Andross
-
Constructor Summary
ConstructorDescriptionPotionWrapper
(org.bukkit.potion.PotionEffectType potionEffectType, int level) -
Method Summary
-
Constructor Details
-
PotionWrapper
public PotionWrapper(@NotNull org.bukkit.potion.PotionEffectType potionEffectType, int level)
-
-
Method Details
-
getPotionEffectType
@NotNull public org.bukkit.potion.PotionEffectType getPotionEffectType()Get the PotionEffectType- Returns:
- the PotionEffectType
-
getLevel
public int getLevel()Get the level of the potion effect- Returns:
- the level of the potion effect
-
equals
-
hashCode
public int hashCode()
-