Interface HTEnchantingRecipe
-
- All Implemented Interfaces:
-
hiiragi283.core.api.recipe.HTRecipe,java.util.function.Predicate
public interface HTEnchantingRecipe implements HTRecipe<HTEnchantingRecipe.Input>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceHTEnchantingRecipe.Serializablepublic final classHTEnchantingRecipe.Input
-
Method Summary
Modifier and Type Method Description abstract IntegergetRequiredExpAmount(HTEnchantingRecipe.Input input)abstract IntegergetRequiredAdditionAmount(HTEnchantingRecipe.Input input)-
-
Method Detail
-
getRequiredExpAmount
abstract Integer getRequiredExpAmount(HTEnchantingRecipe.Input input)
-
getRequiredAdditionAmount
abstract Integer getRequiredAdditionAmount(HTEnchantingRecipe.Input input)
-
-
-
-