Interface Unsafe
public interface Unsafe
Unstable methods that may vary with our implementation.
These methods have no guarantee of remaining consistent and may change at any time.
-
Method Summary
Modifier and TypeMethodDescriptionnet.dv8tion.jda.api.JDA
Gets the JDA instance associated with this EssentialsX Discord instance, if available.
-
Method Details
-
getJDAInstance
net.dv8tion.jda.api.JDA getJDAInstance()Gets the JDA instance associated with this EssentialsX Discord instance, if available.- Returns:
- the
JDA
instance or null if not ready.
-