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

Method getName

src/main/java/org/bukkit/command/CommandSender.java:27–27  ·  view source on GitHub ↗

Gets the name of this command sender @return Name of the sender

()

Source from the content-addressed store, hash-verified

25 * @return Name of the sender
26 */
27 public String getName();
28}

Callers 11

registerMethod · 0.65
executeMethod · 0.65
executeMethod · 0.65
executeMethod · 0.65
executeMethod · 0.65
executeMethod · 0.65
executeMethod · 0.65
getPluginListMethod · 0.65
executeMethod · 0.65
executeMethod · 0.65

Implementers 1

ConsoleCommandSendersrc/main/java/org/bukkit/command/Conso

Calls

no outgoing calls

Tested by

no test coverage detected