Klasse ShulkerBoxColoringRecipe
java.lang.Object
net.minecraft.world.item.crafting.CustomRecipe
com.viaversion.viafabricplus.features.recipe.ShulkerBoxColoringRecipe
- Alle implementierten Schnittstellen:
net.minecraft.world.item.crafting.CraftingRecipe,net.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.CraftingInput>
public final class ShulkerBoxColoringRecipe
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<ShulkerBoxColoringRecipe> Von Schnittstelle geerbte Felder net.minecraft.world.item.crafting.Recipe
CODEC, KEY_CODEC, STREAM_CODEC -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungShulkerBoxColoringRecipe(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 wrapperLookup) net.minecraft.world.item.crafting.RecipeSerializer<ShulkerBoxColoringRecipe> 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<ShulkerBoxColoringRecipe> SERIALIZER
-
-
Konstruktordetails
-
ShulkerBoxColoringRecipe
public ShulkerBoxColoringRecipe(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 wrapperLookup) -
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
-