Index
All Classes|All Packages
A
- ALL_QUEUE - de.themoep.connectorplugin.connector.MessageTarget
-
Tries to send to all servers.
- ALL_WITH_PLAYERS - de.themoep.connectorplugin.connector.MessageTarget
-
Sends to all servers that have players connected.
B
- BukkitConnector - Class in de.themoep.connectorplugin.bukkit.connector
- BukkitConnector(BukkitConnectorPlugin) - Constructor for class de.themoep.connectorplugin.bukkit.connector.BukkitConnector
- BukkitConnectorPlugin - Class in de.themoep.connectorplugin.bukkit
- BukkitConnectorPlugin() - Constructor for class de.themoep.connectorplugin.bukkit.BukkitConnectorPlugin
- BungeeConnector - Class in de.themoep.connectorplugin.bungee.connector
- BungeeConnector(BungeeConnectorPlugin) - Constructor for class de.themoep.connectorplugin.bungee.connector.BungeeConnector
- BungeeConnectorPlugin - Class in de.themoep.connectorplugin.bungee
- BungeeConnectorPlugin() - Constructor for class de.themoep.connectorplugin.bungee.BungeeConnectorPlugin
C
- ConnectingPlugin - Interface in de.themoep.connectorplugin.connector
- Connector<P extends ConnectorPlugin,R> - Class in de.themoep.connectorplugin.connector
- Connector(P) - Constructor for class de.themoep.connectorplugin.connector.Connector
- ConnectorPlugin - Interface in de.themoep.connectorplugin
D
- de.themoep.connectorplugin - package de.themoep.connectorplugin
- de.themoep.connectorplugin.bukkit - package de.themoep.connectorplugin.bukkit
- de.themoep.connectorplugin.bukkit.connector - package de.themoep.connectorplugin.bukkit.connector
- de.themoep.connectorplugin.bungee - package de.themoep.connectorplugin.bungee
- de.themoep.connectorplugin.bungee.connector - package de.themoep.connectorplugin.bungee.connector
- de.themoep.connectorplugin.connector - package de.themoep.connectorplugin.connector
G
- getConnector() - Method in class de.themoep.connectorplugin.bukkit.BukkitConnectorPlugin
- getConnector() - Method in class de.themoep.connectorplugin.bungee.BungeeConnectorPlugin
- getConnector() - Method in interface de.themoep.connectorplugin.ConnectorPlugin
-
Get the Connector which is used for sending and handling data
- getMessageChannel() - Method in interface de.themoep.connectorplugin.ConnectorPlugin
- getName() - Method in interface de.themoep.connectorplugin.connector.ConnectingPlugin
- getSource() - Method in enum de.themoep.connectorplugin.connector.MessageTarget
- getSourceType() - Method in class de.themoep.connectorplugin.bukkit.BukkitConnectorPlugin
- getSourceType() - Method in class de.themoep.connectorplugin.bungee.BungeeConnectorPlugin
- getSourceType() - Method in interface de.themoep.connectorplugin.ConnectorPlugin
-
The type of source that this plugin is.
H
- handle(String, String, MessageTarget, R, byte[]) - Method in class de.themoep.connectorplugin.connector.Connector
L
- logError(String) - Method in class de.themoep.connectorplugin.bukkit.BukkitConnectorPlugin
- logError(String) - Method in class de.themoep.connectorplugin.bungee.BungeeConnectorPlugin
- logError(String) - Method in interface de.themoep.connectorplugin.ConnectorPlugin
M
- MessageTarget - Enum in de.themoep.connectorplugin.connector
- MessageTarget.Source - Enum in de.themoep.connectorplugin.connector
O
- onEnable() - Method in class de.themoep.connectorplugin.bukkit.BukkitConnectorPlugin
- onEnable() - Method in class de.themoep.connectorplugin.bungee.BungeeConnectorPlugin
- onPlayerJoin(PlayerJoinEvent) - Method in class de.themoep.connectorplugin.bukkit.connector.PluginMessageConnector
- onPluginMessage(PluginMessageEvent) - Method in class de.themoep.connectorplugin.bungee.connector.PluginMessageConnector
- onPluginMessageReceived(String, Player, byte[]) - Method in class de.themoep.connectorplugin.bukkit.connector.PluginMessageConnector
P
- plugin - Variable in class de.themoep.connectorplugin.connector.Connector
- PluginMessageConnector - Class in de.themoep.connectorplugin.bukkit.connector
- PluginMessageConnector - Class in de.themoep.connectorplugin.bungee.connector
- PluginMessageConnector(BukkitConnectorPlugin) - Constructor for class de.themoep.connectorplugin.bukkit.connector.PluginMessageConnector
- PluginMessageConnector(BungeeConnectorPlugin) - Constructor for class de.themoep.connectorplugin.bungee.connector.PluginMessageConnector
- PROXY - de.themoep.connectorplugin.connector.MessageTarget
-
Send to the players current proxy.
Requires a player parameter.
Can only be sent from aMessageTarget.Source.SERVER
- PROXY - de.themoep.connectorplugin.connector.MessageTarget.Source
R
- registerHandler(ConnectingPlugin, String, BiConsumer<R, byte[]>) - Method in class de.themoep.connectorplugin.connector.Connector
-
Register a handler for a certain action
S
- sendData(ConnectingPlugin, String, MessageTarget, byte[]) - Method in class de.themoep.connectorplugin.connector.Connector
-
Send data to a specific target
- sendData(ConnectingPlugin, String, MessageTarget, R, byte[]) - Method in class de.themoep.connectorplugin.connector.Connector
-
Send data to a specific target
- sendDataImplementation(ConnectingPlugin, String, MessageTarget, ProxiedPlayer, byte[]) - Method in class de.themoep.connectorplugin.bungee.connector.PluginMessageConnector
- sendDataImplementation(ConnectingPlugin, String, MessageTarget, Player, byte[]) - Method in class de.themoep.connectorplugin.bukkit.connector.PluginMessageConnector
- sendDataImplementation(ConnectingPlugin, String, MessageTarget, R, byte[]) - Method in class de.themoep.connectorplugin.connector.Connector
- SERVER - de.themoep.connectorplugin.connector.MessageTarget
-
Send to the players current server.
Requires a player parameter.
Can only be sent from aMessageTarget.Source.PROXY
- SERVER - de.themoep.connectorplugin.connector.MessageTarget.Source
U
- unregisterHandler(ConnectingPlugin, String) - Method in class de.themoep.connectorplugin.connector.Connector
-
Unregister a handler from a certain action
- unregisterHandlers(ConnectingPlugin) - Method in class de.themoep.connectorplugin.connector.Connector
-
Unregister a all handlers of a certain plugin
V
- valueOf(String) - Static method in enum de.themoep.connectorplugin.connector.MessageTarget.Source
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.themoep.connectorplugin.connector.MessageTarget
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum de.themoep.connectorplugin.connector.MessageTarget.Source
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum de.themoep.connectorplugin.connector.MessageTarget
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- writeToByteArray(MessageTarget, ConnectingPlugin, String, byte[]) - Method in class de.themoep.connectorplugin.connector.Connector
All Classes|All Packages