Added IDiscordSender to distinguish
This commit is contained in:
parent
55ac426554
commit
381739456c
1 changed files with 12 additions and 0 deletions
12
src/main/java/buttondevteam/lib/chat/IDiscordSender.java
Normal file
12
src/main/java/buttondevteam/lib/chat/IDiscordSender.java
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
package buttondevteam.lib.chat;
|
||||||
|
|
||||||
|
import org.bukkit.command.CommandSender;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* DiscordSenderBase implements it
|
||||||
|
* @author Norbi
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public interface IDiscordSender extends CommandSender {
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in a new issue