Class ClientStonecutterRecipes

java.lang.Object
net.minecraft.client.recipebook.ClientStonecutterRecipes
All Implemented Interfaces:
StonecutterRecipes

@Environment(CLIENT) public class ClientStonecutterRecipes extends Object implements StonecutterRecipes
Mappings:
Namespace Name
named net/minecraft/client/recipebook/ClientStonecutterRecipes
intermediary net/minecraft/class_10333
official gff
  • Field Details

    • propertySets

      private final Map<RegistryKey<RecipePropertySet>,RecipePropertySet> propertySets
      Mappings:
      Namespace Name Mixin selector
      named propertySets Lnet/minecraft/client/recipebook/ClientStonecutterRecipes;propertySets:Ljava/util/Map;
      intermediary field_54853 Lnet/minecraft/class_10333;field_54853:Ljava/util/Map;
      official a Lgff;a:Ljava/util/Map;
    • recipes

      Mappings:
      Namespace Name Mixin selector
      named recipes Lnet/minecraft/client/recipebook/ClientStonecutterRecipes;recipes:Lnet/minecraft/recipe/display/CuttingRecipeDisplay$Grouping;
      intermediary field_54854 Lnet/minecraft/class_10333;field_54854:Lnet/minecraft/class_10291$class_10293;
      official b Lgff;b:Ldcl$b;
  • Constructor Details

    • ClientStonecutterRecipes

      public ClientStonecutterRecipes(Map<RegistryKey<RecipePropertySet>,RecipePropertySet> propertySets, CuttingRecipeDisplay.Grouping<StonecuttingRecipe> recipes)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/recipebook/ClientStonecutterRecipes;<init>(Ljava/util/Map;Lnet/minecraft/recipe/display/CuttingRecipeDisplay$Grouping;)V
      intermediary <init> Lnet/minecraft/class_10333;<init>(Ljava/util/Map;Lnet/minecraft/class_10291$class_10293;)V
      official <init> Lgff;<init>(Ljava/util/Map;Ldcl$b;)V
  • Method Details

    • getPropertySet

      public RecipePropertySet getPropertySet(RegistryKey<RecipePropertySet> key)
      Specified by:
      getPropertySet in interface StonecutterRecipes
      Mappings:
      Namespace Name Mixin selector
      named getPropertySet Lnet/minecraft/recipe/StonecutterRecipes;getPropertySet(Lnet/minecraft/registry/RegistryKey;)Lnet/minecraft/recipe/RecipePropertySet;
      intermediary method_64678 Lnet/minecraft/class_10286;method_64678(Lnet/minecraft/class_5321;)Lnet/minecraft/class_10290;
      official a Ldca;a(Laly;)Ldch;
    • getStonecutterRecipes

      public CuttingRecipeDisplay.Grouping<StonecuttingRecipe> getStonecutterRecipes()
      Specified by:
      getStonecutterRecipes in interface StonecutterRecipes
      Mappings:
      Namespace Name Mixin selector
      named getStonecutterRecipes Lnet/minecraft/recipe/StonecutterRecipes;getStonecutterRecipes()Lnet/minecraft/recipe/display/CuttingRecipeDisplay$Grouping;
      intermediary method_64677 Lnet/minecraft/class_10286;method_64677()Lnet/minecraft/class_10291$class_10293;
      official a Ldca;a()Ldcl$b;