| Modifier and Type | Method and Description |
|---|---|
ItemStack |
Advancement.DisplayData.getIcon() |
| Constructor and Description |
|---|
DisplayData(String title,
String description,
ItemStack icon,
Advancement.DisplayData.FrameType frameType,
boolean showToast,
boolean hidden,
float posX,
float posY) |
DisplayData(String title,
String description,
ItemStack icon,
Advancement.DisplayData.FrameType frameType,
boolean showToast,
boolean hidden,
float posX,
float posY,
String backgroundTexture) |
| Modifier and Type | Method and Description |
|---|---|
ItemStack |
ClientWindowActionPacket.getClickedItem() |
ItemStack |
ClientCreativeInventoryActionPacket.getClickedItem() |
| Constructor and Description |
|---|
ClientCreativeInventoryActionPacket(int slot,
ItemStack clicked) |
ClientWindowActionPacket(int windowId,
int actionId,
int slot,
ItemStack clicked,
WindowAction action,
WindowActionParam param) |
| Modifier and Type | Method and Description |
|---|---|
ItemStack |
ServerEntityEquipmentPacket.getItem() |
| Constructor and Description |
|---|
ServerEntityEquipmentPacket(int entityId,
EquipmentSlot slot,
ItemStack item) |
| Modifier and Type | Method and Description |
|---|---|
ItemStack |
ServerSetSlotPacket.getItem() |
ItemStack[] |
ServerWindowItemsPacket.getItems() |
| Constructor and Description |
|---|
ServerSetSlotPacket(int windowId,
int slot,
ItemStack item) |
ServerWindowItemsPacket(int windowId,
ItemStack[] items) |
| Modifier and Type | Method and Description |
|---|---|
static ItemStack |
NetUtil.readItem(com.github.steveice10.packetlib.io.NetInput in) |
| Modifier and Type | Method and Description |
|---|---|
static void |
NetUtil.writeItem(com.github.steveice10.packetlib.io.NetOutput out,
ItemStack item) |
Copyright © 2020. All rights reserved.