| Constructor and Description |
|---|
CreativeCrafting(Minecraft mc) |
| 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) |
public CreativeCrafting(Minecraft mc)
public void sendContainerAndContentsToPlayer(Container containerToSend, java.util.List itemsList)
sendContainerAndContentsToPlayer in interface ICraftingpublic void sendSlotContents(Container containerToSend, int slotInd, ItemStack stack)
sendSlotContents in interface ICraftingpublic void sendProgressBarUpdate(Container containerIn, int varToUpdate, int newValue)
sendProgressBarUpdate in interface ICraftingpublic void func_175173_a(Container p_175173_1_, IInventory p_175173_2_)
func_175173_a in interface ICrafting