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 CompletableFuture<Collection<Ban>>Server. getBans()Gets a collection with all server bans. -
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 CompletableFuture<Optional<Ban>>ServerMemberBanEvent. requestBan()Requests the Ban object of the event.
-