public interface IPotionEffect
Modifier and Type | Method and Description |
---|---|
int |
compareTo(IPotion other) |
boolean |
doesShowParticles() |
int |
getAmplifier() |
java.util.List<IItemStack> |
getCurativeItems() |
int |
getDuration() |
java.lang.String |
getEffectName() |
java.lang.Object |
getInternal() |
IPotion |
getPotion() |
boolean |
isAmbient() |
boolean |
isCurativeItem(IItemStack item) |
boolean |
isPotionDurationMax() |
void |
performEffect(IEntity entity) |
void |
setIsPotionDurationMax(boolean potionDurationMax) |
int compareTo(IPotion other)
int getDuration()
IPotion getPotion()
boolean doesShowParticles()
int getAmplifier()
java.util.List<IItemStack> getCurativeItems()
java.lang.String getEffectName()
boolean isAmbient()
boolean isPotionDurationMax()
boolean isCurativeItem(IItemStack item)
void setIsPotionDurationMax(boolean potionDurationMax)
void performEffect(IEntity entity)
java.lang.Object getInternal()