Add todos
This commit is contained in:
@@ -94,7 +94,7 @@ public class BasicCraftingTask implements ICraftingTask {
|
||||
return done;
|
||||
}
|
||||
|
||||
// @todo: handle no space
|
||||
// @TODO: Handle no space
|
||||
@Override
|
||||
public void onDone(INetworkMaster network) {
|
||||
for (ItemStack output : pattern.getOutputs()) {
|
||||
@@ -108,7 +108,7 @@ public class BasicCraftingTask implements ICraftingTask {
|
||||
}
|
||||
}
|
||||
|
||||
// @todo: handle no space
|
||||
// @TODO: Handle no space
|
||||
@Override
|
||||
public void onCancelled(INetworkMaster network) {
|
||||
for (ItemStack took : itemsTook) {
|
||||
|
||||
@@ -6,6 +6,7 @@ import refinedstorage.tile.config.IType;
|
||||
import refinedstorage.tile.data.TileDataManager;
|
||||
import refinedstorage.tile.data.TileDataParameter;
|
||||
|
||||
// @TODO: Add icons
|
||||
public class SideButtonType extends SideButton {
|
||||
private TileDataParameter<Integer> type;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user