Package net.minecraft.recipe
Class ServerRecipeManager.PropertySetBuilder
java.lang.Object
net.minecraft.recipe.ServerRecipeManager.PropertySetBuilder
- Enclosing class:
 ServerRecipeManager
public static class ServerRecipeManager.PropertySetBuilder
extends Object
implements Consumer<Recipe<?>>
- Mappings:
 Namespace Name named net/minecraft/recipe/ServerRecipeManager$PropertySetBuilderintermediary net/minecraft/class_1863$class_10356official dht$b
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ServerRecipeManager.SoleIngredientGetterprivate final List<Ingredient> (package private) final RegistryKey<RecipePropertySet>  - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPropertySetBuilder(RegistryKey<RecipePropertySet> propertySetKey, ServerRecipeManager.SoleIngredientGetter ingredientGetter)  - 
Method Summary
 
- 
Field Details
- 
propertySetKey
- Mappings:
 Namespace Name Mixin selector named propertySetKeyLnet/minecraft/recipe/ServerRecipeManager$PropertySetBuilder;propertySetKey:Lnet/minecraft/registry/RegistryKey;intermediary field_54898Lnet/minecraft/class_1863$class_10356;field_54898:Lnet/minecraft/class_5321;official aLdht$b;a:Lamd;
 - 
ingredientGetter
- Mappings:
 Namespace Name Mixin selector named ingredientGetterLnet/minecraft/recipe/ServerRecipeManager$PropertySetBuilder;ingredientGetter:Lnet/minecraft/recipe/ServerRecipeManager$SoleIngredientGetter;intermediary field_54899Lnet/minecraft/class_1863$class_10356;field_54899:Lnet/minecraft/class_1863$class_10357;official bLdht$b;b:Ldht$c;
 - 
ingredients
- Mappings:
 Namespace Name Mixin selector named ingredientsLnet/minecraft/recipe/ServerRecipeManager$PropertySetBuilder;ingredients:Ljava/util/List;intermediary field_54900Lnet/minecraft/class_1863$class_10356;field_54900:Ljava/util/List;official cLdht$b;c:Ljava/util/List;
 
 - 
 - 
Constructor Details
- 
PropertySetBuilder
protected PropertySetBuilder(RegistryKey<RecipePropertySet> propertySetKey, ServerRecipeManager.SoleIngredientGetter ingredientGetter) - Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/recipe/ServerRecipeManager$PropertySetBuilder;<init>(Lnet/minecraft/registry/RegistryKey;Lnet/minecraft/recipe/ServerRecipeManager$SoleIngredientGetter;)Vintermediary <init>Lnet/minecraft/class_1863$class_10356;<init>(Lnet/minecraft/class_5321;Lnet/minecraft/class_1863$class_10357;)Vofficial <init>Ldht$b;<init>(Lamd;Ldht$c;)V
 
 - 
 - 
Method Details
- 
accept
- Specified by:
 acceptin interfaceConsumer<Recipe<?>>- Mappings:
 Namespace Name Mixin selector named acceptLnet/minecraft/recipe/ServerRecipeManager$PropertySetBuilder;accept(Lnet/minecraft/recipe/Recipe;)Vintermediary method_64995Lnet/minecraft/class_1863$class_10356;method_64995(Lnet/minecraft/class_1860;)Vofficial aLdht$b;a(Ldhm;)V
 - 
build
- Mappings:
 Namespace Name Mixin selector named buildLnet/minecraft/recipe/ServerRecipeManager$PropertySetBuilder;build(Lnet/minecraft/resource/featuretoggle/FeatureSet;)Lnet/minecraft/recipe/RecipePropertySet;intermediary method_64994Lnet/minecraft/class_1863$class_10356;method_64994(Lnet/minecraft/class_7699;)Lnet/minecraft/class_10290;official aLdht$b;a(Lcyd;)Ldhv;
 
 -