Add todos

This commit is contained in:
Raoul Van den Berge
2016-08-17 00:17:07 +02:00
parent 57c9c59754
commit a6b5d78e51
2 changed files with 3 additions and 2 deletions

View File

@@ -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) {

View File

@@ -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;