public class ArmorColorCraftingRecipe_v1_7<I> extends java.lang.Object implements ICraftingRecipe<I,net.lenni0451.mcstructs.items.stacks.LegacyItemStack<I>>
| Constructor and Description |
|---|
ArmorColorCraftingRecipe_v1_7() |
| Modifier and Type | Method and Description |
|---|---|
net.lenni0451.mcstructs.items.stacks.LegacyItemStack<I> |
getResult(net.lenni0451.mcstructs.items.ItemRegistry<I,net.lenni0451.mcstructs.items.stacks.LegacyItemStack<I>> itemRegistry,
ICraftingInventory<I,net.lenni0451.mcstructs.items.stacks.LegacyItemStack<I>> craftingInventory) |
boolean |
matches(net.lenni0451.mcstructs.items.ItemRegistry<I,net.lenni0451.mcstructs.items.stacks.LegacyItemStack<I>> itemRegistry,
ICraftingInventory<I,net.lenni0451.mcstructs.items.stacks.LegacyItemStack<I>> craftingInventory) |
public boolean matches(net.lenni0451.mcstructs.items.ItemRegistry<I,net.lenni0451.mcstructs.items.stacks.LegacyItemStack<I>> itemRegistry, ICraftingInventory<I,net.lenni0451.mcstructs.items.stacks.LegacyItemStack<I>> craftingInventory)
matches in interface ICraftingRecipe<I,net.lenni0451.mcstructs.items.stacks.LegacyItemStack<I>>public net.lenni0451.mcstructs.items.stacks.LegacyItemStack<I> getResult(net.lenni0451.mcstructs.items.ItemRegistry<I,net.lenni0451.mcstructs.items.stacks.LegacyItemStack<I>> itemRegistry, ICraftingInventory<I,net.lenni0451.mcstructs.items.stacks.LegacyItemStack<I>> craftingInventory)
getResult in interface ICraftingRecipe<I,net.lenni0451.mcstructs.items.stacks.LegacyItemStack<I>>