Interface ICraftingLink


public interface ICraftingLink
  • Method Details Link icon

    • isCanceled Link icon

      boolean isCanceled()
      Returns:
      true if the job was canceled.
    • isDone Link icon

      boolean isDone()
      Returns:
      true if the job was completed.
    • cancel Link icon

      void cancel()
      cancels the job.
    • isStandalone Link icon

      boolean isStandalone()
      Returns:
      true if this link was generated without a requesting machine, such as a player generated request.
    • writeToNBT Link icon

      void writeToNBT(net.minecraft.nbt.CompoundTag tag)
      write the link to an NBT Tag
      Parameters:
      tag - to be written data
    • getCraftingID Link icon

      UUID getCraftingID()
      Returns:
      the crafting ID for this link.