Uses of Enum
net.md_5.bungee.protocol.packet.ScoreboardObjective.HealthDisplay
Packages that use ScoreboardObjective.HealthDisplay
-
Uses of ScoreboardObjective.HealthDisplay in net.md_5.bungee.protocol.packet
Methods in net.md_5.bungee.protocol.packet that return ScoreboardObjective.HealthDisplayModifier and TypeMethodDescriptionScoreboardObjective.HealthDisplay.fromString(String s) ScoreboardObjective.getType()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.HealthDisplayModifier and TypeMethodDescriptionvoidScoreboardObjective.setType(ScoreboardObjective.HealthDisplay type) Constructors in net.md_5.bungee.protocol.packet with parameters of type ScoreboardObjective.HealthDisplayModifierConstructorDescriptionScoreboardObjective(String name, Either<String, net.md_5.bungee.api.chat.BaseComponent> value, ScoreboardObjective.HealthDisplay type, byte action, NumberFormat numberFormat) Creates a newScoreboardObjectiveinstance.