public class PotionHealthBoost extends Potion
IForgeRegistryEntry.Impl<T extends IForgeRegistryEntry<T>>delegate| Constructor and Description | 
|---|
| PotionHealthBoost(boolean isBadEffectIn,
                 int liquidColorIn) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | removeAttributesModifiersFromEntity(EntityLivingBase entityLivingBaseIn,
                                   AbstractAttributeMap attributeMapIn,
                                   int amplifier) | 
affectEntity, applyAttributesModifiersToEntity, getAttributeModifierAmount, getAttributeModifierMap, getIdFromPotion, getLiquidColor, getName, getPotionById, getPotionDurationString, getPotionFromResourceLocation, getStatusIconIndex, hasStatusIcon, isBadEffect, isBeneficial, isInstant, isReady, performEffect, registerPotionAttributeModifier, registerPotions, renderHUDEffect, renderInventoryEffect, setBeneficial, setEffectiveness, setIconIndex, setPotionName, shouldRender, shouldRenderHUD, shouldRenderInvTextgetRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryNamepublic PotionHealthBoost(boolean isBadEffectIn,
                         int liquidColorIn)
public void removeAttributesModifiersFromEntity(EntityLivingBase entityLivingBaseIn, AbstractAttributeMap attributeMapIn, int amplifier)
removeAttributesModifiersFromEntity in class Potion