| Package | Description |
|---|---|
| net.tridentsdk.inventory |
Inventory and windows such as crafting, enchanting, trading access
|
| net.tridentsdk.server.inventory |
Contains implementations of the classes in
net.tridentsdk.inventory.* package |
| net.tridentsdk.server.packets.play.out |
Packets related to the gameplay of the server sent from the server
|
| Modifier and Type | Method and Description |
|---|---|
static InventoryType |
InventoryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InventoryType[] |
InventoryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static TridentInventory |
TridentInventory.create(String name,
int length,
InventoryType type) |
| Modifier and Type | Field and Description |
|---|---|
protected InventoryType |
PacketPlayOutOpenWindow.inventoryType |
| Modifier and Type | Method and Description |
|---|---|
InventoryType |
PacketPlayOutOpenWindow.inventoryType() |
Copyright © 2016. All rights reserved.