Interface AstralLivingEntity

All Known Implementing Classes:
net.minecraft.entity.passive.AnimalEntity, AnimalEntityMixin, BeeEntityMixin, CatEntityMixin, CowEntityMixin, CreeperEntityMixin, DolphinEntityMixin, EnderDragonEntityMixin, net.minecraft.entity.passive.FishEntity, FoxEntityMixin, net.minecraft.entity.passive.GolemEntity, GuardianEntityMixin, net.minecraft.entity.mob.HostileEntity, IronGolemEntityMixin, net.minecraft.entity.LivingEntity, LivingEntityMixin, net.minecraft.entity.mob.MobEntity, MobEntityMixin, MooshroomEntityMixin, net.minecraft.entity.passive.PassiveEntity, PassiveEntityMixin, net.minecraft.entity.mob.PathAwareEntity, PolarBearEntityMixin, PufferfishEntityMixin, SlimeEntityMixin, net.minecraft.entity.passive.TameableEntity, net.minecraft.entity.mob.WaterCreatureEntity, WolfEntityMixin

public interface AstralLivingEntity
Extends the LivingEntity class.
Since:
1.1.1
  • Method Details

    • astral$ignoresChallengeScaling

      default boolean astral$ignoresChallengeScaling()
      Returns whether this entity ignores scaling.
      Returns:
      Whether this entity ignores scaling.
      Since:
      1.1.1
    • astral$forcesChallengeScaling

      default boolean astral$forcesChallengeScaling()
      Returns whether this entity forces scaling.
      Returns:
      Whether this entity forces scaling.
      Since:
      1.1.1