public interface ICrafting
Modifier and Type | Method and Description |
---|---|
void |
sendContainerAndContentsToPlayer(Container container,
List list) |
void |
sendProgressBarUpdate(Container container,
int i,
int j)
Sends two ints to the client-side Container.
|
void |
sendSlotContents(Container container,
int i,
ItemStack itemstack)
Sends the contents of an inventory slot to the client-side Container.
|
void sendContainerAndContentsToPlayer(Container container, List list)
void sendSlotContents(Container container, int i, ItemStack itemstack)
void sendProgressBarUpdate(Container container, int i, int j)