public class ToolboxDyeingRecipe
extends net.minecraft.item.crafting.SpecialRecipe
| Constructor and Description |
|---|
ToolboxDyeingRecipe(net.minecraft.util.ResourceLocation rl) |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.item.ItemStack |
assemble(net.minecraft.inventory.CraftingInventory inventory) |
boolean |
canCraftInDimensions(int width,
int height) |
net.minecraft.item.crafting.IRecipeSerializer<?> |
getSerializer() |
boolean |
matches(net.minecraft.inventory.CraftingInventory inventory,
net.minecraft.world.World world) |
getId, getResultItem, isSpecialpublic ToolboxDyeingRecipe(net.minecraft.util.ResourceLocation rl)
public boolean matches(net.minecraft.inventory.CraftingInventory inventory,
net.minecraft.world.World world)
public net.minecraft.item.ItemStack assemble(net.minecraft.inventory.CraftingInventory inventory)
public boolean canCraftInDimensions(int width,
int height)
public net.minecraft.item.crafting.IRecipeSerializer<?> getSerializer()