public interface ICraftingJob
Modifier and Type | Method and Description |
---|---|
long |
getByteTotal() |
IAEItemStack |
getOutput() |
boolean |
isSimulation() |
void |
populatePlan(IItemList<IAEItemStack> plan)
Populates the plan list with stack size, and requestable values that represent the stored, and crafting job
contents respectively.
|
boolean isSimulation()
long getByteTotal()
void populatePlan(IItemList<IAEItemStack> plan)
plan
- planIAEItemStack getOutput()