getAllViewers

fun <T : KtInventory> getAllViewers(clazz: KClass<T>): Map<Player, T>
inline fun <T : KtInventory> getAllViewers(): Map<Player, T>