A B C D E F G H I K L M N O P Q R S T U V W
F
- FileContainer - Class in org.javacord.core.util
-
A helper class which contains a file which can be in different formats.
- FileContainer(byte[], String) - Constructor for class org.javacord.core.util.FileContainer
-
Creates a new file container with an url.
- FileContainer(BufferedImage, String) - Constructor for class org.javacord.core.util.FileContainer
-
Creates a new file container with a buffered image.
- FileContainer(File) - Constructor for class org.javacord.core.util.FileContainer
-
Creates a new file container with a file.
- FileContainer(InputStream, String) - Constructor for class org.javacord.core.util.FileContainer
-
Creates a new file container with an input stream.
- FileContainer(URL) - Constructor for class org.javacord.core.util.FileContainer
-
Creates a new file container with an url.
- FileContainer(Icon) - Constructor for class org.javacord.core.util.FileContainer
-
Creates a new file container with an icon.
- FileUtils - Class in org.javacord.core.util.io
-
Some utilities for files.
- finalize() - Method in class org.javacord.core.DiscordApiImpl
- first() - Method in class org.javacord.core.entity.message.MessageSetImpl
- floor(Message) - Method in class org.javacord.core.entity.message.MessageSetImpl
- FORBIDDEN - org.javacord.core.util.rest.RestRequestHttpResponseCode
-
The Authorization token you passed did not have permission to the resource.
- forEach(BiConsumer<String, String>) - Method in class org.javacord.core.util.logging.Log4jPropertySource
- fromCode(int) - Static method in enum org.javacord.core.util.gateway.GatewayOpcode
-
Gets the gateway opcode by actual numeric code.
- fromCode(int) - Static method in enum org.javacord.core.util.gateway.VoiceGatewayOpcode
-
Gets the voice gateway opcode by actual numeric code.
- fromCode(int) - Static method in enum org.javacord.core.util.gateway.WebSocketCloseCode
-
Gets the web socket close code by actual numeric close code.
- fromCode(int) - Static method in enum org.javacord.core.util.rest.RestRequestHttpResponseCode
-
Gets the rest request http response code by actual numeric response code.
- fromCode(int, RestRequestHttpResponseCode) - Static method in enum org.javacord.core.util.rest.RestRequestResultErrorCode
-
Gets the rest request result error code by actual numeric result code.
- fromCodeForVoice(int) - Static method in enum org.javacord.core.util.gateway.WebSocketCloseCode
-
Gets the voice web socket close code by actual numeric close code.
- fromDiscordExceptionClass(Class<? extends DiscordException>) - Static method in enum org.javacord.core.util.rest.RestRequestHttpResponseCode
-
Gets the rest request http response code by discord exception class.
- fromString(String) - Static method in class org.javacord.core.entity.emoji.UnicodeEmojiImpl
-
Gets a unicode emoji by its string representation.