com.github.bjoernpetersen.jmusicbot.AdminPlugin Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of musicbot Show documentation
Show all versions of musicbot Show documentation
Core library of MusicBot, which plays music from various providers.
package com.github.bjoernpetersen.jmusicbot;
import javax.annotation.Nonnull;
public interface AdminPlugin extends Plugin {
void initialize(@Nonnull InitStateWriter writer, @Nonnull MusicBot musicBot)
throws InterruptedException, InitializationException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy