Uses of Class
net.minecraft.src.PotionEffect

Packages that use PotionEffect
net.minecraft.src   
 

Uses of PotionEffect in net.minecraft.src
 

Methods in net.minecraft.src that return PotionEffect
static PotionEffect PotionEffect.func_82722_b(NBTTagCompound par0NBTTagCompound)
           
 PotionEffect EntityLiving.getActivePotionEffect(Potion par1Potion)
          returns the PotionEffect for the supplied Potion if it is active, null otherwise.
 

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)