Uses of Interface
org.bukkit.entity.Llama
Packages that use Llama
Package
Description
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of Llama in com.destroystokyo.paper.entity.ai
Fields in com.destroystokyo.paper.entity.ai with type parameters of type LlamaModifier and TypeFieldDescriptionVanillaGoal.LLAMA_ATTACK_WOLF
VanillaGoal.LLAMA_FOLLOW_CARAVAN
VanillaGoal.LLAMA_HAS_RIDER
VanillaGoal.LLAMA_HURT_BY
VanillaGoal.TRADER_LLAMA_DEFEND_WANDERING_TRADER
-
Uses of Llama in org.bukkit.entity
Subinterfaces of Llama in org.bukkit.entityMethods in org.bukkit.entity that return LlamaModifier and TypeMethodDescription@Nullable Llama
Llama.getCaravanHead()
Get the llama that this llama is following.@Nullable Llama
Llama.getCaravanTail()
Gets the llama that is currently following behind this llama.Methods in org.bukkit.entity with parameters of type LlamaModifier and TypeMethodDescriptionvoid
Llama.joinCaravan
(@NotNull Llama llama) Joins a caravan, with the provided llama being the leader of the caravan. -
Uses of Llama in org.purpurmc.purpur.event.entity
Methods in org.purpurmc.purpur.event.entity that return LlamaModifier and TypeMethodDescriptionLlamaJoinCaravanEvent.getEntity()
LlamaLeaveCaravanEvent.getEntity()
LlamaJoinCaravanEvent.getHead()
Get the Llama that this Llama is about to followConstructors in org.purpurmc.purpur.event.entity with parameters of type LlamaModifierConstructorDescriptionLlamaJoinCaravanEvent
(Llama llama, Llama head) LlamaLeaveCaravanEvent
(Llama llama)