Class ExpandMobEffectInstance
java.lang.Object
com.blamejared.crafttweaker.natives.entity.effect.ExpandMobEffectInstance
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidapplyEffect(net.minecraft.world.effect.MobEffectInstance internal, net.minecraft.world.entity.LivingEntity entity) static intcompareTo(net.minecraft.world.effect.MobEffectInstance internal, net.minecraft.world.effect.MobEffectInstance other) static intgetAmplifier(net.minecraft.world.effect.MobEffectInstance internal) static StringgetDescriptionId(net.minecraft.world.effect.MobEffectInstance internal) static intgetDuration(net.minecraft.world.effect.MobEffectInstance internal) static net.minecraft.world.effect.MobEffectgetEffect(net.minecraft.world.effect.MobEffectInstance internal) static booleanisAmbient(net.minecraft.world.effect.MobEffectInstance internal) static booleanisNoCounter(net.minecraft.world.effect.MobEffectInstance internal) static booleanisVisible(net.minecraft.world.effect.MobEffectInstance internal) static net.minecraft.world.effect.MobEffectInstancestatic MapDatastatic voidsetNoCounter(net.minecraft.world.effect.MobEffectInstance internal, boolean noCounter) static booleanshowIcon(net.minecraft.world.effect.MobEffectInstance internal) static booleantick(net.minecraft.world.effect.MobEffectInstance internal, net.minecraft.world.entity.LivingEntity entity, Runnable onFinish) static booleanupdate(net.minecraft.world.effect.MobEffectInstance internal, net.minecraft.world.effect.MobEffectInstance instance)
-
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
-
save
-
load
-
setNoCounter
public static void setNoCounter(net.minecraft.world.effect.MobEffectInstance internal, boolean noCounter) -
isNoCounter
public static boolean isNoCounter(net.minecraft.world.effect.MobEffectInstance internal) -
compareTo
public static int compareTo(net.minecraft.world.effect.MobEffectInstance internal, net.minecraft.world.effect.MobEffectInstance other)
-