public class DyeableItemDyeRecipe
extends net.minecraft.item.crafting.SpecialRecipe
Constructor and Description |
---|
DyeableItemDyeRecipe(net.minecraft.util.ResourceLocation location) |
Modifier and Type | Method and Description |
---|---|
boolean |
canFit(int width,
int height) |
net.minecraft.item.ItemStack |
getCraftingResult(net.minecraft.inventory.CraftingInventory inventory) |
net.minecraft.item.crafting.IRecipeSerializer<?> |
getSerializer() |
boolean |
matches(net.minecraft.inventory.CraftingInventory inventory,
net.minecraft.world.World world) |
getId, getRecipeOutput, isDynamic
public DyeableItemDyeRecipe(net.minecraft.util.ResourceLocation location)
public boolean matches(net.minecraft.inventory.CraftingInventory inventory, net.minecraft.world.World world)
public net.minecraft.item.ItemStack getCraftingResult(net.minecraft.inventory.CraftingInventory inventory)
public boolean canFit(int width, int height)
public net.minecraft.item.crafting.IRecipeSerializer<?> getSerializer()