Uses of Enum Class
net.minecraft.scoreboard.ServerScoreboard.UpdateMode
-
Uses of ServerScoreboard.UpdateMode in net.minecraft.network.packet.s2c.play
Modifier and TypeFieldDescriptionprivate final ServerScoreboard.UpdateMode
ScoreboardPlayerUpdateS2CPacket.mode
ModifierConstructorDescriptionScoreboardPlayerUpdateS2CPacket
(ServerScoreboard.UpdateMode mode, @Nullable String objectiveName, String playerName, int score) -
Uses of ServerScoreboard.UpdateMode in net.minecraft.scoreboard
Modifier and TypeMethodDescriptionstatic ServerScoreboard.UpdateMode
Returns the enum constant of this class with the specified name.static ServerScoreboard.UpdateMode[]
ServerScoreboard.UpdateMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.