类 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
  • 构造器概要

    构造器
    构造器
    说明
    BurningEffect(net.minecraft.world.effect.MobEffectCategory category, int color)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    applyEffectTick(net.minecraft.world.entity.LivingEntity livingEntity, int amplifier)
     
    boolean
    isDurationEffectTick(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