| Constructor and Description |
|---|
CreativeCrafting(Minecraft par1Minecraft) |
| Modifier and Type | Method and Description |
|---|---|
void |
sendContainerAndContentsToPlayer(Container par1Container,
java.util.List par2List) |
void |
sendProgressBarUpdate(Container par1Container,
int par2,
int par3) |
void |
sendSlotContents(Container par1Container,
int par2,
ItemStack par3ItemStack) |
public CreativeCrafting(Minecraft par1Minecraft)
public void sendContainerAndContentsToPlayer(Container par1Container, java.util.List par2List)
sendContainerAndContentsToPlayer in interface ICraftingpublic void sendSlotContents(Container par1Container, int par2, ItemStack par3ItemStack)
sendSlotContents in interface ICraftingpublic void sendProgressBarUpdate(Container par1Container, int par2, int par3)
sendProgressBarUpdate in interface ICrafting