Interface HTEnchantingRecipe
-
- All Implemented Interfaces:
-
hiiragi283.core.api.recipe.HTRecipe,hiiragi283.core.api.recipe.base.HTSerializableRecipe,java.util.function.Predicate,net.minecraft.world.item.crafting.Recipe
public interface HTEnchantingRecipe implements HTSerializableRecipe<HTEnchantingRecipe.Input>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classHTEnchantingRecipe.Input
-
Method Summary
Modifier and Type Method Description Booleantest(HTEnchantingRecipe.Input input)abstract BooleantestBook(ItemStack stack)abstract BooleantestItem(ItemStack stack)abstract IntegergetRequiredExpAmount(HTEnchantingRecipe.Input input)abstract IntegergetRequiredItemAmount(HTEnchantingRecipe.Input input)-
Methods inherited from class hiiragi283.core.api.recipe.base.HTSerializableRecipe
canCraftInDimensions, getIngredients, getRemainingItems, getResultItem, isSpecial, matches -
Methods inherited from class hiiragi283.core.api.recipe.HTRecipe
assemble -
Methods inherited from class net.minecraft.world.item.crafting.Recipe
showNotification -
Methods inherited from class java.util.function.Predicate
and, negate, or -
Methods inherited from class hiiragi283.ragium.api.recipe.base.HTEnchantingRecipe
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
-
test
Boolean test(HTEnchantingRecipe.Input input)
-
getRequiredExpAmount
abstract Integer getRequiredExpAmount(HTEnchantingRecipe.Input input)
-
getRequiredItemAmount
abstract Integer getRequiredItemAmount(HTEnchantingRecipe.Input input)
-
-
-
-