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

Method minecraft

src/main/java/org/bukkit/NamespacedKey.java:138–141  ·  view source on GitHub ↗

Get a key in the Minecraft namespace. @param key the key to use @return new key in the Minecraft namespace

(@NotNull String key)

Source from the content-addressed store, hash-verified

136 * @return new key in the Minecraft namespace
137 */
138 @NotNull
139 public static NamespacedKey minecraft(@NotNull String key) {
140 return new NamespacedKey(MINECRAFT, key);
141 }
142}

Callers 13

FluidMethod · 0.95
MaterialMethod · 0.95
TagInterface · 0.95
ArtMethod · 0.95
StatisticMethod · 0.95
EnchantmentWrapperMethod · 0.95
getKeyMethod · 0.95
BiomeMethod · 0.95
AttributeMethod · 0.95
TypeMethod · 0.95
ProfessionMethod · 0.95
EntityTypeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected