Package org.bukkit.inventory
Interface AbstractHorseInventory
-
- All Known Subinterfaces:
HorseInventory
,LlamaInventory
public interface AbstractHorseInventory extends Inventory
An interface to the inventory of anAbstractHorse
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ItemStack
getSaddle()
Gets the item in the horse's saddle slot.void
setSaddle(ItemStack stack)
Sets the item in the horse's saddle slot.-
Methods inherited from interface org.bukkit.inventory.Inventory
addItem, all, all, clear, clear, contains, contains, contains, contains, containsAtLeast, first, first, firstEmpty, getContents, getHolder, getItem, getLocation, getMaxStackSize, getSize, getStorageContents, getType, getViewers, iterator, iterator, remove, remove, removeItem, setContents, setItem, setMaxStackSize, setStorageContents
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-