Class MapExtendingRecipe

java.lang.Object
net.minecraft.recipe.ShapedRecipe
net.minecraft.recipe.MapExtendingRecipe
All Implemented Interfaces:
CraftingRecipe, Recipe<CraftingRecipeInput>

public class MapExtendingRecipe extends ShapedRecipe
Mappings:
Namespace Name
named net/minecraft/recipe/MapExtendingRecipe
intermediary net/minecraft/class_1861
official cyw
  • Constructor Details

    • MapExtendingRecipe

      public MapExtendingRecipe(CraftingRecipeCategory category)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/recipe/MapExtendingRecipe;<init>(Lnet/minecraft/recipe/book/CraftingRecipeCategory;)V
      intermediary <init> Lnet/minecraft/class_1861;<init>(Lnet/minecraft/class_7710;)V
      official <init> Lcyw;<init>(Lcym;)V
  • Method Details

    • matches

      public boolean matches(CraftingRecipeInput craftingRecipeInput, World world)
      Description copied from interface: Recipe
      Returns whether this recipe matches the contents inside the inventory in the given world.

      The world currently is only used by the map cloning recipe to prevent duplication of explorer maps.

      Specified by:
      matches in interface Recipe<CraftingRecipeInput>
      Overrides:
      matches in class ShapedRecipe
      Parameters:
      world - the input world
      Returns:
      whether this recipe matches the contents inside the inventory in the given world
      Mappings:
      Namespace Name Mixin selector
      named matches Lnet/minecraft/recipe/MapExtendingRecipe;matches(Lnet/minecraft/recipe/input/CraftingRecipeInput;Lnet/minecraft/world/World;)Z
      intermediary method_17728 Lnet/minecraft/class_1861;method_17728(Lnet/minecraft/class_9694;Lnet/minecraft/class_1937;)Z
      official method_17728 Lcyw;method_17728(Lcyn;Ldcu;)Z
    • craft

      public ItemStack craft(CraftingRecipeInput craftingRecipeInput, RegistryWrapper.WrapperLookup wrapperLookup)
      Description copied from interface: Recipe
      Crafts this recipe.

      This method does not perform side effects on the inventory.

      This method should return a new item stack on each call.

      Specified by:
      craft in interface Recipe<CraftingRecipeInput>
      Overrides:
      craft in class ShapedRecipe
      Returns:
      the resulting item stack
      Mappings:
      Namespace Name Mixin selector
      named craft Lnet/minecraft/recipe/MapExtendingRecipe;craft(Lnet/minecraft/recipe/input/CraftingRecipeInput;Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)Lnet/minecraft/item/ItemStack;
      intermediary method_17727 Lnet/minecraft/class_1861;method_17727(Lnet/minecraft/class_9694;Lnet/minecraft/class_7225$class_7874;)Lnet/minecraft/class_1799;
      official method_17727 Lcyw;method_17727(Lcyn;Ljo$a;)Lcuo;
    • findFilledMap

      private static ItemStack findFilledMap(CraftingRecipeInput craftingRecipeInput)
      Mappings:
      Namespace Name Mixin selector
      named findFilledMap Lnet/minecraft/recipe/MapExtendingRecipe;findFilledMap(Lnet/minecraft/recipe/input/CraftingRecipeInput;)Lnet/minecraft/item/ItemStack;
      intermediary method_51165 Lnet/minecraft/class_1861;method_51165(Lnet/minecraft/class_9694;)Lnet/minecraft/class_1799;
      official a Lcyw;a(Lcyn;)Lcuo;
    • isIgnoredInRecipeBook

      public boolean isIgnoredInRecipeBook()
      Returns whether this recipe is ignored by the recipe book. If a recipe is ignored by the recipe book, it will be never displayed. In addition, it won't be restricted by the doLimitedCrafting game rule.
      Returns:
      whether this recipe is ignored by the recipe book
      Mappings:
      Namespace Name Mixin selector
      named isIgnoredInRecipeBook Lnet/minecraft/recipe/Recipe;isIgnoredInRecipeBook()Z
      intermediary method_8118 Lnet/minecraft/class_1860;method_8118()Z
      official ao_ Lcyx;ao_()Z
    • getSerializer

      public RecipeSerializer<?> getSerializer()
      Returns the serializer associated with this recipe.
      Specified by:
      getSerializer in interface Recipe<CraftingRecipeInput>
      Overrides:
      getSerializer in class ShapedRecipe
      Returns:
      the serializer associated with this recipe
      Mappings:
      Namespace Name Mixin selector
      named getSerializer Lnet/minecraft/recipe/Recipe;getSerializer()Lnet/minecraft/recipe/RecipeSerializer;
      intermediary method_8119 Lnet/minecraft/class_1860;method_8119()Lnet/minecraft/class_1865;
      official ap_ Lcyx;ap_()Lczc;