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_WOLFVanillaGoal.LLAMA_FOLLOW_CARAVANVanillaGoal.LLAMA_HURT_BYVanillaGoal.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 LlamaLlama.getCaravanHead()Get the llama that this llama is following.@Nullable LlamaLlama.getCaravanTail()Gets the llama that is currently following behind this llama.Methods in org.bukkit.entity with parameters of type LlamaModifier and TypeMethodDescriptionvoidLlama.joinCaravan(@NotNull Llama llama) Joins a caravan, with the provided llama being the leader of the caravan.