Uses of Interface
dev.aura.bungeechat.api.BungeeChatApi
-
Packages that use BungeeChatApi Package Description dev.aura.bungeechat.api dev.aura.bungeechat.api.utils -
-
Uses of BungeeChatApi in dev.aura.bungeechat.api
Methods in dev.aura.bungeechat.api that return BungeeChatApi Modifier and Type Method Description static BungeeChatApi
BungeeChatApi. getInstance()
Method to retrieve the instance of the API -
Uses of BungeeChatApi in dev.aura.bungeechat.api.utils
Methods in dev.aura.bungeechat.api.utils that return BungeeChatApi Modifier and Type Method Description static BungeeChatApi
BungeeChatInstanceHolder. getInstance()
The actual BungeeChatApi instance.
You shouldn't be using this if you are using the API!Methods in dev.aura.bungeechat.api.utils with parameters of type BungeeChatApi Modifier and Type Method Description static void
BungeeChatInstanceHolder. setInstance(BungeeChatApi instance)
The actual BungeeChatApi instance.
You shouldn't be using this if you are using the API!
-