Interface Llama
- 
- All Superinterfaces:
- Ageable,- Agent,- Animal,- ArmorEquipable,- AttributeHolder,- Carrier,- CopyableDataHolder,- DataHolder,- DataHolder.Mutable,- DataSerializable,- Entity,- EntityProjectileSource,- Equipable,- HorseLike,- HoverEventSource<HoverEvent.ShowEntity>,- Identifiable,- Living,- LlamaLike,- Locatable,- PackHorse,- ProjectileSource,- RandomProvider,- Ranger,- SerializableDataHolder,- SerializableDataHolder.Mutable,- Sittable,- Sound.Emitter,- TameableAnimal,- TameableHorse,- TeamMember,- ValueContainer
 
 public interface Llama extends LlamaLike, TameableHorse, PackHorse Represents a Llama. Llamas are unique in that they can be ridden by players, but not controlled by players. Likewise, they have colors and styles and can have storage "strength".
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.spongepowered.api.data.DataHolderDataHolder.Immutable<I extends DataHolder.Immutable<I>>, DataHolder.Mutable
 - 
Nested classes/interfaces inherited from interface org.spongepowered.api.data.SerializableDataHolderSerializableDataHolder.Immutable<I extends SerializableDataHolder.Immutable<I>>, SerializableDataHolder.Mutable
 
- 
 - 
Method SummaryAll Methods Instance Methods Default Methods Modifier and Type Method Description default Value.Mutable<LlamaType>llamaType()default Value.Mutable<Integer>strength()- 
Methods inherited from interface org.spongepowered.api.entity.living.Ageableadult, babyTicks, breedingCooldown, canBreed
 - 
Methods inherited from interface org.spongepowered.api.entity.living.AgentaiEnabled, dominantHand, goal, leashHolder, persistent, targetEntity
 - 
Methods inherited from interface org.spongepowered.api.entity.living.animal.Animalbreeder, breedWith, canBreedWith, isFood
 - 
Methods inherited from interface org.spongepowered.api.item.inventory.ArmorEquipablechest, feet, head, itemInHand, itemInHand, legs, setChest, setFeet, setHead, setItemInHand, setItemInHand, setLegs
 - 
Methods inherited from interface org.spongepowered.api.entity.attribute.AttributeHolderattribute, attribute
 - 
Methods inherited from interface org.spongepowered.api.data.DataHolder.MutablecopyFrom, copyFrom, offer, offer, offer, offer, offerAll, offerAll, offerAll, offerAll, offerAll, offerAll, offerSingle, offerSingle, offerSingle, offerSingle, remove, remove, remove, removeAll, removeAll, removeAll, removeAll, removeAll, removeAll, removeKey, removeKey, removeSingle, removeSingle, transform, transform, tryOffer, tryOffer, tryOffer, undo
 - 
Methods inherited from interface org.spongepowered.api.data.persistence.DataSerializablecontentVersion, toContainer
 - 
Methods inherited from interface org.spongepowered.api.entity.Entityage, asHoverEvent, baseSize, baseVehicle, boundingBox, canSee, copy, createArchetype, createSnapshot, creator, customName, customNameVisible, damage, damage, direction, displayName, eyeHeight, eyePosition, fallDistance, fireImmuneTicks, fireTicks, glowing, gravityAffected, height, invisible, invulnerabilityTicks, invulnerable, isLoaded, isRemoved, isTransient, lookAt, maxAir, nearbyEntities, nearbyEntities, notifier, onGround, passengers, position, remainingAir, remove, rotation, scale, scoreboardTags, setLocation, setLocationAndRotation, setLocationAndRotation, setPosition, setRotation, setScale, setTransform, silent, sneaking, sprinting, swiftness, transferToWorld, transferToWorld, transform, type, vanish, vanishIgnoresCollision, vanishPreventsTargeting, vanishState, vehicle, velocity, wet
 - 
Methods inherited from interface org.spongepowered.api.item.inventory.EquipablecanEquip, canEquip, canEquip, canEquip, equip, equip, equipment, equipped, equipped
 - 
Methods inherited from interface net.kyori.adventure.text.event.HoverEventSourceasHoverEvent
 - 
Methods inherited from interface org.spongepowered.api.util.IdentifiableuniqueId
 - 
Methods inherited from interface org.spongepowered.api.entity.living.Livingabsorption, activeItem, bodyRotations, canGrief, chestRotation, elytraFlying, headDirection, headRotation, health, lastAttacker, lastDamageReceived, maxHealth, potionEffects, stuckArrows, walkingSpeed
 - 
Methods inherited from interface org.spongepowered.api.world.LocatableblockPosition, location, serverLocation, world
 - 
Methods inherited from interface org.spongepowered.api.entity.living.animal.horse.PackHorsehasChest
 - 
Methods inherited from interface org.spongepowered.api.projectile.source.ProjectileSourcelaunchProjectile, launchProjectile, launchProjectile, launchProjectile, launchProjectileTo, launchProjectileTo
 - 
Methods inherited from interface org.spongepowered.api.util.RandomProviderrandom
 - 
Methods inherited from interface org.spongepowered.api.data.SerializableDataHoldervalidateRawData
 - 
Methods inherited from interface org.spongepowered.api.data.SerializableDataHolder.MutablesetRawData
 - 
Methods inherited from interface org.spongepowered.api.entity.living.animal.horse.TameableHorsetamed, tamer
 - 
Methods inherited from interface org.spongepowered.api.scoreboard.TeamMemberteamRepresentation
 
- 
 
- 
- 
- 
Method Detail- 
llamaTypedefault Value.Mutable<LlamaType> llamaType() - Returns:
- The llama type
- See Also:
- LlamaTypes
 
 - 
strengthdefault Value.Mutable<Integer> strength() - Returns:
- The strength of this llama, determines how big of an inventory they can carry
 
 
- 
 
-