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 -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.world.effect.MobEffectInstancecreateEffectInstance(net.minecraft.world.item.component.SuspiciousStewEffects.Entry internal) static intduration(net.minecraft.world.item.component.SuspiciousStewEffects.Entry internal) static net.minecraft.world.effect.MobEffecteffect(net.minecraft.world.item.component.SuspiciousStewEffects.Entry internal) static net.minecraft.world.item.component.SuspiciousStewEffects.Entryof(net.minecraft.world.effect.MobEffect effect, int duration)
-
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)
-