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