public interface ICrafting
| Modifier and Type | Method and Description |
|---|---|
void |
sendContainerAndContentsToPlayer(Container p_71110_1_,
java.util.List p_71110_2_) |
void |
sendProgressBarUpdate(Container p_71112_1_,
int p_71112_2_,
int p_71112_3_)
Sends two ints to the client-side Container.
|
void |
sendSlotContents(Container p_71111_1_,
int p_71111_2_,
ItemStack p_71111_3_)
Sends the contents of an inventory slot to the client-side Container.
|
void sendContainerAndContentsToPlayer(Container p_71110_1_, java.util.List p_71110_2_)
void sendSlotContents(Container p_71111_1_, int p_71111_2_, ItemStack p_71111_3_)
void sendProgressBarUpdate(Container p_71112_1_, int p_71112_2_, int p_71112_3_)