public final class PaperProfileService
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<com.sk89q.worldguard.util.profile.Profile> |
findAllByName(java.lang.Iterable<java.lang.String> arg0) |
void |
findAllByName(java.lang.Iterable<java.lang.String> arg0,
java.util.function.Predicate<com.sk89q.worldguard.util.profile.Profile> arg1) |
com.sk89q.worldguard.util.profile.Profile |
findByName(java.lang.String name) |
int |
getIdealRequestLimit() |
static PaperProfileService |
getInstance() |
public int getIdealRequestLimit()
@Nullable public com.sk89q.worldguard.util.profile.Profile findByName(java.lang.String name)
public static PaperProfileService getInstance()
public final com.google.common.collect.ImmutableList<com.sk89q.worldguard.util.profile.Profile> findAllByName(java.lang.Iterable<java.lang.String> arg0)
throws java.io.IOException,
java.lang.InterruptedException
findAllByName in interface com.sk89q.worldguard.util.profile.resolver.ProfileServicejava.io.IOExceptionjava.lang.InterruptedExceptionpublic final void findAllByName(java.lang.Iterable<java.lang.String> arg0,
java.util.function.Predicate<com.sk89q.worldguard.util.profile.Profile> arg1)
throws java.io.IOException,
java.lang.InterruptedException
findAllByName in interface com.sk89q.worldguard.util.profile.resolver.ProfileServicejava.io.IOExceptionjava.lang.InterruptedException