Class LupusSanguinemEffectInstance

java.lang.Object
net.minecraft.world.effect.MobEffectInstance
de.teamlapen.werewolves.effects.inst.LupusSanguinemEffectInstance
All Implemented Interfaces:
Comparable<net.minecraft.world.effect.MobEffectInstance>

public class LupusSanguinemEffectInstance extends net.minecraft.world.effect.MobEffectInstance
  • Field Summary

    Fields inherited from class net.minecraft.world.effect.MobEffectInstance

    CODEC, INFINITE_DURATION, MAX_AMPLIFIER, MIN_AMPLIFIER, STREAM_CODEC
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    tick(net.minecraft.world.entity.LivingEntity entityIn, Runnable runnable)
     
    boolean
    update(net.minecraft.world.effect.MobEffectInstance other)
     

    Methods inherited from class net.minecraft.world.effect.MobEffectInstance

    compareTo, copyBlendState, endsWithin, equals, getAmplifier, getBlendFactor, getCures, getDescriptionId, getDuration, getEffect, getParticleOptions, hashCode, is, isAmbient, isInfiniteDuration, isVisible, load, mapDuration, onEffectAdded, onEffectStarted, onMobHurt, onMobRemoved, save, showIcon, skipBlending, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • LupusSanguinemEffectInstance

      public LupusSanguinemEffectInstance(int durationIn)
  • Method Details

    • update

      public boolean update(@Nonnull net.minecraft.world.effect.MobEffectInstance other)
      Overrides:
      update in class net.minecraft.world.effect.MobEffectInstance
    • tick

      public boolean tick(@Nonnull net.minecraft.world.entity.LivingEntity entityIn, @Nonnull Runnable runnable)
      Overrides:
      tick in class net.minecraft.world.effect.MobEffectInstance