getNonNamespaced

@NotNull
abstract fun getNonNamespaced(@NotNull name: @NotNull String): @NotNull List<@NotNull NovaMaterial>

Deprecated

Use NovaBlockRegistry and NovaItemRegistry instead.

Gets a list of NovaMaterials registered under this name in all Nova namespaces.

Return

A list of all NovaMaterials under all Nova namespaces with that name.

Parameters

name

The name of the item without the namespace.