getTagValues

abstract fun getTagValues(key: TagKey<T>): TagSet<T>?

Gets the tag values for the given key, or returns null if there are no tag values associated with the given key.

Return

the tag set encapsulating the values for the tag

Parameters

key

the tag key