Uses of Interface
de.themoep.connectorplugin.connector.ConnectingPlugin
Packages that use ConnectingPlugin
Package
Description
-
Uses of ConnectingPlugin in de.themoep.connectorplugin
Classes in de.themoep.connectorplugin with type parameters of type ConnectingPluginSubinterfaces of ConnectingPlugin in de.themoep.connectorplugin -
Uses of ConnectingPlugin in de.themoep.connectorplugin.bukkit
Classes in de.themoep.connectorplugin.bukkit that implement ConnectingPlugin -
Uses of ConnectingPlugin in de.themoep.connectorplugin.bungee
Classes in de.themoep.connectorplugin.bungee that implement ConnectingPlugin -
Uses of ConnectingPlugin in de.themoep.connectorplugin.connector
Methods in de.themoep.connectorplugin.connector with parameters of type ConnectingPluginModifier and TypeMethodDescriptionBiConsumer<R,
byte[]> Connector.registerHandler
(ConnectingPlugin plugin, String action, BiConsumer<R, byte[]> handler) Deprecated.Since 1.5.Connector.registerMessageHandler
(ConnectingPlugin plugin, String action, BiConsumer<R, Message> handler) Register a handler for a certain messagevoid
Connector.sendData
(ConnectingPlugin sender, String action, MessageTarget target, byte[] data) Send data to a specific targetvoid
Connector.sendData
(ConnectingPlugin sender, String action, MessageTarget target, String targetData, byte[] data) Send data to a specific targetvoid
Connector.sendData
(ConnectingPlugin sender, String action, MessageTarget target, R player, byte[] data) Send data to a specific targetvoid
Connector.sendDataInternal
(ConnectingPlugin sender, String action, MessageTarget target, Object targetData, byte[] data) BiConsumer<R,
byte[]> Connector.unregisterHandler
(ConnectingPlugin plugin, String action) Deprecated.Since 1.5.Map<String,
BiConsumer<R, byte[]>> Connector.unregisterHandlers
(ConnectingPlugin plugin) Deprecated.Since 1.5.Connector.unregisterMessageHandler
(ConnectingPlugin plugin, String action) Unregister a handler from a certain actionConnector.unregisterMessageHandlers
(ConnectingPlugin plugin) Unregister a all handlers of a certain plugin -
Uses of ConnectingPlugin in de.themoep.connectorplugin.velocity
Classes in de.themoep.connectorplugin.velocity that implement ConnectingPlugin