Class UnWerewolfEffectInstance

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

public class UnWerewolfEffectInstance extends net.minecraft.world.effect.MobEffectInstance
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraft.world.effect.MobEffectInstance

    net.minecraft.world.effect.MobEffectInstance.FactorData
  • Field Summary

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

    INFINITE_DURATION
  • Constructor Summary

    Constructors
    Constructor
    Description
    UnWerewolfEffectInstance(int durationIn)
     
  • Method Summary

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

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

    compareTo, endsWithin, equals, getAmplifier, getCures, getDescriptionId, getDuration, getEffect, getFactorData, hashCode, isAmbient, isInfiniteDuration, isVisible, load, mapDuration, onEffectStarted, save, showIcon, toString, update

    Methods inherited from class java.lang.Object

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

    • UnWerewolfEffectInstance

      public UnWerewolfEffectInstance(int durationIn)
  • Method Details

    • tick

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