Files
bluefireoly 69b2e6cd17 Updated docs
2020-10-16 02:13:42 +02:00

3.2 KiB

title
title
InventoryGUIPageChangeCalculator -

//KSpigot/net.axay.kspigot.inventory/InventoryGUIPageChangeCalculator

InventoryGUIPageChangeCalculator

[jvm] abstract class InventoryGUIPageChangeCalculator

Types

Name Summary
InventoryGUIConsistentPageCalculator [jvm]
Content
class InventoryGUIConsistentPageCalculator(toPage: Int) : InventoryGUIPageChangeCalculator


InventoryGUINextPageCalculator [jvm]
Content
object InventoryGUINextPageCalculator : InventoryGUIPageChangeCalculator


InventoryGUIPreviousPageCalculator [jvm]
Content
object InventoryGUIPreviousPageCalculator : InventoryGUIPageChangeCalculator


Functions

Name Summary
calculateNewPage [jvm]
Content
abstract fun calculateNewPage(currentPage: Int, pages: Collection<Int>): Int?


equals [jvm]
Content
open operator override fun equals(other: Any?): Boolean


hashCode [jvm]
Content
open override fun hashCode(): Int


toString [jvm]
Content
open override fun toString(): String


Inheritors

Name
InventoryGUIPageChangeCalculator
InventoryGUIPageChangeCalculator
InventoryGUIPageChangeCalculator