Started adding support for downloading online files

This commit is contained in:
CrushedPixel
2015-05-11 16:50:34 +02:00
parent 2fe3e2091b
commit 3ad765db6c
11 changed files with 153 additions and 25 deletions

View File

@@ -82,6 +82,10 @@ public abstract class GuiReplayListExtended extends GuiListExtended {
return entries.get(index);
}
public List<GuiReplayListEntry> getEntries() {
return entries;
}
@Override
protected int getSize() {
return entries.size();