Class LivingEntityMixin

java.lang.Object
ml.pluto7073.pdapi.mixin.EntityMixin
ml.pluto7073.pdapi.mixin.LivingEntityMixin
Direct Known Subclasses:
PassiveEntityMixin

public abstract class LivingEntityMixin extends EntityMixin
  • Constructor Details

    • LivingEntityMixin

      public LivingEntityMixin()
  • Method Details

    • hasEffect

      public abstract boolean hasEffect(net.minecraft.world.effect.MobEffect effect)
    • addEffect

      public abstract boolean addEffect(net.minecraft.world.effect.MobEffectInstance effect, @Nullable @Nullable net.minecraft.world.entity.Entity source)
    • addEffect

      public abstract boolean addEffect(net.minecraft.world.effect.MobEffectInstance effect)