Uses of Class
de.themoep.connectorplugin.limbo.LimboConnectorPlugin
Packages that use LimboConnectorPlugin
Package
Description
-
Uses of LimboConnectorPlugin in de.themoep.connectorplugin.limbo
Methods in de.themoep.connectorplugin.limbo that return types with arguments of type LimboConnectorPluginModifier and TypeMethodDescriptionde.themoep.connectorplugin.connector.Connector<LimboConnectorPlugin, com.loohp.limbo.player.Player> LimboConnectorPlugin.getConnector()Constructors in de.themoep.connectorplugin.limbo with parameters of type LimboConnectorPlugin -
Uses of LimboConnectorPlugin in de.themoep.connectorplugin.limbo.commands
Fields in de.themoep.connectorplugin.limbo.commands declared as LimboConnectorPluginMethods in de.themoep.connectorplugin.limbo.commands that return LimboConnectorPluginConstructors in de.themoep.connectorplugin.limbo.commands with parameters of type LimboConnectorPluginModifierConstructorDescriptionConnectorCommand(LimboConnectorPlugin plugin) SubCommand(LimboConnectorPlugin plugin, ConnectorCommand parent, String usage, String permission, String... aliases) SubCommand(LimboConnectorPlugin plugin, String usage, String permission, String... aliases) -
Uses of LimboConnectorPlugin in de.themoep.connectorplugin.limbo.connector
Constructors in de.themoep.connectorplugin.limbo.connector with parameters of type LimboConnectorPluginModifierConstructorDescriptionLimboConnector(LimboConnectorPlugin plugin, boolean requiresPlayer) MqttConnector(LimboConnectorPlugin plugin) RedisConnector(LimboConnectorPlugin plugin)