public interface IContainerListener
Modifier and Type | Method and Description |
---|---|
void |
sendAllContents(Container containerToSend,
NonNullList<ItemStack> itemsList) |
void |
sendAllWindowProperties(Container containerIn,
IInventory inventory) |
void |
sendSlotContents(Container containerToSend,
int slotInd,
ItemStack stack) |
void |
sendWindowProperty(Container containerIn,
int varToUpdate,
int newValue) |
void sendAllContents(Container containerToSend, NonNullList<ItemStack> itemsList)
void sendWindowProperty(Container containerIn, int varToUpdate, int newValue)
void sendAllWindowProperties(Container containerIn, IInventory inventory)