Package org.spongepowered.api.entity.living
@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
package org.spongepowered.api.entity.living
-
ClassDescriptionAn Agent represents a
Living
that has AI.Represents an Allay.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.