Implement Crafting CPU selector widget
This commit is contained in:
@@ -120,6 +120,12 @@ public final class CraftingCPUCluster implements IAECluster, ICraftingCPU
|
||||
this.max = max;
|
||||
}
|
||||
|
||||
@Override
|
||||
public IAEItemStack getFinalOutput()
|
||||
{
|
||||
return finalOutput;
|
||||
}
|
||||
|
||||
public boolean isDestroyed()
|
||||
{
|
||||
return this.isDestroyed;
|
||||
@@ -1432,11 +1438,13 @@ public final class CraftingCPUCluster implements IAECluster, ICraftingCPU
|
||||
return this.elapsedTime;
|
||||
}
|
||||
|
||||
@Override
|
||||
public long getRemainingItemCount()
|
||||
{
|
||||
return this.remainingItemCount;
|
||||
}
|
||||
|
||||
@Override
|
||||
public long getStartItemCount()
|
||||
{
|
||||
return this.startItemCount;
|
||||
|
||||
Reference in New Issue
Block a user