类 AbsoptionMobEffect
java.lang.Object
net.minecraft.world.effect.MobEffect
net.minecraft.world.effect.AbsoptionMobEffect
- 所有已实现的接口:
IForgeMobEffect
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
addAttributeModifiers
(LivingEntity pLivingEntity, AttributeMap pAttributeMap, int pAmplifier) void
removeAttributeModifiers
(LivingEntity pLivingEntity, AttributeMap pAttributeMap, int pAmplifier) 从类继承的方法 net.minecraft.world.effect.MobEffect
addAttributeModifier, applyEffectTick, applyInstantenousEffect, byId, createFactorData, getAttributeModifiers, getAttributeModifierValue, getCategory, getColor, getDescriptionId, getDisplayName, getEffectRendererInternal, getId, getIdFromNullable, getOrCreateDescriptionId, initializeClient, isBeneficial, isDurationEffectTick, isInstantenous, setFactorDataFactory
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraftforge.common.extensions.IForgeMobEffect
getCurativeItems, getSortOrder
-
构造器详细资料
-
AbsoptionMobEffect
-
-
方法详细资料
-
removeAttributeModifiers
public void removeAttributeModifiers(LivingEntity pLivingEntity, AttributeMap pAttributeMap, int pAmplifier) - 覆盖:
removeAttributeModifiers
在类中MobEffect
-
addAttributeModifiers
public void addAttributeModifiers(LivingEntity pLivingEntity, AttributeMap pAttributeMap, int pAmplifier) - 覆盖:
addAttributeModifiers
在类中MobEffect
-