Get a key in the Minecraft namespace. @param key the key to use @return new key in the Minecraft namespace
(@NotNull String key)
| 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 | } |
no outgoing calls
no test coverage detected