MCPcopy Create free account
hub / github.com/Sefiraat/Networks / newKey

Method newKey

src/main/java/io/github/sefiraat/networks/utils/Keys.java:14–17  ·  view source on GitHub ↗
(@Nonnull String value)

Source from the content-addressed store, hash-verified

12public class Keys {
13
14 @Nonnull
15 public static NamespacedKey newKey(@Nonnull String value) {
16 return new NamespacedKey(Networks.getInstance(), value);
17 }
18}

Callers 1

NetworksItemGroupsClass · 0.95

Calls 1

getInstanceMethod · 0.95

Tested by

no test coverage detected