Uses of Class
net.minecraft.scoreboard.ServerScoreboard.UpdateMode
Package | Description |
---|---|
net.minecraft.network.packet.s2c.play | |
net.minecraft.scoreboard |
-
Uses of ServerScoreboard.UpdateMode in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as ServerScoreboard.UpdateMode Modifier and Type Field Description private ServerScoreboard.UpdateMode
ScoreboardPlayerUpdateS2CPacket. mode
Methods in net.minecraft.network.packet.s2c.play that return ServerScoreboard.UpdateMode Modifier and Type Method Description ServerScoreboard.UpdateMode
ScoreboardPlayerUpdateS2CPacket. getUpdateMode()
Constructors in net.minecraft.network.packet.s2c.play with parameters of type ServerScoreboard.UpdateMode Constructor Description ScoreboardPlayerUpdateS2CPacket(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.UpdateMode Modifier and Type Method Description static ServerScoreboard.UpdateMode
ServerScoreboard.UpdateMode. valueOf(String name)
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.