Class BlueprintInstance

java.lang.Object
io.github.sefiraat.networks.network.stackcaches.ItemStackCache
io.github.sefiraat.networks.network.stackcaches.BlueprintInstance

public class BlueprintInstance extends ItemStackCache
  • Constructor Details

    • BlueprintInstance

      public BlueprintInstance(@Nonnull ItemStack[] recipeItems, @Nonnull ItemStack expectedOutput)
  • Method Details

    • getRecipeItems

      public ItemStack[] getRecipeItems()
    • getRecipe

      @Nullable public Recipe getRecipe()
    • setRecipe

      public void setRecipe(@Nullable Recipe recipe)
    • generateVanillaRecipe

      public void generateVanillaRecipe(World world)