Class LootTrackerClient
- java.lang.Object
-
- net.runelite.client.plugins.loottracker.LootTrackerClient
-
public class LootTrackerClient extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete(java.lang.String eventId)
java.util.Collection<net.runelite.http.api.loottracker.LootAggregate>
get()
java.util.UUID
getUuid()
void
setUuid(java.util.UUID uuid)
java.util.concurrent.CompletableFuture<java.lang.Void>
submit(java.util.Collection<net.runelite.http.api.loottracker.LootRecord> lootRecords)
-
-
-
Method Detail
-
submit
public java.util.concurrent.CompletableFuture<java.lang.Void> submit(java.util.Collection<net.runelite.http.api.loottracker.LootRecord> lootRecords)
-
get
public java.util.Collection<net.runelite.http.api.loottracker.LootAggregate> get() throws java.io.IOException
- Throws:
java.io.IOException
-
delete
public void delete(java.lang.String eventId)
-
getUuid
public java.util.UUID getUuid()
-
setUuid
public void setUuid(java.util.UUID uuid)
-
-