Uses of Class
net.minecraft.scoreboard.ServerScoreboard.Action
-
Packages that use ServerScoreboard.Action Package Description net.minecraft.network.play.server net.minecraft.scoreboard -
-
Uses of ServerScoreboard.Action in net.minecraft.network.play.server
Fields in net.minecraft.network.play.server declared as ServerScoreboard.Action Modifier and Type Field Description private ServerScoreboard.Action
SUpdateScorePacket. method
Methods in net.minecraft.network.play.server that return ServerScoreboard.Action Modifier and Type Method Description ServerScoreboard.Action
SUpdateScorePacket. getMethod()
Constructors in net.minecraft.network.play.server with parameters of type ServerScoreboard.Action Constructor Description SUpdateScorePacket(ServerScoreboard.Action p_i47930_1_, java.lang.String p_i47930_2_, java.lang.String p_i47930_3_, int p_i47930_4_)
-
Uses of ServerScoreboard.Action in net.minecraft.scoreboard
Methods in net.minecraft.scoreboard that return ServerScoreboard.Action Modifier and Type Method Description static ServerScoreboard.Action
ServerScoreboard.Action. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ServerScoreboard.Action[]
ServerScoreboard.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-