Interface ICraftingSubmitResult


@NonExtendable public interface ICraftingSubmitResult
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable ICraftingLink
    The crafting link, only available for successful requests with a requester.
    boolean
     
  • Method Details

    • successful

      boolean successful()
    • link

      @Nullable @Nullable ICraftingLink link()
      The crafting link, only available for successful requests with a requester. Make sure to properly keep track of this object, save it to NBT, load it from NBT, and make it available to the network via ICraftingRequester.getRequestedJobs().