mirror of
https://github.com/Aust1n46/VentureChat.git
synced 2025-05-23 18:42:45 +00:00
8 lines
224 B
Java
8 lines
224 B
Java
package mineverse.Aust1n46.chat.api;
|
|
|
|
//This class is an unfinished handler for addons to the plugin.
|
|
public interface MineverseChatAddon { //unimplemented
|
|
public String getVersion();
|
|
|
|
public boolean isEnabled();
|
|
} |