Package de.maxhenkel.voicechat.api
Interface VoicechatPlugin
public interface VoicechatPlugin
-
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(VoicechatApi api)Called after loading the plugin.voidregisterEvents(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
-