Start work on something :)

This commit is contained in:
Aidan Brady 2014-01-10 16:54:26 -05:00
parent 73f0c646c8
commit 34cda86ec8
3 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,11 @@
package mekanism.client.gui;
import java.util.List;
public class GuiEnergyInfo
{
public interface InfoHandler
{
public List<String> getInfo();
}
}

View file

@ -1,5 +1,6 @@
package mekanism.client.gui;
import java.util.Arrays;
import java.util.HashSet;
import java.util.Set;

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB