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
FelderModifizierer und TypFeldBeschreibungstatic 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
KonstruktorenKonstruktorBeschreibungAddBannerPatternRecipe(net.minecraft.world.item.crafting.CraftingBookCategory craftingRecipeCategory) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungnet.minecraft.world.item.ItemStackassemble(net.minecraft.world.item.crafting.CraftingInput input, net.minecraft.core.HolderLookup.Provider lookup) net.minecraft.world.item.crafting.RecipeSerializer<AddBannerPatternRecipe> booleanmatches(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, placementInfoVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden net.minecraft.world.item.crafting.CraftingRecipe
getRemainingItems, getType, recipeBookCategoryVon 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
- Angegeben von:
getSerializerin Schnittstellenet.minecraft.world.item.crafting.CraftingRecipe- Angegeben von:
getSerializerin Schnittstellenet.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.CraftingInput>- Angegeben von:
getSerializerin Klassenet.minecraft.world.item.crafting.CustomRecipe
-