1.16, overhaul of player data

This commit is contained in:
Seth
2020-06-30 00:25:38 -07:00
parent 4ddcc3b8d7
commit eb58419a3a
95 changed files with 1553 additions and 3263 deletions

View File

@ -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();
}