类 AttackDamageMobEffect
java.lang.Object
net.minecraft.world.effect.MobEffect
net.minecraft.world.effect.AttackDamageMobEffect
- 所有已实现的接口:
IForgeMobEffect
-
字段概要
字段 -
构造器概要
构造器限定符构造器说明protected
AttackDamageMobEffect
(MobEffectCategory pCategory, int pColor, double pMultiplier) -
方法概要
从类继承的方法 net.minecraft.world.effect.MobEffect
addAttributeModifier, addAttributeModifiers, applyEffectTick, applyInstantenousEffect, byId, createFactorData, getAttributeModifiers, getCategory, getColor, getDescriptionId, getDisplayName, getEffectRendererInternal, getId, getIdFromNullable, getOrCreateDescriptionId, initializeClient, isBeneficial, isDurationEffectTick, isInstantenous, removeAttributeModifiers, setFactorDataFactory
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraftforge.common.extensions.IForgeMobEffect
getCurativeItems, getSortOrder
-
字段详细资料
-
multiplier
protected final double multiplier
-
-
构造器详细资料
-
AttackDamageMobEffect
-
-
方法详细资料
-
getAttributeModifierValue
- 覆盖:
getAttributeModifierValue
在类中MobEffect
-