Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Teneted/Tenet
/ toString
Method
toString
src/main/java/org/bukkit/NamespacedKey.java:115–118 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
113
}
114
115
@Override
116
public
String toString() {
117
return
this.namespace +
":"
+ this.key;
118
}
119
120
/**
121
* Return a
new
random key in the {@link #BUKKIT} namespace.
Callers
2
NamespacedKey
Method · 0.95
randomKey
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected