mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-20 01:29:54 +02:00
Implement bounty trials
This commit is contained in:
@@ -70,7 +70,7 @@ public class ItemParamMap extends Int2IntOpenHashMap {
|
||||
return list;
|
||||
}
|
||||
|
||||
public Stream<ItemTpl> itemTemplateStream() {
|
||||
public Stream<ItemTpl> toItemTemplateStream() {
|
||||
return getEntrySet()
|
||||
.stream()
|
||||
.map(e -> ItemTpl.newInstance().setTid(e.getIntKey()).setQty(e.getIntValue()));
|
||||
|
||||
Reference in New Issue
Block a user