mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-02 12:56:40 +00:00
1.16, overhaul of player data
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
package me.totalfreedom.totalfreedommod.rank;
|
||||
|
||||
import org.bukkit.ChatColor;
|
||||
import net.md_5.bungee.api.ChatColor;
|
||||
|
||||
public interface Displayable
|
||||
{
|
||||
@ -13,12 +13,15 @@ public interface Displayable
|
||||
|
||||
public ChatColor getColor();
|
||||
|
||||
public org.bukkit.ChatColor getTeamColor();
|
||||
|
||||
public String getColoredName();
|
||||
|
||||
public String getColoredTag();
|
||||
|
||||
public String getColoredLoginMessage();
|
||||
|
||||
|
||||
public boolean hasTeam();
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user