Interface VoicechatPlugin


public interface VoicechatPlugin
  • Method Details

    • getPluginId

      String getPluginId()
      Returns:
      the ID of this plugin - Has to be unique
    • initialize

      default void initialize(VoicechatApi api)
      Called after loading the plugin.
    • registerEvents

      default void registerEvents(EventRegistration registration)
      Register your events here - Only here!
      Parameters:
      registration - the event registration object, used to register events