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()
Deprecated.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 TypeMethodDescriptionvoid
ScoreboardObjective.setType
(ScoreboardObjective.HealthDisplay type) Deprecated.Constructors in net.md_5.bungee.protocol.packet with parameters of type ScoreboardObjective.HealthDisplayModifierConstructorDescriptionScoreboardObjective
(String name, String value, ScoreboardObjective.HealthDisplay type, byte action) Deprecated.