@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
Package org.spongepowered.api.entity.living
-
Interface Summary Interface Description Aerial Represents an entity that flies, such as a bat.Ageable Represents anAgent
that produces offspring and grows into an adultAgent An Agent represents aLiving
that has AI.Ambient Represents an entity that can not be interacted with and only adds to the ambiance of the environment.ArmorStand Represents an Armor Stand.Bat 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
.Creature Hostile Human Humanoid Living Represents an entity that is living, and therefor can be damaged.Monster Represents a hostile Creature, such as aSkeleton
.Ranger AnAgent
who has AI explicitly to attack other entities withProjectile
s.