Uses of Class
net.md_5.bungee.api.chat.ScoreComponent
-
Packages that use ScoreComponent Package Description net.md_5.bungee.api.chat net.md_5.bungee.chat -
-
Uses of ScoreComponent in net.md_5.bungee.api.chat
Methods in net.md_5.bungee.api.chat that return ScoreComponent Modifier and Type Method Description ScoreComponentScoreComponent. duplicate()Constructors in net.md_5.bungee.api.chat with parameters of type ScoreComponent Constructor Description ScoreComponent(ScoreComponent original)Creates a score component from the original to clone it. -
Uses of ScoreComponent in net.md_5.bungee.chat
Methods in net.md_5.bungee.chat that return ScoreComponent Modifier and Type Method Description ScoreComponentScoreComponentSerializer. deserialize(com.google.gson.JsonElement element, Type type, com.google.gson.JsonDeserializationContext context)Methods in net.md_5.bungee.chat with parameters of type ScoreComponent Modifier and Type Method Description com.google.gson.JsonElementScoreComponentSerializer. serialize(ScoreComponent component, Type type, com.google.gson.JsonSerializationContext context)
-