Uses of Record Class
net.minecraft.recipe.input.SmithingRecipeInput
Packages that use SmithingRecipeInput
-
Uses of SmithingRecipeInput in net.minecraft.recipe
Methods in net.minecraft.recipe with parameters of type SmithingRecipeInputModifier and TypeMethodDescriptionSmithingTransformRecipe.craft
(SmithingRecipeInput smithingRecipeInput, RegistryWrapper.WrapperLookup wrapperLookup) SmithingTrimRecipe.craft
(SmithingRecipeInput smithingRecipeInput, RegistryWrapper.WrapperLookup wrapperLookup) boolean
SmithingTransformRecipe.matches
(SmithingRecipeInput smithingRecipeInput, World world) boolean
SmithingTrimRecipe.matches
(SmithingRecipeInput smithingRecipeInput, World world) -
Uses of SmithingRecipeInput in net.minecraft.screen
Methods in net.minecraft.screen that return SmithingRecipeInputModifier and TypeMethodDescriptionprivate SmithingRecipeInput
SmithingScreenHandler.createRecipeInput()