Class ExpandSuspiciousStewEffects.ExpandSuspiciousStewEffectsEntry

java.lang.Object
com.blamejared.crafttweaker.natives.item.component.ExpandSuspiciousStewEffects.ExpandSuspiciousStewEffectsEntry
Enclosing class:
ExpandSuspiciousStewEffects

@ZenRegister public static class ExpandSuspiciousStewEffects.ExpandSuspiciousStewEffectsEntry extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.world.effect.MobEffectInstance
    createEffectInstance(net.minecraft.world.item.component.SuspiciousStewEffects.Entry internal)
     
    static int
    duration(net.minecraft.world.item.component.SuspiciousStewEffects.Entry internal)
     
    static net.minecraft.world.effect.MobEffect
    effect(net.minecraft.world.item.component.SuspiciousStewEffects.Entry internal)
     
    static net.minecraft.world.item.component.SuspiciousStewEffects.Entry
    of(net.minecraft.world.effect.MobEffect effect, int duration)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExpandSuspiciousStewEffectsEntry

      public ExpandSuspiciousStewEffectsEntry()
  • Method Details

    • of

      public static net.minecraft.world.item.component.SuspiciousStewEffects.Entry of(net.minecraft.world.effect.MobEffect effect, int duration)
    • createEffectInstance

      public static net.minecraft.world.effect.MobEffectInstance createEffectInstance(net.minecraft.world.item.component.SuspiciousStewEffects.Entry internal)
    • duration

      public static int duration(net.minecraft.world.item.component.SuspiciousStewEffects.Entry internal)
    • effect

      public static net.minecraft.world.effect.MobEffect effect(net.minecraft.world.item.component.SuspiciousStewEffects.Entry internal)