Package net.minecraft.recipe
Class BrewingRecipeRegistry.Builder
java.lang.Object
net.minecraft.recipe.BrewingRecipeRegistry.Builder
- Enclosing class:
 BrewingRecipeRegistry
- Mappings:
 Namespace Name named net/minecraft/recipe/BrewingRecipeRegistry$Builderintermediary net/minecraft/class_1845$class_9665official cwt$a
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final FeatureSetprivate final List<BrewingRecipeRegistry.Recipe<Item>> private final List<BrewingRecipeRegistry.Recipe<Potion>> private final List<Ingredient>  - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprivate static voidassertPotion(Item potionType) build()voidregisterItemRecipe(Item input, Item ingredient, Item output) voidregisterPotionRecipe(RegistryEntry<Potion> input, Item ingredient, RegistryEntry<Potion> output) voidregisterPotionType(Item item) voidregisterRecipes(Item ingredient, RegistryEntry<Potion> potion)  
- 
Field Details
- 
potionTypes
- Mappings:
 Namespace Name Mixin selector named potionTypesLnet/minecraft/recipe/BrewingRecipeRegistry$Builder;potionTypes:Ljava/util/List;intermediary field_51406Lnet/minecraft/class_1845$class_9665;field_51406:Ljava/util/List;official aLcwt$a;a:Ljava/util/List;
 - 
potionRecipes
- Mappings:
 Namespace Name Mixin selector named potionRecipesLnet/minecraft/recipe/BrewingRecipeRegistry$Builder;potionRecipes:Ljava/util/List;intermediary field_51407Lnet/minecraft/class_1845$class_9665;field_51407:Ljava/util/List;official bLcwt$a;b:Ljava/util/List;
 - 
itemRecipes
- Mappings:
 Namespace Name Mixin selector named itemRecipesLnet/minecraft/recipe/BrewingRecipeRegistry$Builder;itemRecipes:Ljava/util/List;intermediary field_51408Lnet/minecraft/class_1845$class_9665;field_51408:Ljava/util/List;official cLcwt$a;c:Ljava/util/List;
 - 
enabledFeatures
- Mappings:
 Namespace Name Mixin selector named enabledFeaturesLnet/minecraft/recipe/BrewingRecipeRegistry$Builder;enabledFeatures:Lnet/minecraft/resource/featuretoggle/FeatureSet;intermediary field_51409Lnet/minecraft/class_1845$class_9665;field_51409:Lnet/minecraft/class_7699;official dLcwt$a;d:Lcpl;
 
 - 
 - 
Constructor Details
- 
Builder
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/recipe/BrewingRecipeRegistry$Builder;<init>(Lnet/minecraft/resource/featuretoggle/FeatureSet;)Vintermediary <init>Lnet/minecraft/class_1845$class_9665;<init>(Lnet/minecraft/class_7699;)Vofficial <init>Lcwt$a;<init>(Lcpl;)V
 
 - 
 - 
Method Details
- 
assertPotion
- Mappings:
 Namespace Name Mixin selector named assertPotionLnet/minecraft/recipe/BrewingRecipeRegistry$Builder;assertPotion(Lnet/minecraft/item/Item;)Vintermediary method_59706Lnet/minecraft/class_1845$class_9665;method_59706(Lnet/minecraft/class_1792;)Vofficial bLcwt$a;b(Lcul;)V
 - 
registerItemRecipe
- Mappings:
 Namespace Name Mixin selector named registerItemRecipeLnet/minecraft/recipe/BrewingRecipeRegistry$Builder;registerItemRecipe(Lnet/minecraft/item/Item;Lnet/minecraft/item/Item;Lnet/minecraft/item/Item;)Vintermediary method_59703Lnet/minecraft/class_1845$class_9665;method_59703(Lnet/minecraft/class_1792;Lnet/minecraft/class_1792;Lnet/minecraft/class_1792;)Vofficial aLcwt$a;a(Lcul;Lcul;Lcul;)V
 - 
registerPotionType
- Mappings:
 Namespace Name Mixin selector named registerPotionTypeLnet/minecraft/recipe/BrewingRecipeRegistry$Builder;registerPotionType(Lnet/minecraft/item/Item;)Vintermediary method_59702Lnet/minecraft/class_1845$class_9665;method_59702(Lnet/minecraft/class_1792;)Vofficial aLcwt$a;a(Lcul;)V
 - 
registerPotionRecipe
public void registerPotionRecipe(RegistryEntry<Potion> input, Item ingredient, RegistryEntry<Potion> output) - Mappings:
 Namespace Name Mixin selector named registerPotionRecipeLnet/minecraft/recipe/BrewingRecipeRegistry$Builder;registerPotionRecipe(Lnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/item/Item;Lnet/minecraft/registry/entry/RegistryEntry;)Vintermediary method_59705Lnet/minecraft/class_1845$class_9665;method_59705(Lnet/minecraft/class_6880;Lnet/minecraft/class_1792;Lnet/minecraft/class_6880;)Vofficial aLcwt$a;a(Ljm;Lcul;Ljm;)V
 - 
registerRecipes
- Mappings:
 Namespace Name Mixin selector named registerRecipesLnet/minecraft/recipe/BrewingRecipeRegistry$Builder;registerRecipes(Lnet/minecraft/item/Item;Lnet/minecraft/registry/entry/RegistryEntry;)Vintermediary method_59704Lnet/minecraft/class_1845$class_9665;method_59704(Lnet/minecraft/class_1792;Lnet/minecraft/class_6880;)Vofficial aLcwt$a;a(Lcul;Ljm;)V
 - 
build
- Mappings:
 Namespace Name Mixin selector named buildLnet/minecraft/recipe/BrewingRecipeRegistry$Builder;build()Lnet/minecraft/recipe/BrewingRecipeRegistry;intermediary method_59701Lnet/minecraft/class_1845$class_9665;method_59701()Lnet/minecraft/class_1845;official aLcwt$a;a()Lcwt;
 
 -