Package org.bukkit.inventory
Interface LlamaInventory
- All Superinterfaces:
- AbstractHorseInventory,- Inventory,- Iterable<ItemStack>
An interface to the inventory of a 
Llama.- 
Method SummaryMethods inherited from interface org.bukkit.inventory.AbstractHorseInventorygetSaddle, setSaddleMethods inherited from interface org.bukkit.inventory.InventoryaddItem, all, all, clear, clear, contains, contains, contains, contains, containsAtLeast, first, first, firstEmpty, getContents, getHolder, getItem, getLocation, getMaxStackSize, getSize, getStorageContents, getType, getViewers, isEmpty, iterator, iterator, remove, remove, removeItem, setContents, setItem, setMaxStackSize, setStorageContentsMethods inherited from interface java.lang.IterableforEach, spliterator
- 
Method Details- 
getDecorGets the item in the llama's decor slot.- Returns:
- the decor item
 
- 
setDecorSets the item in the llama's decor slot.- Parameters:
- stack- the new item
 
 
-