Klasse AddBannerPatternRecipe

java.lang.Object
net.minecraft.world.item.crafting.CustomRecipe
com.viaversion.viafabricplus.features.recipe.AddBannerPatternRecipe
Alle implementierten Schnittstellen:
net.minecraft.world.item.crafting.CraftingRecipe, net.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.CraftingInput>

public final class AddBannerPatternRecipe extends net.minecraft.world.item.crafting.CustomRecipe
  • Verschachtelte Klassen - Übersicht

    Von Klasse geerbte verschachtelte Klassen/Schnittstellen net.minecraft.world.item.crafting.CustomRecipe

    net.minecraft.world.item.crafting.CustomRecipe.Serializer<T extends net.minecraft.world.item.crafting.CraftingRecipe>
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final net.minecraft.world.item.crafting.RecipeSerializer<AddBannerPatternRecipe>
     

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

    CODEC, KEY_CODEC, STREAM_CODEC
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    AddBannerPatternRecipe(net.minecraft.world.item.crafting.CraftingBookCategory craftingRecipeCategory)
     
  • 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 lookup)
     
    net.minecraft.world.item.crafting.RecipeSerializer<AddBannerPatternRecipe>
     
    boolean
    matches(net.minecraft.world.item.crafting.CraftingInput input, net.minecraft.world.level.Level world)
     

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

    category, isSpecial, placementInfo

    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

    getRemainingItems, getType, recipeBookCategory

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

    display, group, showNotification
  • Felddetails

    • SERIALIZER

      public static final net.minecraft.world.item.crafting.RecipeSerializer<AddBannerPatternRecipe> SERIALIZER
  • Konstruktordetails

    • AddBannerPatternRecipe

      public AddBannerPatternRecipe(net.minecraft.world.item.crafting.CraftingBookCategory craftingRecipeCategory)
  • Methodendetails

    • matches

      public boolean matches(net.minecraft.world.item.crafting.CraftingInput input, net.minecraft.world.level.Level world)
    • assemble

      public net.minecraft.world.item.ItemStack assemble(net.minecraft.world.item.crafting.CraftingInput input, net.minecraft.core.HolderLookup.Provider lookup)
    • getSerializer

      public net.minecraft.world.item.crafting.RecipeSerializer<AddBannerPatternRecipe> getSerializer()
      Angegeben von:
      getSerializer in Schnittstelle net.minecraft.world.item.crafting.CraftingRecipe
      Angegeben von:
      getSerializer in Schnittstelle net.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.CraftingInput>
      Angegeben von:
      getSerializer in Klasse net.minecraft.world.item.crafting.CustomRecipe