Class NoMirrorShapedRecipe

java.lang.Object
net.minecraft.world.item.crafting.ShapedRecipe
com.pixelmonmod.pixelmon.api.recipe.NoMirrorShapedRecipe
All Implemented Interfaces:
net.minecraft.world.item.crafting.CraftingRecipe, net.minecraft.world.item.crafting.Recipe<net.minecraft.world.inventory.CraftingContainer>, net.minecraftforge.common.crafting.IShapedRecipe<net.minecraft.world.inventory.CraftingContainer>

public class NoMirrorShapedRecipe extends net.minecraft.world.item.crafting.ShapedRecipe
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

    Fields inherited from class net.minecraft.world.item.crafting.ShapedRecipe

    category, group, height, MAX_HEIGHT, MAX_WIDTH, showNotification, width
  • Constructor Summary

    Constructors
    Constructor
    Description
    NoMirrorShapedRecipe(String group, net.minecraft.world.item.crafting.CraftingBookCategory category, int width, int height, net.minecraft.core.NonNullList<net.minecraft.world.item.crafting.Ingredient> recipeItems, net.minecraft.world.item.ItemStack result)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(net.minecraft.world.inventory.CraftingContainer inventory, net.minecraft.world.level.Level level)
     

    Methods inherited from class net.minecraft.world.item.crafting.ShapedRecipe

    assemble, canCraftInDimensions, category, getGroup, getHeight, getIngredients, getRecipeHeight, getRecipeWidth, getResultItem, getSerializer, getWidth, isIncomplete, setCraftingSize, showNotification, shrink

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraft.world.item.crafting.CraftingRecipe

    getType

    Methods inherited from interface net.minecraft.world.item.crafting.Recipe

    getRemainingItems, getToastSymbol, isSpecial
  • Constructor Details

    • NoMirrorShapedRecipe

      public NoMirrorShapedRecipe(String group, net.minecraft.world.item.crafting.CraftingBookCategory category, int width, int height, net.minecraft.core.NonNullList<net.minecraft.world.item.crafting.Ingredient> recipeItems, net.minecraft.world.item.ItemStack result)
  • Method Details

    • matches

      public boolean matches(net.minecraft.world.inventory.CraftingContainer inventory, net.minecraft.world.level.Level level)
      Specified by:
      matches in interface net.minecraft.world.item.crafting.Recipe<net.minecraft.world.inventory.CraftingContainer>
      Overrides:
      matches in class net.minecraft.world.item.crafting.ShapedRecipe