| Package | Description |
|---|---|
| io.github.portlek.smartinventory |
the package that contains common interfaces.
|
| io.github.portlek.smartinventory.content |
the package that contains
Page's contents. |
| Modifier and Type | Method and Description |
|---|---|
static SlotIterator.Type |
SlotIterator.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SlotIterator.Type[] |
SlotIterator.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default @NotNull SlotIterator |
InventoryContents.newIterator(SlotIterator.Type type,
int startRow,
int startColumn)
creates and returns an iterator.
|
default @NotNull SlotIterator |
InventoryContents.newIterator(SlotIterator.Type type,
@NotNull SlotPos startPos)
same as
InventoryContents.newIterator(SlotIterator.Type, int, int),
but using a SlotPos instead. |
@NotNull SlotIterator |
InventoryContents.newIterator(@NotNull String id,
SlotIterator.Type type,
int startRow,
int startColumn)
creates and registers an iterator using a given id.
|
default @NotNull SlotIterator |
InventoryContents.newIterator(@NotNull String id,
SlotIterator.Type type,
@NotNull SlotPos startPos)
same as
InventoryContents.newIterator(String, SlotIterator.Type, int, int),
but using a SlotPos instead. |
| Modifier and Type | Method and Description |
|---|---|
@NotNull SlotIterator |
BasicInventoryContents.newIterator(@NotNull String id,
SlotIterator.Type type,
int startRow,
int startColumn) |
| Constructor and Description |
|---|
BasicSlotIterator(@NotNull InventoryContents contents,
SlotIterator.Type type)
ctor.
|
BasicSlotIterator(@NotNull InventoryContents contents,
SlotIterator.Type type,
int startRow,
int startColumn)
ctor.
|
Copyright © 2021. All rights reserved.