Package org.bukkit.inventory
Interface AbstractHorseInventory
- All Known Subinterfaces:
- HorseInventory,- LlamaInventory
An interface to the inventory of an 
AbstractHorse.- 
Method SummaryMethods 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- 
getSaddleGets the item in the horse's saddle slot.- Returns:
- the saddle item
 
- 
setSaddleSets the item in the horse's saddle slot.- Parameters:
- stack- the new item
 
 
-