public final class InvTypeRich
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
aligned() |
boolean |
canPlayerInteractOn(int slot) |
int |
columns() |
boolean |
extendable() |
boolean |
isResultSlot(int slot) |
int |
maxSize() |
int |
normalize(int size) |
int[] |
resultSlots() |
int |
rows() |
@Nullable org.bukkit.event.inventory.InventoryType |
toInventoryType() |
@NotNull net.infumia.frame.type.InvType |
type() |
@NotNull public @NotNull net.infumia.frame.type.InvType type()
public int maxSize()
public int rows()
public int columns()
public boolean extendable()
public int[] resultSlots()
public boolean aligned()
public boolean isResultSlot(int slot)
public boolean canPlayerInteractOn(int slot)
public int normalize(int size)
@Nullable public @Nullable org.bukkit.event.inventory.InventoryType toInventoryType()