Package appeng.api.networking.crafting
Interface ICraftingSubmitResult
@NonExtendable
public interface ICraftingSubmitResult
Result of submitting a crafting job.
-
Method Summary
Modifier and TypeMethodDescription@Nullable ICraftingLinklink()The crafting link, only available for successful requests with a requester.boolean
-
Method Details
-
successful
boolean successful() -
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 viaICraftingRequester.getRequestedJobs().
-