List Lambda compilable

Make the List Lambda compile with my configs
This commit is contained in:
NMerz
2020-12-03 18:10:15 -05:00
parent 35f6d9daa0
commit 12db93ae81
3 changed files with 4 additions and 11 deletions

View File

@@ -87,10 +87,6 @@ public class List {
this.uiPosition = uiPosition;
}
public ItemEntry[] getEntries() {
return entries.toArray(new ItemEntry[entries.size()]);
}
public void addItemEntry(ItemEntry entry) {
entries.add(entry);
}