Interface RecipeCraftingShapelessCustomOutput.Serializer.IOutputTransformer

Enclosing class:
RecipeCraftingShapelessCustomOutput.Serializer

public static interface RecipeCraftingShapelessCustomOutput.Serializer.IOutputTransformer
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.item.ItemStack
    transform(net.minecraft.world.inventory.CraftingContainer inventory, net.minecraft.world.item.ItemStack staticOutput)
     
  • Method Details

    • transform

      net.minecraft.world.item.ItemStack transform(net.minecraft.world.inventory.CraftingContainer inventory, net.minecraft.world.item.ItemStack staticOutput)