Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaperMC/Paper
/ get
Method
get
paper-api/src/main/java/org/bukkit/Registry.java:81–81 ·
view source on GitHub ↗
(final NamespacedKey key)
Source
from the content-addressed store, hash-verified
79
Registry<Advancement> ADVANCEMENT =
new
NotARegistry<>() {
80
81
@Override
82
public
@Nullable Advancement get(
final
NamespacedKey key) {
83
return
Bukkit.getAdvancement(key);
84
}
Callers
15
getIfPresent
Method · 0.95
register
Method · 0.65
convert
Method · 0.65
testAll
Method · 0.65
isClassNullMarked
Method · 0.65
isSubclassOf
Method · 0.65
hasSince
Method · 0.65
testAddDefault
Method · 0.65
testAddDefaults_Map
Method · 0.65
testAddDefaults_Configuration
Method · 0.65
testAddDefaults_Configuration_WithExisting
Method · 0.65
testSetDefaults
Method · 0.65
Calls
no outgoing calls
Tested by
15
register
Method · 0.52
convert
Method · 0.52
testAll
Method · 0.52
isClassNullMarked
Method · 0.52
isSubclassOf
Method · 0.52
hasSince
Method · 0.52
testAddDefault
Method · 0.52
testAddDefaults_Map
Method · 0.52
testAddDefaults_Configuration
Method · 0.52
testAddDefaults_Configuration_WithExisting
Method · 0.52
testSetDefaults
Method · 0.52
testGetList_String
Method · 0.52