Class ExpandMobEffectInstance

java.lang.Object
com.blamejared.crafttweaker.natives.entity.effect.ExpandMobEffectInstance

@ZenRegister public class ExpandMobEffectInstance extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    applyEffect(net.minecraft.world.effect.MobEffectInstance internal, net.minecraft.world.entity.LivingEntity entity)
     
    static int
    compareTo(net.minecraft.world.effect.MobEffectInstance internal, net.minecraft.world.effect.MobEffectInstance other)
     
    static int
    getAmplifier(net.minecraft.world.effect.MobEffectInstance internal)
     
    static String
    getDescriptionId(net.minecraft.world.effect.MobEffectInstance internal)
     
    static int
    getDuration(net.minecraft.world.effect.MobEffectInstance internal)
     
    static net.minecraft.world.effect.MobEffect
    getEffect(net.minecraft.world.effect.MobEffectInstance internal)
     
    static boolean
    isAmbient(net.minecraft.world.effect.MobEffectInstance internal)
     
    static boolean
    isVisible(net.minecraft.world.effect.MobEffectInstance internal)
     
    static net.minecraft.world.effect.MobEffectInstance
    load(MapData data)
     
    static MapData
    save(net.minecraft.world.effect.MobEffectInstance internal, MapData data)
     
    static boolean
    showIcon(net.minecraft.world.effect.MobEffectInstance internal)
     
    static boolean
    tick(net.minecraft.world.effect.MobEffectInstance internal, net.minecraft.world.entity.LivingEntity entity, Runnable onFinish)
     
    static boolean
    update(net.minecraft.world.effect.MobEffectInstance internal, net.minecraft.world.effect.MobEffectInstance instance)
     

    Methods inherited from class java.lang.Object

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

    • ExpandMobEffectInstance

      public ExpandMobEffectInstance()
  • Method Details

    • update

      public static boolean update(net.minecraft.world.effect.MobEffectInstance internal, net.minecraft.world.effect.MobEffectInstance instance)
    • getEffect

      public static net.minecraft.world.effect.MobEffect getEffect(net.minecraft.world.effect.MobEffectInstance internal)
    • getDuration

      public static int getDuration(net.minecraft.world.effect.MobEffectInstance internal)
    • getAmplifier

      public static int getAmplifier(net.minecraft.world.effect.MobEffectInstance internal)
    • isAmbient

      public static boolean isAmbient(net.minecraft.world.effect.MobEffectInstance internal)
    • isVisible

      public static boolean isVisible(net.minecraft.world.effect.MobEffectInstance internal)
    • showIcon

      public static boolean showIcon(net.minecraft.world.effect.MobEffectInstance internal)
    • tick

      public static boolean tick(net.minecraft.world.effect.MobEffectInstance internal, net.minecraft.world.entity.LivingEntity entity, Runnable onFinish)
    • applyEffect

      public static void applyEffect(net.minecraft.world.effect.MobEffectInstance internal, net.minecraft.world.entity.LivingEntity entity)
    • getDescriptionId

      public static String getDescriptionId(net.minecraft.world.effect.MobEffectInstance internal)
    • save

      public static MapData save(net.minecraft.world.effect.MobEffectInstance internal, MapData data)
    • load

      public static net.minecraft.world.effect.MobEffectInstance load(MapData data)
    • compareTo

      public static int compareTo(net.minecraft.world.effect.MobEffectInstance internal, net.minecraft.world.effect.MobEffectInstance other)