Class CommonRadioPlugin
java.lang.Object
com.codinglitch.simpleradio.radio.CommonRadioPlugin
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic short[]combineAudio(List<short[]> audioParts) voidonServerStarted(de.maxhenkel.voicechat.api.events.VoicechatServerStartedEvent event) voidregisterEvents(de.maxhenkel.voicechat.api.events.EventRegistration registration)
-
Field Details
-
RADIOS_CATEGORY
-
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
-
getPluginId
-
registerEvents
public void registerEvents(de.maxhenkel.voicechat.api.events.EventRegistration registration) -
onServerStarted
public void onServerStarted(de.maxhenkel.voicechat.api.events.VoicechatServerStartedEvent event)
-