Package com.codinglitch.vibrativevoice
Class CommonVibrativePlugin
java.lang.Object
com.codinglitch.vibrativevoice.CommonVibrativePlugin
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic de.maxhenkel.voicechat.api.VoicechatApistatic CommonVibrativePluginstatic @Nullable de.maxhenkel.voicechat.api.VoicechatServerApi -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.maxhenkel.voicechat.api.opus.OpusDecodervoidinitialize(de.maxhenkel.voicechat.api.VoicechatApi api) voidregisterEvents(de.maxhenkel.voicechat.api.events.EventRegistration registration)
-
Field Details
-
api
public static de.maxhenkel.voicechat.api.VoicechatApi api -
serverApi
@Nullable public static @Nullable de.maxhenkel.voicechat.api.VoicechatServerApi serverApi -
INSTANCE
-
-
Constructor Details
-
CommonVibrativePlugin
public CommonVibrativePlugin()
-
-
Method Details
-
getPluginId
-
initialize
public void initialize(de.maxhenkel.voicechat.api.VoicechatApi api) -
registerEvents
public void registerEvents(de.maxhenkel.voicechat.api.events.EventRegistration registration) -
getDecoder
public de.maxhenkel.voicechat.api.opus.OpusDecoder getDecoder()
-