Uses of Class
net.md_5.bungee.protocol.packet.ScoreboardObjective.HealthDisplay
-
Packages that use ScoreboardObjective.HealthDisplay Package Description net.md_5.bungee.protocol.packet -
-
Uses of ScoreboardObjective.HealthDisplay in net.md_5.bungee.protocol.packet
Methods in net.md_5.bungee.protocol.packet that return ScoreboardObjective.HealthDisplay Modifier and Type Method Description static ScoreboardObjective.HealthDisplayScoreboardObjective.HealthDisplay. fromString(String s)ScoreboardObjective.HealthDisplayScoreboardObjective. getType()static ScoreboardObjective.HealthDisplayScoreboardObjective.HealthDisplay. valueOf(String name)Returns the enum constant of this type with the specified name.static ScoreboardObjective.HealthDisplay[]ScoreboardObjective.HealthDisplay. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.md_5.bungee.protocol.packet with parameters of type ScoreboardObjective.HealthDisplay Modifier and Type Method Description voidScoreboardObjective. setType(ScoreboardObjective.HealthDisplay type)Constructors in net.md_5.bungee.protocol.packet with parameters of type ScoreboardObjective.HealthDisplay Constructor Description ScoreboardObjective(String name, String value, ScoreboardObjective.HealthDisplay type, byte action)
-