public interface ICrafting
Modifier and Type | Method and Description |
---|---|
void |
func_175173_a(Container p_175173_1_,
IInventory p_175173_2_) |
void |
sendContainerAndContentsToPlayer(Container containerToSend,
java.util.List itemsList) |
void |
sendProgressBarUpdate(Container containerIn,
int varToUpdate,
int newValue) |
void |
sendSlotContents(Container containerToSend,
int slotInd,
ItemStack stack) |
void sendContainerAndContentsToPlayer(Container containerToSend, java.util.List itemsList)
void sendProgressBarUpdate(Container containerIn, int varToUpdate, int newValue)
void func_175173_a(Container p_175173_1_, IInventory p_175173_2_)