public class PotionAttackDamage extends Potion
Modifier and Type | Field and Description |
---|---|
protected double |
bonusPerLevel |
delegate
Modifier | Constructor and Description |
---|---|
protected |
PotionAttackDamage(boolean isBadEffectIn,
int liquidColorIn,
double bonusPerLevelIn) |
Modifier and Type | Method and Description |
---|---|
double |
getAttributeModifierAmount(int amplifier,
AttributeModifier modifier) |
affectEntity, applyAttributesModifiersToEntity, getAttributeModifierMap, getCurativeItems, getDisplayName, getGuiSortColor, getIdFromPotion, getLiquidColor, getName, getOrCreateDescriptionId, getPotionById, getStatusIconIndex, hasStatusIcon, isBadEffect, isBeneficial, isInstant, isReady, performEffect, registerPotionAttributeModifier, registerPotions, removeAttributesModifiersFromEntity, renderHUDEffect, renderInventoryEffect, setBeneficial, setEffectiveness, setIconIndex, shouldRender, shouldRenderHUD, shouldRenderInvText
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryName
protected PotionAttackDamage(boolean isBadEffectIn, int liquidColorIn, double bonusPerLevelIn)
public double getAttributeModifierAmount(int amplifier, AttributeModifier modifier)
getAttributeModifierAmount
in class Potion