Identifier
Uniquely identifies objects within Koremods, such as scripts and transformers. Both namespaces and names must follow a set of rules and are check against their respective patterns - NAMESPACE_PATTERN for namespaces and NAME_PATTERN for names.
Parameters
namespace
the owner's globally unique name, used to group together objects belonging to the same entity
name
the object's unique name within its namespace
See also
Throws
if any of the two components don't match their pattern