Uses of Enum Class
net.minecraft.server.ServerScoreboard.Method
Packages that use ServerScoreboard.Method
-
Uses of ServerScoreboard.Method in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as ServerScoreboard.MethodModifier and TypeFieldDescriptionprivate final ServerScoreboard.Method
ClientboundSetScorePacket.method
Methods in net.minecraft.network.protocol.game that return ServerScoreboard.MethodConstructors in net.minecraft.network.protocol.game with parameters of type ServerScoreboard.MethodModifierConstructorDescriptionClientboundSetScorePacket
(ServerScoreboard.Method p_133329_, String p_133330_, String p_133331_, int p_133332_) -
Uses of ServerScoreboard.Method in net.minecraft.server
Methods in net.minecraft.server that return ServerScoreboard.MethodModifier and TypeMethodDescriptionstatic ServerScoreboard.Method
Returns the enum constant of this class with the specified name.static ServerScoreboard.Method[]
ServerScoreboard.Method.values()
Returns an array containing the constants of this enum class, in the order they are declared.