get
open operator fun <T : Any> get(key: AttributeKey<T>): T
Gets a value of the attribute for the specified key, or throws an exception if an attribute doesn’t exist
open operator fun <T : Any> get(key: AttributeKey<T>): T
Gets a value of the attribute for the specified key, or throws an exception if an attribute doesn’t exist