Package org.spongepowered.api.entity.living
@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
package org.spongepowered.api.entity.living
-
ClassDescriptionRepresents an entity that flies, such as a bat.Represents an
Agent
that produces offspring and grows into an adultAn Agent represents aLiving
that has AI.Represents an entity that can not be interacted with and only adds to the ambiance of the environment.Represents an Armor Stand.Represents a Bat.ComplexLiving<T extends ComplexLivingPart<T>>Represents a complex living entity that requires multiple bounding boxes, example:EnderDragon
.ComplexLivingPart<P extends ComplexLivingPart<P>>Represents a part of aComplexLiving
.Represents an entity that is living, and therefor can be damaged.Represents a hostile Creature, such as aSkeleton
.AnAgent
who has AI explicitly to attack other entities withProjectile
s.