Package org.bukkit.inventory.view
Interface LoomView
- All Superinterfaces:
- InventoryView
An instance of 
InventoryView which provides extra methods related to
 loom view data.- 
Nested Class SummaryNested classes/interfaces inherited from interface org.bukkit.inventory.InventoryViewInventoryView.Property
- 
Field SummaryFields inherited from interface org.bukkit.inventory.InventoryViewOUTSIDE
- 
Method SummaryModifier and TypeMethodDescriptionGets a list of all selectable to the player.intGets an index of the selected pattern.Get the upper inventory involved in this transaction.Methods inherited from interface org.bukkit.inventory.InventoryViewclose, convertSlot, countSlots, getBottomInventory, getCursor, getInventory, getItem, getMenuType, getOriginalTitle, getPlayer, getSlotType, getTitle, getType, open, setCursor, setItem, setProperty, setTitle, title
- 
Method Details- 
getTopInventoryDescription copied from interface:InventoryViewGet the upper inventory involved in this transaction.- Specified by:
- getTopInventoryin interface- InventoryView
- Returns:
- the inventory
 
- 
getSelectablePatternsGets a list of all selectable to the player.- Returns:
- A copy of the PatternType's currently selectable by the player
 
- 
getSelectedPatternIndexint getSelectedPatternIndex()Gets an index of the selected pattern.- Returns:
- Index of the selected pattern
 
 
-