Constructor and Description |
---|
CreativeCrafting(Minecraft par1) |
Modifier and Type | Method and Description |
---|---|
void |
sendContainerAndContentsToPlayer(Container par1Container,
List par2List) |
void |
sendProgressBarUpdate(Container par1Container,
int par2,
int par3)
Sends two ints to the client-side Container.
|
void |
sendSlotContents(Container par1Container,
int par2,
ItemStack par3ItemStack)
Sends the contents of an inventory slot to the client-side Container.
|
public CreativeCrafting(Minecraft par1)
public void sendContainerAndContentsToPlayer(Container par1Container, List par2List)
sendContainerAndContentsToPlayer
in interface ICrafting
public void sendSlotContents(Container par1Container, int par2, ItemStack par3ItemStack)
sendSlotContents
in interface ICrafting
public void sendProgressBarUpdate(Container par1Container, int par2, int par3)
sendProgressBarUpdate
in interface ICrafting