Package net.minecraft.recipe
Class BrewingRecipeRegistry.Recipe<T>
java.lang.Object
net.minecraft.recipe.BrewingRecipeRegistry.Recipe<T>
- Enclosing class:
- BrewingRecipeRegistry
static class BrewingRecipeRegistry.Recipe<T> extends Object
- Mappings:
Namespace Name official bpr$a
intermediary net/minecraft/class_1845$class_1846
named net/minecraft/recipe/BrewingRecipeRegistry$Recipe
-
Field Summary
Fields Modifier and Type Field Description private Ingredient
ingredient
private T
input
private T
output
-
Constructor Summary
Constructors Constructor Description Recipe(T input, Ingredient ingredient, T output)
-
Method Summary
-
Field Details
-
input
- Mappings:
Namespace Name Mixin selector official a
Lbpr$a;a:Ljava/lang/Object;
intermediary field_8962
Lnet/minecraft/class_1845$class_1846;field_8962:Ljava/lang/Object;
named input
Lnet/minecraft/recipe/BrewingRecipeRegistry$Recipe;input:Ljava/lang/Object;
-
ingredient
- Mappings:
Namespace Name Mixin selector official b
Lbpr$a;b:Lbqk;
intermediary field_8960
Lnet/minecraft/class_1845$class_1846;field_8960:Lnet/minecraft/class_1856;
named ingredient
Lnet/minecraft/recipe/BrewingRecipeRegistry$Recipe;ingredient:Lnet/minecraft/recipe/Ingredient;
-
output
- Mappings:
Namespace Name Mixin selector official c
Lbpr$a;c:Ljava/lang/Object;
intermediary field_8961
Lnet/minecraft/class_1845$class_1846;field_8961:Ljava/lang/Object;
named output
Lnet/minecraft/recipe/BrewingRecipeRegistry$Recipe;output:Ljava/lang/Object;
-
-
Constructor Details
-
Recipe
- Mappings:
Namespace Name Mixin selector official <init>
Lbpr$a;<init>(Ljava/lang/Object;Lbqk;Ljava/lang/Object;)V
intermediary <init>
Lnet/minecraft/class_1845$class_1846;<init>(Ljava/lang/Object;Lnet/minecraft/class_1856;Ljava/lang/Object;)V
named <init>
Lnet/minecraft/recipe/BrewingRecipeRegistry$Recipe;<init>(Ljava/lang/Object;Lnet/minecraft/recipe/Ingredient;Ljava/lang/Object;)V
-