Package de.maxhenkel.voicechat.api
Interface VoicechatPlugin
public interface VoicechatPlugin
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
initialize
(VoicechatApi api) Called after loading the plugin.default void
registerEvents
(EventRegistration registration) Register your events here - Only here!
-
Method Details
-
getPluginId
String getPluginId()- Returns:
- the ID of this plugin - Has to be unique
-
initialize
Called after loading the plugin. -
registerEvents
Register your events here - Only here!- Parameters:
registration
- the event registration object, used to register events
-