| Package | Description |
|---|---|
| com.github.steveice10.mc.protocol.data.game.window | |
| com.github.steveice10.mc.protocol.packet.ingame.client.window |
| Modifier and Type | Method and Description |
|---|---|
static WindowAction |
WindowAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowAction[] |
WindowAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WindowAction |
ClientWindowActionPacket.getAction() |
| Constructor and Description |
|---|
ClientWindowActionPacket(int windowId,
int actionId,
int slot,
ItemStack clicked,
WindowAction action,
WindowActionParam param) |
Copyright © 2020. All rights reserved.