getNonNamespaced

abstract fun getNonNamespaced(name: String): List<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.