Interface ModRecipes.ModBasicRecipe<T extends net.minecraft.world.item.crafting.RecipeInput>

All Superinterfaces:
net.minecraft.world.item.crafting.Recipe<T>
Enclosing class:
ModRecipes

public static interface ModRecipes.ModBasicRecipe<T extends net.minecraft.world.item.crafting.RecipeInput> extends net.minecraft.world.item.crafting.Recipe<T>
  • Field Summary

    Fields inherited from interface net.minecraft.world.item.crafting.Recipe

    CODEC, CONDITIONAL_CODEC, KEY_CODEC, STREAM_CODEC
  • Method Summary

    Modifier and Type
    Method
    Description
    List<net.minecraft.world.item.crafting.Ingredient>
     
    boolean
    isIngredient(net.minecraft.world.item.ItemStack itemStack)
     
    boolean
    isResult(net.minecraft.world.item.ItemStack itemStack)
     

    Methods inherited from interface net.minecraft.world.item.crafting.Recipe

    assemble, display, getSerializer, getType, group, isSpecial, matches, placementInfo, recipeBookCategory, showNotification
  • Method Details

    • getIngredients

      List<net.minecraft.world.item.crafting.Ingredient> getIngredients()
    • isIngredient

      boolean isIngredient(net.minecraft.world.item.ItemStack itemStack)
    • isResult

      boolean isResult(net.minecraft.world.item.ItemStack itemStack)