Class CommonRadioPlugin

java.lang.Object
com.codinglitch.simpleradio.radio.CommonRadioPlugin

public class CommonRadioPlugin extends Object
  • Field Details

    • RADIOS_CATEGORY

      public static String RADIOS_CATEGORY
    • TRANSCEIVERS_CATEGORY

      public static String TRANSCEIVERS_CATEGORY
    • serverApi

      @Nullable public static @Nullable de.maxhenkel.voicechat.api.VoicechatServerApi serverApi
    • transceivers

      @Nullable public static @Nullable de.maxhenkel.voicechat.api.VolumeCategory transceivers
    • radios

      @Nullable public static @Nullable de.maxhenkel.voicechat.api.VolumeCategory radios
  • Constructor Details

    • CommonRadioPlugin

      public CommonRadioPlugin()
  • Method Details

    • combineAudio

      public static short[] combineAudio(List<short[]> audioParts)
    • getPluginId

      public String getPluginId()
    • serverTick

      public void serverTick(int tickCount)
    • registerEvents

      public void registerEvents(de.maxhenkel.voicechat.api.events.EventRegistration registration)
    • onServerStarted

      public void onServerStarted(de.maxhenkel.voicechat.api.events.VoicechatServerStartedEvent event)