Package org.spongepowered.api.entity.living
@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
package org.spongepowered.api.entity.living
-
InterfacesClassDescriptionAn Agent represents a
Livingthat 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.AnAgentwho has AI explicitly to attack other entities withProjectiles.