Package hiiragi283.core.api.recipe
Interface HTRecipe
-
-
Method Summary
Modifier and Type Method Description BooleancanCraftInDimensions(Integer width, Integer height)ItemStackassemble(INPUT input, HolderLookup.Provider registries)NonNullList<ItemStack>getRemainingItems(INPUT input)NonNullList<Ingredient>getIngredients()BooleanisSpecial()-
Methods inherited from class net.minecraft.world.item.crafting.Recipe
getResultItem, matches, showNotification -
Methods inherited from class hiiragi283.core.api.recipe.HTRecipe
getGroup, getIngredients, getSerializer, getToastSymbol, getType, isIncomplete, isSpecial -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
canCraftInDimensions
@Deprecated(message = "Not used in Hiiragi Series", level = DeprecationLevel.ERROR) Boolean canCraftInDimensions(Integer width, Integer height)
-
getRemainingItems
@Deprecated(message = "Not used in Hiiragi Series", level = DeprecationLevel.ERROR) NonNullList<ItemStack> getRemainingItems(INPUT input)
-
getIngredients
@Deprecated(message = "Not used in Hiiragi Series", level = DeprecationLevel.ERROR) NonNullList<Ingredient> getIngredients()
-
-
-
-