|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PotionEffect | |
---|---|
net.minecraft.src |
Uses of PotionEffect in net.minecraft.src |
---|
Methods in net.minecraft.src that return PotionEffect | |
---|---|
PotionEffect |
EntityLiving.getActivePotionEffect(Potion par1Potion)
returns the PotionEffect for the supplied Potion if it is active, null otherwise. |
static PotionEffect |
PotionEffect.readCustomPotionEffectFromNBT(NBTTagCompound par0NBTTagCompound)
Read a custom potion effect from a potion item's NBT data. |
Methods in net.minecraft.src with parameters of type PotionEffect | |
---|---|
void |
EntityLiving.addPotionEffect(PotionEffect par1PotionEffect)
adds a PotionEffect to the entity |
void |
EntityWither.addPotionEffect(PotionEffect par1PotionEffect)
adds a PotionEffect to the entity |
void |
PotionEffect.combine(PotionEffect par1PotionEffect)
merges the input PotionEffect into this one if this.amplifier <= tomerge.amplifier. |
static String |
Potion.getDurationString(PotionEffect par0PotionEffect)
|
boolean |
EntitySpider.isPotionApplicable(PotionEffect par1PotionEffect)
|
boolean |
EntityLiving.isPotionApplicable(PotionEffect par1PotionEffect)
|
Constructors in net.minecraft.src with parameters of type PotionEffect | |
---|---|
Packet41EntityEffect(int par1,
PotionEffect par2PotionEffect)
|
|
Packet42RemoveEntityEffect(int par1,
PotionEffect par2PotionEffect)
|
|
PotionEffect(PotionEffect par1PotionEffect)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |