Class PaperProfileService
java.lang.Object
com.sk89q.worldguard.util.profile.resolver.PaperProfileService
- All Implemented Interfaces:
com.sk89q.worldguard.util.profile.resolver.ProfileService
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptionfinal com.google.common.collect.ImmutableList
<com.sk89q.worldguard.util.profile.Profile> findAllByName
(Iterable<String> arg0) final void
findAllByName
(Iterable<String> arg0, Predicate<com.sk89q.worldguard.util.profile.Profile> arg1) com.google.common.collect.ImmutableList
<com.sk89q.worldguard.util.profile.Profile> findAllByUuid
(Iterable<UUID> arg0) final void
findAllByUuid
(Iterable<UUID> arg0, Predicate<com.sk89q.worldguard.util.profile.Profile> arg1) com.sk89q.worldguard.util.profile.Profile
findByName
(String name) Deprecated, for removal: This API element is subject to removal in a future version.com.sk89q.worldguard.util.profile.Profile
findByUuid
(UUID uuid) Deprecated, for removal: This API element is subject to removal in a future version.int
Deprecated, for removal: This API element is subject to removal in a future version.static PaperProfileService
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
getIdealRequestLimit
public int getIdealRequestLimit()Deprecated, for removal: This API element is subject to removal in a future version. -
findByName
@Nullable public com.sk89q.worldguard.util.profile.Profile findByName(String name) throws IOException, InterruptedException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
InterruptedException
-
findByUuid
@Nullable public com.sk89q.worldguard.util.profile.Profile findByUuid(UUID uuid) throws IOException, InterruptedException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
InterruptedException
-
getInstance
Deprecated, for removal: This API element is subject to removal in a future version. -
findAllByName
public final com.google.common.collect.ImmutableList<com.sk89q.worldguard.util.profile.Profile> findAllByName(Iterable<String> arg0) throws IOException, InterruptedException - Specified by:
findAllByName
in interfacecom.sk89q.worldguard.util.profile.resolver.ProfileService
- Throws:
IOException
InterruptedException
-
findAllByName
public final void findAllByName(Iterable<String> arg0, Predicate<com.sk89q.worldguard.util.profile.Profile> arg1) throws IOException, InterruptedException - Specified by:
findAllByName
in interfacecom.sk89q.worldguard.util.profile.resolver.ProfileService
- Throws:
IOException
InterruptedException
-
findAllByUuid
public com.google.common.collect.ImmutableList<com.sk89q.worldguard.util.profile.Profile> findAllByUuid(Iterable<UUID> arg0) throws IOException, InterruptedException - Specified by:
findAllByUuid
in interfacecom.sk89q.worldguard.util.profile.resolver.ProfileService
- Throws:
IOException
InterruptedException
-
findAllByUuid
public final void findAllByUuid(Iterable<UUID> arg0, Predicate<com.sk89q.worldguard.util.profile.Profile> arg1) throws IOException, InterruptedException - Specified by:
findAllByUuid
in interfacecom.sk89q.worldguard.util.profile.resolver.ProfileService
- Throws:
IOException
InterruptedException
-
PaperPlayerService
instead