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