|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.minecraft.src.CreativeCrafting
public class CreativeCrafting
| Constructor Summary | |
|---|---|
CreativeCrafting(Minecraft par1)
|
|
| Method Summary | |
|---|---|
void |
sendContainerAndContentsToPlayer(Container par1Container,
List par2List)
|
void |
updateCraftingInventoryInfo(Container par1Container,
int par2,
int par3)
send information about the crafting inventory to the client(currently only for furnace times) |
void |
updateCraftingInventorySlot(Container par1Container,
int par2,
ItemStack par3ItemStack)
inform the player of a change in a single slot |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CreativeCrafting(Minecraft par1)
| Method Detail |
|---|
public void sendContainerAndContentsToPlayer(Container par1Container,
List par2List)
sendContainerAndContentsToPlayer in interface ICrafting
public void updateCraftingInventorySlot(Container par1Container,
int par2,
ItemStack par3ItemStack)
updateCraftingInventorySlot in interface ICrafting
public void updateCraftingInventoryInfo(Container par1Container,
int par2,
int par3)
updateCraftingInventoryInfo in interface ICrafting
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||