net.minecraft.potion.PotionEffect.PotionEffect |
( |
int |
par1, |
|
|
int |
par2 |
|
) |
| |
net.minecraft.potion.PotionEffect.PotionEffect |
( |
int |
par1, |
|
|
int |
par2, |
|
|
int |
par3 |
|
) |
| |
net.minecraft.potion.PotionEffect.PotionEffect |
( |
int |
par1, |
|
|
int |
par2, |
|
|
int |
par3, |
|
|
boolean |
par4 |
|
) |
| |
net.minecraft.potion.PotionEffect.PotionEffect |
( |
PotionEffect |
par1PotionEffect) | |
|
void net.minecraft.potion.PotionEffect.addCurativeItem |
( |
ItemStack |
stack) | |
|
void net.minecraft.potion.PotionEffect.combine |
( |
PotionEffect |
par1PotionEffect) | |
|
merges the input PotionEffect into this one if this.amplifier <= tomerge.amplifier. The duration in the supplied potion effect is assumed to be greater.
boolean net.minecraft.potion.PotionEffect.equals |
( |
Object |
par1Obj) | |
|
int net.minecraft.potion.PotionEffect.getAmplifier |
( |
) | |
|
List<ItemStack> net.minecraft.potion.PotionEffect.getCurativeItems |
( |
) | |
|
int net.minecraft.potion.PotionEffect.getDuration |
( |
) | |
|
String net.minecraft.potion.PotionEffect.getEffectName |
( |
) | |
|
boolean net.minecraft.potion.PotionEffect.getIsAmbient |
( |
) | |
|
Gets whether this potion effect originated from a beacon
boolean net.minecraft.potion.PotionEffect.getIsPotionDurationMax |
( |
) | |
|
int net.minecraft.potion.PotionEffect.getPotionID |
( |
) | |
|
Retrieve the ID of the potion this effect matches.
int net.minecraft.potion.PotionEffect.hashCode |
( |
) | |
|
boolean net.minecraft.potion.PotionEffect.isCurativeItem |
( |
ItemStack |
stack) | |
|
boolean net.minecraft.potion.PotionEffect.isSplashPotionEffect |
( |
) | |
|
boolean net.minecraft.potion.PotionEffect.onUpdate |
( |
EntityLiving |
par1EntityLiving) | |
|
void net.minecraft.potion.PotionEffect.performEffect |
( |
EntityLiving |
par1EntityLiving) | |
|
Read a custom potion effect from a potion item's NBT data.
void net.minecraft.potion.PotionEffect.setCurativeItems |
( |
List< ItemStack > |
curativeItems) | |
|
void net.minecraft.potion.PotionEffect.setPotionDurationMax |
( |
boolean |
par1) | |
|
Toggle the isPotionDurationMax field.
void net.minecraft.potion.PotionEffect.setSplashPotion |
( |
boolean |
par1) | |
|
Set whether this potion is a splash potion.
String net.minecraft.potion.PotionEffect.toString |
( |
) | |
|
Write a custom potion effect to a potion item's NBT data.
int net.minecraft.potion.PotionEffect.duration |
The duration of the potion effect
The documentation for this class was generated from the following file:
- C:/Users/LazDude/Downloads/MinecraftModding/YATS/forge/mcp/src/minecraft/net/minecraft/potion/PotionEffect.java