Package net.minecraft.src
Class CreativeCrafting
java.lang.Object
net.minecraft.src.CreativeCrafting
- All Implemented Interfaces:
ICrafting
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsendProgressBarUpdate(Container par1Container, int par2, int par3) Sends two ints to the client-side Container.voidsendSlotContents(Container par1Container, int par2, ItemStack par3ItemStack) Sends the contents of an inventory slot to the client-side Container.voidupdateCraftingInventory(Container par1Container, List par2List)
-
Constructor Details
-
CreativeCrafting
-
-
Method Details
-
updateCraftingInventory
- Specified by:
updateCraftingInventoryin interfaceICrafting
-
sendSlotContents
Sends the contents of an inventory slot to the client-side Container. This doesn't have to match the actual contents of that slot. Args: Container, slot number, slot contents- Specified by:
sendSlotContentsin interfaceICrafting
-
sendProgressBarUpdate
Sends two ints to the client-side Container. Used for furnace burning time, smelting progress, brewing progress, and enchanting level. Normally the first int identifies which variable to update, and the second contains the new value. Both are truncated to shorts in non-local SMP.- Specified by:
sendProgressBarUpdatein interfaceICrafting
-