public class Inventory extends Object
| Constructor and Description |
|---|
Inventory(int id,
com.github.steveice10.mc.protocol.data.game.window.WindowType windowType,
int size) |
Inventory(String title,
int id,
com.github.steveice10.mc.protocol.data.game.window.WindowType windowType,
int size) |
| Modifier and Type | Method and Description |
|---|---|
com.github.steveice10.mc.protocol.data.game.entity.metadata.ItemStack |
getItem(int slot) |
public Inventory(int id,
com.github.steveice10.mc.protocol.data.game.window.WindowType windowType,
int size)
public Inventory(String title, int id, com.github.steveice10.mc.protocol.data.game.window.WindowType windowType, int size)
Copyright © 2019 GeyserMC. All rights reserved.