MCPcopy 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

getIfPresentMethod · 0.95
registerMethod · 0.65
convertMethod · 0.65
testAllMethod · 0.65
isClassNullMarkedMethod · 0.65
isSubclassOfMethod · 0.65
hasSinceMethod · 0.65
testAddDefaultMethod · 0.65
testAddDefaults_MapMethod · 0.65
testSetDefaultsMethod · 0.65

Calls

no outgoing calls

Tested by 15

registerMethod · 0.52
convertMethod · 0.52
testAllMethod · 0.52
isClassNullMarkedMethod · 0.52
isSubclassOfMethod · 0.52
hasSinceMethod · 0.52
testAddDefaultMethod · 0.52
testAddDefaults_MapMethod · 0.52
testSetDefaultsMethod · 0.52
testGetList_StringMethod · 0.52