Interface AbstractCow

All Superinterfaces:
Ageable, Animals, Attributable, Audience, Breedable, CommandSender, Creature, Damageable, Entity, Frictional, HoverEventSource<HoverEvent.ShowEntity>, Leashable, LivingEntity, Lootable, Metadatable, Mob, Nameable, Permissible, PersistentDataHolder, PersistentDataViewHolder, Pointered, ProjectileSource, ServerOperator, Sound.Emitter
All Known Subinterfaces:
Cow, MushroomCow

@NullMarked public interface AbstractCow extends Animals
This interface defines or represents the abstract concept of cow-like entities on the server. The interface is hence not a direct representation of an entity but rather serves as a parent to interfaces/entity types like Cow or MushroomCow.