public interface IPotion
Modifier and Type | Method and Description |
---|---|
java.util.List<IItemStack> |
getCurativeItems() |
java.lang.Object |
getInternal() |
int |
getLiquidColor() |
int |
getLiquidColour() |
boolean |
hasStatusIcon() |
boolean |
isBadEffect() |
boolean |
isBeneficial() |
boolean |
isInstant() |
IPotionEffect |
makePotionEffect(int duration,
int amplifier) |
IPotionEffect |
makePotionEffect(int duration,
int amplifier,
boolean ambient,
boolean showParticles) |
java.lang.String |
name() |
java.lang.String name()
boolean isBadEffect()
int getLiquidColor()
int getLiquidColour()
IPotionEffect makePotionEffect(int duration, int amplifier)
IPotionEffect makePotionEffect(int duration, int amplifier, boolean ambient, boolean showParticles)
java.util.List<IItemStack> getCurativeItems()
boolean hasStatusIcon()
boolean isBeneficial()
boolean isInstant()
java.lang.Object getInternal()