Attributable, CommandSender, Creature, Damageable, Entity, LivingEntity, Lootable, Metadatable, Mob, Nameable, Permissible, PersistentDataHolder, ProjectileSource, ServerOperatorAbstractHorse, AbstractVillager, Animals, Cat, ChestedHorse, Chicken, Cow, Donkey, Fox, Horse, Llama, Mule, MushroomCow, Ocelot, Panda, Parrot, Pig, PolarBear, Rabbit, Sheep, SkeletonHorse, TraderLlama, Turtle, Villager, WanderingTrader, Wolf, ZombieHorsepublic interface Ageable extends Creature
Entity.Spigot| Modifier and Type | Method | Description | 
|---|---|---|
| boolean | canBreed() | Return the ability to breed of the animal. | 
| int | getAge() | Gets the age of this animal. | 
| boolean | getAgeLock() | Gets the current agelock. | 
| boolean | isAdult() | Returns true if the animal is an adult. | 
| void | setAdult() | Sets the age of the animal to an adult | 
| void | setAge(int age) | Sets the age of this animal. | 
| void | setAgeLock(boolean lock) | Lock the age of the animal, setting this will prevent the animal from
 maturing or getting ready for mating. | 
| void | setBaby() | Sets the age of the animal to a baby | 
| void | setBreed(boolean breed) | Set breedability of the animal, if the animal is a baby and set to
 breed it will instantly grow up. | 
getAttributegetName, sendMessage, sendMessage, sendMessage, sendMessagedamage, damage, getAbsorptionAmount, getHealth, getMaxHealth, resetMaxHealth, setAbsorptionAmount, setHealth, setMaxHealthaddPassenger, addScoreboardTag, eject, fromMobSpawner, getBoundingBox, getChunk, getEntityId, getEntitySpawnReason, getFacing, getFallDistance, getFireTicks, getHeight, getLastDamageCause, getLocation, getLocation, getMaxFireTicks, getNearbyEntities, getOrigin, getPassenger, getPassengers, getPistonMoveReaction, getPortalCooldown, getPose, getScoreboardTags, getServer, getTicksLived, getType, getUniqueId, getVehicle, getVelocity, getWidth, getWorld, hasGravity, isCustomNameVisible, isDead, isEmpty, isGlowing, isInsideVehicle, isInvulnerable, isOnGround, isPersistent, isSilent, isValid, leaveVehicle, playEffect, remove, removePassenger, removeScoreboardTag, setCustomNameVisible, setFallDistance, setFireTicks, setGlowing, setGravity, setInvulnerable, setLastDamageCause, setPassenger, setPersistent, setPortalCooldown, setRotation, setSilent, setTicksLived, setVelocity, spigot, teleport, teleport, teleport, teleport, teleportAsync, teleportAsyncaddPotionEffect, addPotionEffect, addPotionEffects, getActiveItem, getActivePotionEffects, getArrowsStuck, getCanPickupItems, getEquipment, getEyeHeight, getEyeHeight, getEyeLocation, getHandRaisedTime, getItemUseRemainingTime, getKiller, getLastDamage, getLastTwoTargetBlocks, getLeashHolder, getLineOfSight, getMaximumAir, getMaximumNoDamageTicks, getMemory, getNoDamageTicks, getPotionEffect, getRemainingAir, getRemoveWhenFarAway, getShieldBlockingDelay, getTargetBlock, getTargetBlock, getTargetBlock, getTargetBlockExact, getTargetBlockExact, getTargetBlockFace, getTargetBlockFace, getTargetBlockInfo, getTargetBlockInfo, getTargetEntity, getTargetEntity, getTargetEntityInfo, getTargetEntityInfo, hasAI, hasLineOfSight, hasPotionEffect, isCollidable, isGliding, isHandRaised, isLeashed, isRiptiding, isSleeping, isSwimming, rayTraceBlocks, rayTraceBlocks, removePotionEffect, setAI, setArrowsStuck, setCanPickupItems, setCollidable, setGliding, setKiller, setLastDamage, setLeashHolder, setMaximumAir, setMaximumNoDamageTicks, setMemory, setNoDamageTicks, setRemainingAir, setRemoveWhenFarAway, setShieldBlockingDelay, setSwimmingclearLootTable, getLootTable, getSeed, hasLootTable, setLootTable, setLootTable, setSeedgetMetadata, hasMetadata, removeMetadata, setMetadatagetPathfinder, getTarget, isInDaylight, setTargetgetCustomName, setCustomNameaddAttachment, addAttachment, addAttachment, addAttachment, getEffectivePermissions, hasPermission, hasPermission, isPermissionSet, isPermissionSet, recalculatePermissions, removeAttachmentgetPersistentDataContainerlaunchProjectile, launchProjectileisOp, setOpint getAge()
void setAge(int age)
age - New agevoid setAgeLock(boolean lock)
lock - new lockboolean getAgeLock()
void setBaby()
void setAdult()
boolean isAdult()
boolean canBreed()
void setBreed(boolean breed)
breed - breedability of the animalCopyright © 2020. All rights reserved.