get Viewers Paginated Fetched Entry
fun <T : AbstractKtInventoryPaginatedFetched<*, *>> getViewersPaginatedFetchedEntry(clazz: KClass<T>): Map<Player, AbstractKtInventoryPaginatedFetched.Entry<*, *>>
Gets all online players currently viewing a condition-fetched paginated inventory entry of the specified type.
Return
Map of players to their open condition-fetched inventory entries for type T
Since
2.2.0
Parameters
clazz
The KClass of the inventory type
Type Parameters
T
The type of inventory extending AbstractKtInventoryPaginatedFetched
inline fun <T : AbstractKtInventoryPaginatedFetched<*, *>> getViewersPaginatedFetchedEntry(): Map<Player, AbstractKtInventoryPaginatedFetched.Entry<*, *>>
Gets all online players currently viewing a condition-fetched paginated inventory entry of the specified type.
Return
Map of players to their open condition-fetched inventory entries for type T
Since
2.2.0
Type Parameters
T
The type of inventory extending AbstractKtInventoryPaginatedFetched