MCPcopy Create free account
hub / github.com/Bukkit/Bukkit / broadcastMessage

Method broadcastMessage

src/main/java/org/bukkit/Server.java:148–148  ·  view source on GitHub ↗

Broadcast a message to all players. This is the same as calling #broadcast(java.lang.String, java.lang.String) to #BROADCAST_CHANNEL_USERS @param message the message @return the number of players

(String message)

Source from the content-addressed store, hash-verified

146 * @return the number of players
147 */
148 public int broadcastMessage(String message);
149
150 /**
151 * Gets the name of the update folder. The update folder is used to safely update

Callers 1

broadcastMessageMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected