Uses of Interface
org.javacord.api.entity.server.Ban
-
Packages that use Ban Package Description org.javacord.api.entity.server org.javacord.api.event.server.member -
-
Uses of Ban in org.javacord.api.entity.server
Methods in org.javacord.api.entity.server that return types with arguments of type Ban Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.util.Set<Ban>>Server. getBans()Gets all server bans.java.util.concurrent.CompletableFuture<java.util.Set<Ban>>Server. getBans(java.lang.Integer limit, java.lang.Long after)Gets up tolimitserver bans, only taking users with an ID higher thanafterinto account.java.util.concurrent.CompletableFuture<Ban>Server. requestBan(long userId)Requests a ban object for the specified user.default java.util.concurrent.CompletableFuture<Ban>Server. requestBan(User user)Requests a ban object for the specified user. -
Uses of Ban in org.javacord.api.event.server.member
Methods in org.javacord.api.event.server.member that return types with arguments of type Ban Modifier and Type Method Description java.util.concurrent.CompletableFuture<Ban>ServerMemberBanEvent. requestBan()Requests the Ban object of the event.
-