Index

A B C D E G H L M O P R S T 
All Classes and Interfaces|All Packages|Constant Field Values

A

adapt(Location) - Method in class de.themoep.connectorplugin.limbo.Bridge
 
adapt(LocationInfo) - Method in class de.themoep.connectorplugin.limbo.Bridge
 

B

Bridge - Class in de.themoep.connectorplugin.limbo
 
Bridge(LimboConnectorPlugin) - Constructor for class de.themoep.connectorplugin.limbo.Bridge
 

C

CHANNEL_KEY - Static variable in class de.themoep.connectorplugin.limbo.connector.PluginMessageConnector
 
CHANNEL_NAME - Static variable in class de.themoep.connectorplugin.limbo.connector.PluginMessageConnector
 
close() - Method in class de.themoep.connectorplugin.limbo.connector.MqttConnector
 
close() - Method in class de.themoep.connectorplugin.limbo.connector.RedisConnector
 
ConnectorCommand - Class in de.themoep.connectorplugin.limbo.commands
 
ConnectorCommand(LimboConnectorPlugin) - Constructor for class de.themoep.connectorplugin.limbo.commands.ConnectorCommand
 

D

de.themoep.connectorplugin.limbo - package de.themoep.connectorplugin.limbo
 
de.themoep.connectorplugin.limbo.commands - package de.themoep.connectorplugin.limbo.commands
 
de.themoep.connectorplugin.limbo.connector - package de.themoep.connectorplugin.limbo.connector
 

E

execute(CommandSender, String[]) - Method in class de.themoep.connectorplugin.limbo.commands.ProxyConsoleCommand
 
execute(CommandSender, String[]) - Method in class de.themoep.connectorplugin.limbo.commands.ProxyPlayerCommand
 
execute(CommandSender, String[]) - Method in class de.themoep.connectorplugin.limbo.commands.ServerConsoleCommand
 
execute(CommandSender, String[]) - Method in class de.themoep.connectorplugin.limbo.commands.SubCommand
 
execute(CommandSender, String[]) - Method in class de.themoep.connectorplugin.limbo.commands.TeleportCommand
 
execute(CommandSender, String[]) - Method in class de.themoep.connectorplugin.limbo.commands.TeleportToPlayerCommand
 

G

getAliases() - Method in class de.themoep.connectorplugin.limbo.commands.SubCommand
 
getBridge() - Method in class de.themoep.connectorplugin.limbo.LimboConnectorPlugin
Get the bridge helper class for executing certain actions on the proxy and other servers
getConnector() - Method in class de.themoep.connectorplugin.limbo.LimboConnectorPlugin
 
getFullUsage() - Method in class de.themoep.connectorplugin.limbo.commands.SubCommand
 
getGlobalGroup() - Method in class de.themoep.connectorplugin.limbo.LimboConnectorPlugin
 
getGroups() - Method in class de.themoep.connectorplugin.limbo.LimboConnectorPlugin
 
getLimbo() - Method in class de.themoep.connectorplugin.limbo.LimboConnectorPlugin
 
getLocation(Player) - Method in class de.themoep.connectorplugin.limbo.Bridge
Get the location a player is connected to
getName() - Method in class de.themoep.connectorplugin.limbo.commands.SubCommand
 
getPermission() - Method in class de.themoep.connectorplugin.limbo.commands.SubCommand
 
getPlugin() - Method in class de.themoep.connectorplugin.limbo.commands.SubCommand
 
getPluginConfig() - Method in class de.themoep.connectorplugin.limbo.LimboConnectorPlugin
 
getReceiverImplementation(String) - Method in class de.themoep.connectorplugin.limbo.connector.LimboConnector
 
getResourceAsStream(String) - Method in class de.themoep.connectorplugin.limbo.LimboConnectorPlugin
 
getServer(Player) - Method in class de.themoep.connectorplugin.limbo.Bridge
Get the server a player is connected to
getServerName() - Method in class de.themoep.connectorplugin.limbo.LimboConnectorPlugin
 
getSourceType() - Method in class de.themoep.connectorplugin.limbo.LimboConnectorPlugin
 
getSubCommand(String) - Method in class de.themoep.connectorplugin.limbo.commands.SubCommand
 
getSubCommands() - Method in class de.themoep.connectorplugin.limbo.commands.SubCommand
 
getUsage() - Method in class de.themoep.connectorplugin.limbo.commands.SubCommand
 

H

handle(Player, Message) - Method in class de.themoep.connectorplugin.limbo.connector.LimboConnector
 

L

LimboConnector - Class in de.themoep.connectorplugin.limbo.connector
 
LimboConnector(LimboConnectorPlugin, boolean) - Constructor for class de.themoep.connectorplugin.limbo.connector.LimboConnector
 
LimboConnectorPlugin - Class in de.themoep.connectorplugin.limbo
 
LimboConnectorPlugin() - Constructor for class de.themoep.connectorplugin.limbo.LimboConnectorPlugin
 
logDebug(String, Throwable...) - Method in class de.themoep.connectorplugin.limbo.LimboConnectorPlugin
 
logError(String, Throwable...) - Method in class de.themoep.connectorplugin.limbo.LimboConnectorPlugin
 
logInfo(String, Throwable...) - Method in class de.themoep.connectorplugin.limbo.LimboConnectorPlugin
 
logWarning(String, Throwable...) - Method in class de.themoep.connectorplugin.limbo.LimboConnectorPlugin
 

M

MqttConnector - Class in de.themoep.connectorplugin.limbo.connector
 
MqttConnector(LimboConnectorPlugin) - Constructor for class de.themoep.connectorplugin.limbo.connector.MqttConnector
 

O

onDisable() - Method in class de.themoep.connectorplugin.limbo.LimboConnectorPlugin
 
