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

Method toString

src/main/java/org/bukkit/command/PluginCommand.java:159–165  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

157 }
158
159 @Override
160 public String toString() {
161 StringBuilder stringBuilder = new StringBuilder(super.toString());
162 stringBuilder.deleteCharAt(stringBuilder.length() - 1);
163 stringBuilder.append(", ").append(owningPlugin.getDescription().getFullName()).append(')');
164 return stringBuilder.toString();
165 }
166}

Callers 1

tabCompleteMethod · 0.45

Calls 4

getFullNameMethod · 0.80
getDescriptionMethod · 0.65
lengthMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected