Package-level declarations
Functions
Link copied to clipboard
Link copied to clipboard
inline fun <T : AbstractKtInventoryPaginated<*>> getAllViewersPaginated(): Map<Player, AbstractKtInventoryPaginated.Entry<T>>
fun <T : AbstractKtInventoryPaginated<*>> getAllViewersPaginated(clazz: KClass<T>): Map<Player, AbstractKtInventoryPaginated.Entry<T>>
Link copied to clipboard
Link copied to clipboard
inline fun <T : AbstractKtInventoryPaginated<*>> getOpenInventoryPaginated(player: HumanEntity): AbstractKtInventoryPaginated.Entry<T>?
fun <T : AbstractKtInventoryPaginated<*>> getOpenInventoryPaginated(clazz: KClass<T>, player: HumanEntity): AbstractKtInventoryPaginated.Entry<T>?