Uses of Record Class
net.minecraftforge.common.crafting.ConditionalRecipe.InnerRecipe
Packages that use ConditionalRecipe.InnerRecipe
-
Uses of ConditionalRecipe.InnerRecipe in net.minecraftforge.common.crafting
Fields in net.minecraftforge.common.crafting with type parameters of type ConditionalRecipe.InnerRecipeModifier and TypeFieldDescriptionprivate List<ConditionalRecipe.InnerRecipe>
ConditionalRecipe.Builder.recipes
private final List<ConditionalRecipe.InnerRecipe>
ConditionalRecipe.Wrapper.recipes
Constructor parameters in net.minecraftforge.common.crafting with type arguments of type ConditionalRecipe.InnerRecipeModifierConstructorDescriptionprivate
Wrapper
(@Nullable ICondition main, List<ConditionalRecipe.InnerRecipe> recipes)