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