Package dev.plex.api.rank
Interface IRank<T>
public interface IRank<T>
-
Method Summary
Modifier and TypeMethodDescriptionnet.kyori.adventure.text.format.NamedTextColor
getColor()
int
getLevel()
net.kyori.adventure.text.Component
boolean
void
setLoginMessage
(String message) void
org.json.JSONObject
toJSON()
-
Method Details