-
-
Methods in net.minecraft.recipe with parameters of type CraftingInventory
Modifier and Type |
Method |
Description |
ItemStack |
ArmorDyeRecipe.craft(CraftingInventory craftingInventory) |
|
ItemStack |
BannerDuplicateRecipe.craft(CraftingInventory craftingInventory) |
|
ItemStack |
BookCloningRecipe.craft(CraftingInventory craftingInventory) |
|
ItemStack |
FireworkRocketRecipe.craft(CraftingInventory craftingInventory) |
|
ItemStack |
FireworkStarFadeRecipe.craft(CraftingInventory craftingInventory) |
|
ItemStack |
FireworkStarRecipe.craft(CraftingInventory craftingInventory) |
|
ItemStack |
MapCloningRecipe.craft(CraftingInventory craftingInventory) |
|
ItemStack |
MapExtendingRecipe.craft(CraftingInventory craftingInventory) |
|
ItemStack |
RepairItemRecipe.craft(CraftingInventory craftingInventory) |
|
ItemStack |
ShapedRecipe.craft(CraftingInventory craftingInventory) |
|
ItemStack |
ShapelessRecipe.craft(CraftingInventory craftingInventory) |
|
ItemStack |
ShieldDecorationRecipe.craft(CraftingInventory craftingInventory) |
|
ItemStack |
ShulkerBoxColoringRecipe.craft(CraftingInventory craftingInventory) |
|
ItemStack |
SuspiciousStewRecipe.craft(CraftingInventory craftingInventory) |
|
ItemStack |
TippedArrowRecipe.craft(CraftingInventory craftingInventory) |
|
DefaultedList<ItemStack> |
BannerDuplicateRecipe.getRemainingStacks(CraftingInventory craftingInventory) |
|
DefaultedList<ItemStack> |
BookCloningRecipe.getRemainingStacks(CraftingInventory craftingInventory) |
|
boolean |
ArmorDyeRecipe.matches(CraftingInventory craftingInventory,
World world) |
|
boolean |
BannerDuplicateRecipe.matches(CraftingInventory craftingInventory,
World world) |
|
boolean |
BookCloningRecipe.matches(CraftingInventory craftingInventory,
World world) |
|
boolean |
FireworkRocketRecipe.matches(CraftingInventory craftingInventory,
World world) |
|
boolean |
FireworkStarFadeRecipe.matches(CraftingInventory craftingInventory,
World world) |
|
boolean |
FireworkStarRecipe.matches(CraftingInventory craftingInventory,
World world) |
|
boolean |
MapCloningRecipe.matches(CraftingInventory craftingInventory,
World world) |
|
boolean |
MapExtendingRecipe.matches(CraftingInventory craftingInventory,
World world) |
|
boolean |
RepairItemRecipe.matches(CraftingInventory craftingInventory,
World world) |
|
boolean |
ShapedRecipe.matches(CraftingInventory craftingInventory,
World world) |
|
boolean |
ShapelessRecipe.matches(CraftingInventory craftingInventory,
World world) |
|
boolean |
ShieldDecorationRecipe.matches(CraftingInventory craftingInventory,
World world) |
|
boolean |
ShulkerBoxColoringRecipe.matches(CraftingInventory craftingInventory,
World world) |
|
boolean |
SuspiciousStewRecipe.matches(CraftingInventory craftingInventory,
World world) |
|
boolean |
TippedArrowRecipe.matches(CraftingInventory craftingInventory,
World world) |
|
private boolean |
ShapedRecipe.matchesSmall(CraftingInventory inv,
int offsetX,
int offsetY,
boolean bool) |
|
-
-