Skip navigation links
A B C F G I K O R S U 

A

accept(String, Player, byte[]) - Method in interface io.github.leonardosnt.bungeechannelapi.BungeeChannelApi.ForwardConsumer
 

B

BungeeChannelApi - Class in io.github.leonardosnt.bungeechannelapi
Documentation copied from https://www.spigotmc.org/wiki/bukkit-bungee-plugin-messaging-channel/
BungeeChannelApi(Plugin) - Constructor for class io.github.leonardosnt.bungeechannelapi.BungeeChannelApi
 
BungeeChannelApi.ForwardConsumer - Interface in io.github.leonardosnt.bungeechannelapi
 

C

connect(Player, String) - Method in class io.github.leonardosnt.bungeechannelapi.BungeeChannelApi
Connects a player to said subserver.
connectOther(String, String) - Method in class io.github.leonardosnt.bungeechannelapi.BungeeChannelApi
Connect a named player to said subserver.

F

forward(String, String, byte[]) - Method in class io.github.leonardosnt.bungeechannelapi.BungeeChannelApi
Send a custom plugin message to said server.
forwardToPlayer(String, String, byte[]) - Method in class io.github.leonardosnt.bungeechannelapi.BungeeChannelApi
Send a custom plugin message to specific player.

G

getIp(Player) - Method in class io.github.leonardosnt.bungeechannelapi.BungeeChannelApi
Get the (real) IP of a player.
getPlayerCount(String) - Method in class io.github.leonardosnt.bungeechannelapi.BungeeChannelApi
Get the amount of players on a certain server, or on ALL the servers.
getPlayerList(String) - Method in class io.github.leonardosnt.bungeechannelapi.BungeeChannelApi
Get a list of players connected on a certain server, or on ALL the servers.
getServer() - Method in class io.github.leonardosnt.bungeechannelapi.BungeeChannelApi
Get this server's name, as defined in BungeeCord's config.yml
getServerIp(String) - Method in class io.github.leonardosnt.bungeechannelapi.BungeeChannelApi
Request the IP of any server on this proxy
getServers() - Method in class io.github.leonardosnt.bungeechannelapi.BungeeChannelApi
Get a list of server name strings, as defined in BungeeCord's config.yml
getUUID(Player) - Method in class io.github.leonardosnt.bungeechannelapi.BungeeChannelApi
Request the UUID of this player

I

io.github.leonardosnt.bungeechannelapi - package io.github.leonardosnt.bungeechannelapi
 

K

kickPlayer(String, String) - Method in class io.github.leonardosnt.bungeechannelapi.BungeeChannelApi
Kick any player on this proxy

O

of(Plugin) - Static method in class io.github.leonardosnt.bungeechannelapi.BungeeChannelApi
 

R

registerForwardListener(BungeeChannelApi.ForwardConsumer) - Method in class io.github.leonardosnt.bungeechannelapi.BungeeChannelApi
 
registerForwardListener(String, BungeeChannelApi.ForwardConsumer) - Method in class io.github.leonardosnt.bungeechannelapi.BungeeChannelApi
 

S

sendMessage(String, String) - Method in class io.github.leonardosnt.bungeechannelapi.BungeeChannelApi
Send a message (as in, a chat message) to the specified player.

U

unregister() - Method in class io.github.leonardosnt.bungeechannelapi.BungeeChannelApi
Unregister message channels.
A B C F G I K O R S U 
Skip navigation links