Package net.minecraft.potion
Class AttackDamageEffect
- java.lang.Object
-
- net.minecraftforge.registries.ForgeRegistryEntry<Effect>
-
- net.minecraft.potion.Effect
-
- net.minecraft.potion.AttackDamageEffect
-
- All Implemented Interfaces:
IForgeEffect
,IForgeRegistryEntry<Effect>
public class AttackDamageEffect extends Effect
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.minecraftforge.registries.ForgeRegistryEntry
ForgeRegistryEntry.UncheckedRegistryEntry<V extends IForgeRegistryEntry<V>>
-
-
Field Summary
Fields Modifier and Type Field Description protected double
multiplier
-
Fields inherited from class net.minecraftforge.registries.ForgeRegistryEntry
delegate
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AttackDamageEffect(EffectType p_i50394_1_, int p_i50394_2_, double p_i50394_3_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getAttributeModifierValue(int p_111183_1_, AttributeModifier p_111183_2_)
-
Methods inherited from class net.minecraft.potion.Effect
addAttributeModifier, addAttributeModifiers, applyEffectTick, applyInstantenousEffect, byId, getAttributeModifiers, getCategory, getColor, getDescriptionId, getDisplayName, getId, getOrCreateDescriptionId, isBeneficial, isDurationEffectTick, isInstantenous, removeAttributeModifiers
-
Methods inherited from class net.minecraftforge.registries.ForgeRegistryEntry
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.minecraftforge.common.extensions.IForgeEffect
getCurativeItems, getEffect, getGuiSortColor, renderHUDEffect, renderInventoryEffect, shouldRender, shouldRenderHUD, shouldRenderInvText
-
-
-
-
Constructor Detail
-
AttackDamageEffect
protected AttackDamageEffect(EffectType p_i50394_1_, int p_i50394_2_, double p_i50394_3_)
-
-
Method Detail
-
getAttributeModifierValue
public double getAttributeModifierValue(int p_111183_1_, AttributeModifier p_111183_2_)
- Overrides:
getAttributeModifierValue
in classEffect
-
-