Schnittstelle InventoryContents
- Alle bekannten Implementierungsklassen:
InventoryContents.Impl
public interface InventoryContents
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungadd(ClickableItem item) ClickableItem[][]all()fill(ClickableItem item) fillBorders(ClickableItem item) fillColumn(int column, ClickableItem item) fillRect(int fromRow, int fromColumn, int toRow, int toColumn, ClickableItem item) fillRect(SlotPos fromPos, SlotPos toPos, ClickableItem item) fillRow(int row, ClickableItem item) get(int row, int column) newIterator(String id, SlotIterator.Type type, int startRow, int startColumn) newIterator(String id, SlotIterator.Type type, SlotPos startPos) newIterator(SlotIterator.Type type, int startRow, int startColumn) newIterator(SlotIterator.Type type, SlotPos startPos) <T> T<T> Tset(int row, int column, ClickableItem item) set(SlotPos slotPos, ClickableItem item) setProperty(String name, Object value)
-
Methodendetails
-
inventory
SmartInventory inventory() -
pagination
Pagination pagination() -
iterator
-
newIterator
-
newIterator
-
newIterator
-
newIterator
-
all
ClickableItem[][] all() -
firstEmpty
-
get
-
get
-
set
-
set
-
add
-
fill
-
fillRow
-
fillColumn
-
fillBorders
-
fillRect
InventoryContents fillRect(int fromRow, int fromColumn, int toRow, int toColumn, ClickableItem item) -
fillRect
-
property
-
property
-
setProperty
-