getNonNamespaced

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

Gets a list of NovaItems with the specified name, ignoring the namespace.

Return

A list of NovaItems with the specified name, ignoring the namespace.

Parameters

name

The name of the item.