Class EffectInstanceHelper
java.lang.Object
io.github.icrazyblaze.twitchmod.util.EffectInstanceHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.world.effect.MobEffectInstance
effect(net.minecraft.world.effect.MobEffect type, int duration, int amplifier)
static net.minecraft.world.effect.MobEffectInstance
This method generates a random potion effect with a randomised duration and amplifier.
-
Constructor Details
-
EffectInstanceHelper
public EffectInstanceHelper()
-
-
Method Details
-
getRandomEffect
public static net.minecraft.world.effect.MobEffectInstance getRandomEffect()This method generates a random potion effect with a randomised duration and amplifier.- Returns:
- The random effect
-
effect
public static net.minecraft.world.effect.MobEffectInstance effect(net.minecraft.world.effect.MobEffect type, int duration, int amplifier)- Returns:
- a potion effect
-