Uses of Enum
net.minecraft.scoreboard.ServerScoreboard.UpdateMode
Packages that use ServerScoreboard.UpdateMode
-
Uses of ServerScoreboard.UpdateMode in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as ServerScoreboard.UpdateModeModifier and TypeFieldDescriptionprivate ServerScoreboard.UpdateMode
ScoreboardPlayerUpdateS2CPacket.mode
Methods in net.minecraft.network.packet.s2c.play that return ServerScoreboard.UpdateModeConstructors in net.minecraft.network.packet.s2c.play with parameters of type ServerScoreboard.UpdateModeModifierConstructorDescriptionScoreboardPlayerUpdateS2CPacket(ServerScoreboard.UpdateMode mode, @Nullable String objectiveName, String playerName, int score)
-
Uses of ServerScoreboard.UpdateMode in net.minecraft.scoreboard
Methods in net.minecraft.scoreboard that return ServerScoreboard.UpdateModeModifier and TypeMethodDescriptionstatic ServerScoreboard.UpdateMode
Returns the enum constant of this type with the specified name.static ServerScoreboard.UpdateMode[]
ServerScoreboard.UpdateMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.