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