Package de.themoep.connectorplugin.limbo
Class LimboConnectorPlugin
java.lang.Object
com.loohp.limbo.plugins.LimboPlugin
de.themoep.connectorplugin.limbo.LimboConnectorPlugin
- All Implemented Interfaces:
com.loohp.limbo.events.Listener,de.themoep.connectorplugin.connector.ConnectingPlugin,de.themoep.connectorplugin.ConnectorPlugin<com.loohp.limbo.player.Player>
public class LimboConnectorPlugin
extends com.loohp.limbo.plugins.LimboPlugin
implements de.themoep.connectorplugin.ConnectorPlugin<com.loohp.limbo.player.Player>, com.loohp.limbo.events.Listener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the bridge helper class for executing certain actions on the proxy and other serversde.themoep.connectorplugin.connector.Connector<LimboConnectorPlugin, com.loohp.limbo.player.Player> com.loohp.limbo.LimbogetLimbo()com.loohp.limbo.file.FileConfigurationgetResourceAsStream(String filename) de.themoep.connectorplugin.connector.MessageTarget.TypevoidvoidvoidvoidlogWarning(String message, Throwable... throwables) voidvoidonEnable()voidonPlayerQuit(com.loohp.limbo.events.player.PlayerQuitEvent event) voidMethods inherited from class com.loohp.limbo.plugins.LimboPlugin
getDataFolder, getInfo, getName, getPluginJar, getServer, onLoad, setInfoMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.themoep.connectorplugin.connector.ConnectingPlugin
getNameMethods inherited from interface de.themoep.connectorplugin.ConnectorPlugin
getGroup, getGroup, getMessageChannel
-
Constructor Details
-
LimboConnectorPlugin
public LimboConnectorPlugin()
-
-
Method Details
-
onEnable
public void onEnable()- Overrides:
onEnablein classcom.loohp.limbo.plugins.LimboPlugin
-
onDisable
public void onDisable()- Overrides:
onDisablein classcom.loohp.limbo.plugins.LimboPlugin
-
onPlayerQuit
@EventHandler public void onPlayerQuit(com.loohp.limbo.events.player.PlayerQuitEvent event) -
getBridge
Get the bridge helper class for executing certain actions on the proxy and other servers- Returns:
- The bridge helper
-
getPluginConfig
public com.loohp.limbo.file.FileConfiguration getPluginConfig() -
getConnector
public de.themoep.connectorplugin.connector.Connector<LimboConnectorPlugin,com.loohp.limbo.player.Player> getConnector()- Specified by:
getConnectorin interfacede.themoep.connectorplugin.ConnectorPlugin<com.loohp.limbo.player.Player>
-
getSourceType
public de.themoep.connectorplugin.connector.MessageTarget.Type getSourceType()- Specified by:
getSourceTypein interfacede.themoep.connectorplugin.ConnectorPlugin<com.loohp.limbo.player.Player>
-
logDebug
- Specified by:
logDebugin interfacede.themoep.connectorplugin.ConnectorPlugin<com.loohp.limbo.player.Player>
-
logInfo
- Specified by:
logInfoin interfacede.themoep.connectorplugin.ConnectorPlugin<com.loohp.limbo.player.Player>
-
logWarning
- Specified by:
logWarningin interfacede.themoep.connectorplugin.ConnectorPlugin<com.loohp.limbo.player.Player>
-
logError
- Specified by:
logErrorin interfacede.themoep.connectorplugin.ConnectorPlugin<com.loohp.limbo.player.Player>
-
getServerName
- Specified by:
getServerNamein interfacede.themoep.connectorplugin.ConnectorPlugin<com.loohp.limbo.player.Player>
-
getGlobalGroup
- Specified by:
getGlobalGroupin interfacede.themoep.connectorplugin.ConnectorPlugin<com.loohp.limbo.player.Player>
-
getGroups
- Specified by:
getGroupsin interfacede.themoep.connectorplugin.ConnectorPlugin<com.loohp.limbo.player.Player>
-
runAsync
- Specified by:
runAsyncin interfacede.themoep.connectorplugin.ConnectorPlugin<com.loohp.limbo.player.Player>
-
getLimbo
public com.loohp.limbo.Limbo getLimbo() -
getResourceAsStream
-