onEnable() - Method in class de.themoep.connectorplugin.limbo.LimboConnectorPlugin
 
onPlayerJoin(PlayerJoinEvent) - Method in class de.themoep.connectorplugin.limbo.Bridge
 
onPlayerJoin(PlayerJoinEvent) - Method in class de.themoep.connectorplugin.limbo.connector.PluginMessageConnector
 
onPlayerQuit(PlayerQuitEvent) - Method in class de.themoep.connectorplugin.limbo.Bridge
 
onPlayerQuit(PlayerQuitEvent) - Method in class de.themoep.connectorplugin.limbo.LimboConnectorPlugin
 
onPlayerSpawnEvent(PlayerSpawnEvent) - Method in class de.themoep.connectorplugin.limbo.Bridge
 
onPluginMessage(PluginMessageEvent) - Method in class de.themoep.connectorplugin.limbo.connector.PluginMessageConnector
 

P

plugin - Variable in class de.themoep.connectorplugin.limbo.commands.SubCommand
 
PluginMessageConnector - Class in de.themoep.connectorplugin.limbo.connector
 
PluginMessageConnector(LimboConnectorPlugin) - Constructor for class de.themoep.connectorplugin.limbo.connector.PluginMessageConnector
 
ProxyConsoleCommand - Class in de.themoep.connectorplugin.limbo.commands
 
ProxyConsoleCommand(ConnectorCommand) - Constructor for class de.themoep.connectorplugin.limbo.commands.ProxyConsoleCommand
 
ProxyPlayerCommand - Class in de.themoep.connectorplugin.limbo.commands
 
ProxyPlayerCommand(ConnectorCommand) - Constructor for class de.themoep.connectorplugin.limbo.commands.ProxyPlayerCommand
 

R

RedisConnector - Class in de.themoep.connectorplugin.limbo.connector
 
RedisConnector(LimboConnectorPlugin) - Constructor for class de.themoep.connectorplugin.limbo.connector.RedisConnector
 
registerSubCommand(SubCommand) - Method in class de.themoep.connectorplugin.limbo.commands.SubCommand
 
runAsync(Runnable) - Method in class de.themoep.connectorplugin.limbo.LimboConnectorPlugin
 
runProxyPlayerCommand(Player, String) - Method in class de.themoep.connectorplugin.limbo.Bridge
Run a command for a player on the proxy they are connected to.

S

sendDataImplementation(Object, Message) - Method in class de.themoep.connectorplugin.limbo.connector.LimboConnector
 
sendDataImplementation(String, Message) - Method in class de.themoep.connectorplugin.limbo.connector.LimboConnector
 
sendDataImplementation(String, Message) - Method in class de.themoep.connectorplugin.limbo.connector.MqttConnector
 
sendDataImplementation(String, Message) - Method in class de.themoep.connectorplugin.limbo.connector.PluginMessageConnector
 
sendDataImplementation(String, Message) - Method in class de.themoep.connectorplugin.limbo.connector.RedisConnector
 
ServerConsoleCommand - Class in de.themoep.connectorplugin.limbo.commands
 
ServerConsoleCommand(ConnectorCommand) - Constructor for class de.themoep.connectorplugin.limbo.commands.ServerConsoleCommand
 
SubCommand - Class in de.themoep.connectorplugin.limbo.commands
 
SubCommand(LimboConnectorPlugin, ConnectorCommand, String, String, String...) - Constructor for class de.themoep.connectorplugin.limbo.commands.SubCommand
 
SubCommand(LimboConnectorPlugin, String, String, String...) - Constructor for class de.themoep.connectorplugin.limbo.commands.SubCommand
 

T

tabComplete(CommandSender, String[]) - Method in class de.themoep.connectorplugin.limbo.commands.ProxyConsoleCommand
 
tabComplete(CommandSender, String[]) - Method in class de.themoep.connectorplugin.limbo.commands.ProxyPlayerCommand
 
tabComplete(CommandSender, String[]) - Method in class de.themoep.connectorplugin.limbo.commands.ServerConsoleCommand
 
tabComplete(CommandSender, String[]) - Method in class de.themoep.connectorplugin.limbo.commands.SubCommand
 
tabComplete(CommandSender, String[]) - Method in class de.themoep.connectorplugin.limbo.commands.TeleportCommand
 
tabComplete(CommandSender, String[]) - Method in class de.themoep.connectorplugin.limbo.commands.TeleportToPlayerCommand
 
teleport(Player, Player, Consumer<String>...) - Method in class de.themoep.connectorplugin.limbo.Bridge
 
teleport(Player, LocationInfo, Consumer<String>...) - Method in class de.themoep.connectorplugin.limbo.Bridge
 
teleport(Player, String, String, Consumer<String>...) - Method in class de.themoep.connectorplugin.limbo.Bridge
 
teleport(String, LocationInfo, Consumer<String>...) - Method in class de.themoep.connectorplugin.limbo.Bridge
 
teleport(String, String, String, Consumer<String>...) - Method in class de.themoep.connectorplugin.limbo.Bridge
 
teleport(String, String, Consumer<String>...) - Method in class de.themoep.connectorplugin.limbo.Bridge
 
TeleportCommand - Class in de.themoep.connectorplugin.limbo.commands
 
TeleportCommand(ConnectorCommand) - Constructor for class de.themoep.connectorplugin.limbo.commands.TeleportCommand
 
TeleportToPlayerCommand - Class in de.themoep.connectorplugin.limbo.commands
 
TeleportToPlayerCommand(ConnectorCommand) - Constructor for class de.themoep.connectorplugin.limbo.commands.TeleportToPlayerCommand
 
A B C D E G H L M O P R S T 
All Classes and Interfaces|All Packages|Constant Field Values