Start working on the API before adding the server implementation

This commit is contained in:
len
2021-05-10 10:01:35 +02:00
parent 80afee0f2f
commit 0d15c40cb7
22 changed files with 658 additions and 205 deletions
@@ -0,0 +1,12 @@
package com.alttd.chat;
import net.luckperms.api.LuckPerms;
public interface ChatAPI {
/*public static ChatAPI get() {
return ChatImplementation.INSTANCE;
}*/
LuckPerms getLuckPerms();
}