Uses of Enum Class
tech.xigam.elixirapi.Bot
Packages that use Bot
Package
Description
-
Uses of Bot in tech.xigam.elixirapi
Methods in tech.xigam.elixirapi that return BotModifier and TypeMethodDescriptionElixirAPI.preferredBot()static BotReturns the enum constant of this class with the specified name.static Bot[]Bot.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tech.xigam.elixirapi with parameters of type Bot -
Uses of Bot in tech.xigam.elixirapi.requests.player
Fields in tech.xigam.elixirapi.requests.player declared as BotModifier and TypeFieldDescriptionprotected final BotPlayerRequest.botprotected BotPlayerRequest.Builder.botMethods in tech.xigam.elixirapi.requests.player with parameters of type BotConstructors in tech.xigam.elixirapi.requests.player with parameters of type BotModifierConstructorDescriptionGetPlayingTrackRequest(ElixirAPI api, Bot bot, String guild) PauseRequest(ElixirAPI api, Bot bot, String guild) PlayerRequest(ElixirAPI api, Bot bot) PlayRequest(ElixirAPI api, Bot bot, String guild, String query) ResumeRequest(ElixirAPI api, Bot bot, String guild) SkipRequest(ElixirAPI api, Bot bot, String guild) -
Uses of Bot in tech.xigam.elixirapi.requests.playlist
Fields in tech.xigam.elixirapi.requests.playlist declared as BotModifier and TypeFieldDescriptionprotected final BotPlaylistRequest.botprotected BotPlaylistRequest.Builder.botMethods in tech.xigam.elixirapi.requests.playlist with parameters of type BotConstructors in tech.xigam.elixirapi.requests.playlist with parameters of type BotModifierConstructorDescriptionFetchPlaylistRequest(ElixirAPI api, Bot bot, String playlist) PlaylistRequest(ElixirAPI api, Bot bot) -
Uses of Bot in tech.xigam.elixirapi.requests.queue
Fields in tech.xigam.elixirapi.requests.queue declared as BotModifier and TypeFieldDescriptionprotected final BotQueueRequest.botprotected BotQueueRequest.Builder.botMethods in tech.xigam.elixirapi.requests.queue with parameters of type BotConstructors in tech.xigam.elixirapi.requests.queue with parameters of type BotModifierConstructorDescriptionGetQueueRequest(ElixirAPI api, Bot bot, String guild) QueueRequest(ElixirAPI api, Bot bot) ShuffleRequest(ElixirAPI api, Bot bot, String guild)