Class BrewingRecipeRegistry.Recipe<T>

java.lang.Object
net.minecraft.recipe.BrewingRecipeRegistry.Recipe<T>
Enclosing class:
BrewingRecipeRegistry

private static class BrewingRecipeRegistry.Recipe<T> extends Object
Mappings:
Namespace Name
official cfq$a
intermediary net/minecraft/class_1845$class_1846
named net/minecraft/recipe/BrewingRecipeRegistry$Recipe
  • Field Details

    • input

      final T input
      Mappings:
      Namespace Name Mixin selector
      official a Lcfq$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

      final Ingredient ingredient
      Mappings:
      Namespace Name Mixin selector
      official b Lcfq$a;b:Lcgl;
      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

      final T output
      Mappings:
      Namespace Name Mixin selector
      official c Lcfq$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

      public Recipe(T input, Ingredient ingredient, T output)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcfq$a;<init>(Ljava/lang/Object;Lcgl;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