Klasse BackpackCraftingRecipe

java.lang.Object
net.minecraft.world.item.crafting.ShapedRecipe
info.u_team.useful_backpacks.recipe.BackpackCraftingRecipe
Alle implementierten Schnittstellen:
net.minecraft.world.item.crafting.CraftingRecipe, net.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.CraftingInput>

public class BackpackCraftingRecipe extends net.minecraft.world.item.crafting.ShapedRecipe
  • Verschachtelte Klassen - Übersicht

    Verschachtelte Klassen
    Modifizierer und Typ
    Klasse
    Beschreibung
    static class 
     
  • Feldübersicht

    Von Klasse geerbte Felder net.minecraft.world.item.crafting.ShapedRecipe

    pattern

    Von Schnittstelle geerbte Felder net.minecraft.world.item.crafting.Recipe

    CODEC, CONDITIONAL_CODEC, STREAM_CODEC
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    BackpackCraftingRecipe(String group, net.minecraft.world.item.crafting.CraftingBookCategory category, net.minecraft.world.item.crafting.ShapedRecipePattern pattern, net.minecraft.world.item.ItemStack result, boolean showNotification)
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    net.minecraft.world.item.ItemStack
    assemble(net.minecraft.world.item.crafting.CraftingInput input, net.minecraft.core.HolderLookup.Provider registries)
     
    net.minecraft.world.item.crafting.RecipeSerializer<?>
     

    Von Klasse geerbte Methoden net.minecraft.world.item.crafting.ShapedRecipe

    canCraftInDimensions, category, getGroup, getHeight, getIngredients, getResultItem, getWidth, isIncomplete, matches, showNotification

    Von Klasse geerbte Methoden java.lang.Object

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

    Von Schnittstelle geerbte Methoden net.minecraft.world.item.crafting.CraftingRecipe

    getType

    Von Schnittstelle geerbte Methoden net.minecraft.world.item.crafting.Recipe

    getRemainingItems, getToastSymbol, isSpecial
  • Konstruktordetails

    • BackpackCraftingRecipe

      public BackpackCraftingRecipe(String group, net.minecraft.world.item.crafting.CraftingBookCategory category, net.minecraft.world.item.crafting.ShapedRecipePattern pattern, net.minecraft.world.item.ItemStack result, boolean showNotification)
  • Methodendetails

    • assemble

      public net.minecraft.world.item.ItemStack assemble(net.minecraft.world.item.crafting.CraftingInput input, net.minecraft.core.HolderLookup.Provider registries)
      Angegeben von:
      assemble in Schnittstelle net.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.CraftingInput>
      Setzt außer Kraft:
      assemble in Klasse net.minecraft.world.item.crafting.ShapedRecipe
    • getSerializer

      public net.minecraft.world.item.crafting.RecipeSerializer<?> getSerializer()
      Angegeben von:
      getSerializer in Schnittstelle net.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.CraftingInput>
      Setzt außer Kraft:
      getSerializer in Klasse net.minecraft.world.item.crafting.ShapedRecipe