Package net.runelite.client.config
Class ConfigClient
- java.lang.Object
-
- net.runelite.client.config.ConfigClient
-
public class ConfigClient extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete(long profile)
net.runelite.http.api.config.Configuration
get(long profile)
CompletableFuture<net.runelite.http.api.config.ConfigPatchResult>
patch(net.runelite.http.api.config.ConfigPatch patch, long profile)
List<net.runelite.http.api.config.Profile>
profiles()
void
rename(long profile, String name)
void
setUuid(UUID uuid)
-
-
-
Method Detail
-
profiles
public List<net.runelite.http.api.config.Profile> profiles() throws IOException
- Throws:
IOException
-
get
public net.runelite.http.api.config.Configuration get(long profile) throws IOException
- Throws:
IOException
-
patch
public CompletableFuture<net.runelite.http.api.config.ConfigPatchResult> patch(net.runelite.http.api.config.ConfigPatch patch, long profile)
-
delete
public void delete(long profile)
-
rename
public void rename(long profile, String name)
-
setUuid
public void setUuid(UUID uuid)
-
-