public interface ICrafterWorktable
| Modifier and Type | Method and Description |
|---|---|
boolean |
canTakeStack(int slotIndex) |
net.minecraft.item.crafting.IRecipe |
getRecipeUsed() |
net.minecraft.item.ItemStack |
getResult(net.minecraft.inventory.InventoryCrafting inventoryCrafting,
net.minecraft.world.World world) |
void |
onCraftingComplete(net.minecraft.entity.player.EntityPlayer player) |
boolean |
onCraftingStart(net.minecraft.entity.player.EntityPlayer player) |
net.minecraft.item.ItemStack getResult(net.minecraft.inventory.InventoryCrafting inventoryCrafting,
net.minecraft.world.World world)
boolean canTakeStack(int slotIndex)
boolean onCraftingStart(net.minecraft.entity.player.EntityPlayer player)
void onCraftingComplete(net.minecraft.entity.player.EntityPlayer player)
@Nullable net.minecraft.item.crafting.IRecipe getRecipeUsed()