Class HTEnchantingRecipe.Input
-
- All Implemented Interfaces:
-
net.minecraft.world.item.crafting.RecipeInput
@JvmRecord() public final class HTEnchantingRecipe.Input extends Record implements RecipeInput
-
-
Constructor Summary
Constructors Constructor Description HTEnchantingRecipe.Input(ItemStack base, ItemStack addition, Integer expAmount)
-
Method Summary
Modifier and Type Method Description final ItemStackgetBase()final ItemStackgetAddition()final IntegergetExpAmount()ItemStackgetItem(Integer index)Integersize()-
-
Constructor Detail
-
HTEnchantingRecipe.Input
HTEnchantingRecipe.Input(ItemStack base, ItemStack addition, Integer expAmount)
-
-
Method Detail
-
getBase
final ItemStack getBase()
-
getAddition
final ItemStack getAddition()
-
getExpAmount
final Integer getExpAmount()
-
-
-
-