Class PatchouliBookCrafting

java.lang.Object
net.minecraft.world.item.crafting.ShapelessRecipe
me.desht.pneumaticcraft.common.recipes.special.PatchouliBookCrafting
All Implemented Interfaces:
net.minecraft.world.item.crafting.CraftingRecipe, net.minecraft.world.item.crafting.Recipe<net.minecraft.world.inventory.CraftingContainer>

public class PatchouliBookCrafting extends net.minecraft.world.item.crafting.ShapelessRecipe
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraft.world.item.crafting.ShapelessRecipe

    net.minecraft.world.item.crafting.ShapelessRecipe.Serializer
  • Constructor Summary

    Constructors
    Constructor
    Description
    PatchouliBookCrafting(net.minecraft.resources.ResourceLocation idIn, net.minecraft.world.item.crafting.CraftingBookCategory category)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.item.crafting.RecipeSerializer<?>
     
    static net.minecraft.world.item.ItemStack
     

    Methods inherited from class net.minecraft.world.item.crafting.ShapelessRecipe

    assemble, canCraftInDimensions, category, getGroup, getId, getIngredients, getResultItem, matches

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

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

    getType

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

    getRemainingItems, getToastSymbol, isIncomplete, isSpecial, showNotification
  • Constructor Details

    • PatchouliBookCrafting

      public PatchouliBookCrafting(net.minecraft.resources.ResourceLocation idIn, net.minecraft.world.item.crafting.CraftingBookCategory category)
  • Method Details

    • makeGuideBook

      public static net.minecraft.world.item.ItemStack makeGuideBook()
    • getSerializer

      public net.minecraft.world.item.crafting.RecipeSerializer<?> getSerializer()
      Specified by:
      getSerializer in interface net.minecraft.world.item.crafting.Recipe<net.minecraft.world.inventory.CraftingContainer>
      Overrides:
      getSerializer in class net.minecraft.world.item.crafting.ShapelessRecipe