Package ml.pluto7073.pdapi.mixin
Class LivingEntityMixin
java.lang.Object
ml.pluto7073.pdapi.mixin.EntityMixin
ml.pluto7073.pdapi.mixin.LivingEntityMixin
- Direct Known Subclasses:
PassiveEntityMixin
-
Field Summary
Fields inherited from class ml.pluto7073.pdapi.mixin.EntityMixin
entityData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanaddEffect(net.minecraft.world.effect.MobEffectInstance effect) abstract booleanaddEffect(net.minecraft.world.effect.MobEffectInstance effect, @Nullable net.minecraft.world.entity.Entity source) abstract booleanhasEffect(net.minecraft.world.effect.MobEffect effect) Methods inherited from class ml.pluto7073.pdapi.mixin.EntityMixin
level
-
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)
-