Uses of Interface
org.javacord.api.entity.server.invite.RichInvite
-
Packages that use RichInvite Package Description org.javacord.api.entity.channel org.javacord.api.entity.server -
-
Uses of RichInvite in org.javacord.api.entity.channel
Methods in org.javacord.api.entity.channel that return types with arguments of type RichInvite Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.util.Set<RichInvite>>ServerChannel. getInvites()Gets the invites of the server. -
Uses of RichInvite in org.javacord.api.entity.server
Methods in org.javacord.api.entity.server that return types with arguments of type RichInvite Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.util.Set<RichInvite>>Server. getInvites()Gets the invites of the server.
-