public interface ICraftingLink
Modifier and Type | Method and Description |
---|---|
void |
cancel()
cancels the job.
|
java.lang.String |
getCraftingID() |
boolean |
isCanceled() |
boolean |
isDone() |
boolean |
isStandalone() |
void |
writeToNBT(net.minecraft.nbt.NBTTagCompound tag)
write the link to an NBT Tag
|
boolean isCanceled()
boolean isDone()
void cancel()
boolean isStandalone()
void writeToNBT(net.minecraft.nbt.NBTTagCompound tag)
tag
- to be written datajava.lang.String getCraftingID()