MCPcopy Create free account
hub / github.com/Teneted/Tenet / getSource

Method getSource

src/main/java/org/bukkit/BanEntry.java:79–79  ·  view source on GitHub ↗

Gets the source of this ban. Note: A source is considered any String, although this is generally a player name. @return the source of the ban

()

Source from the content-addressed store, hash-verified

77 * @return the source of the ban
78 */
79 @NotNull
80 public String getSource();
81
82 /**

Callers 15

registerMethod · 0.65
registerMethod · 0.65
registerMethod · 0.65
registerMethod · 0.65
showFileMethod · 0.65
registerMethod · 0.65
registerMethod · 0.65
registerMethod · 0.65
registerMethod · 0.65
registerMethod · 0.65
registerMethod · 0.65
registerListenerMethod · 0.65

Implementers 2

CraftIpBanEntrysrc/main/java/org/bukkit/craftbukkit/v
CraftProfileBanEntrysrc/main/java/org/bukkit/craftbukkit/v

Calls

no outgoing calls

Tested by

no test coverage detected