Package net.axay.kspigot.inventory.elements

Types

AbstractInventoryGUISpaceCompound
Link copied to clipboard
abstract class AbstractInventoryGUISpaceCompound<T : ForInventory, E>
InventoryGUIButton
Link copied to clipboard
open class InventoryGUIButton<T : ForInventory>(icon: ItemStack, action: (InventoryGUIClickEvent<T>) -> Unit) : InventoryGUIElement<T>
InventoryGUIButtonInventoryChange
Link copied to clipboard
class InventoryGUIButtonInventoryChange<T : ForInventory>(icon: ItemStack, changeToGUICallback: () -> InventoryGUI<*>, changeToPageInt: Int?, onChange: (InventoryGUIClickEvent<T>) -> Unit?) : InventoryGUIButton<T>
InventoryGUIButtonPageChange
Link copied to clipboard
class InventoryGUIButtonPageChange<T : ForInventory>(icon: ItemStack, calculator: InventoryGUIPageChangeCalculator, onChange: (InventoryGUIClickEvent<T>) -> Unit?) : InventoryGUIButton<T>
InventoryGUIFreeSlot
Link copied to clipboard
class InventoryGUIFreeSlot<T : ForInventory> : InventoryGUISlot<T>
InventoryGUIPlaceholder
Link copied to clipboard
class InventoryGUIPlaceholder<T : ForInventory>(icon: ItemStack) : InventoryGUIElement<T>
InventoryGUIRectSpaceCompound
Link copied to clipboard
class InventoryGUIRectSpaceCompound<T : ForInventory, E>(invType: InventoryType<T>, iconGenerator: (E) -> ItemStack, onClick: (InventoryGUIClickEvent<T>, E) -> Unit, compoundWidth: Int) : AbstractInventoryGUISpaceCompound<T, E>
InventoryGUISpaceCompound
Link copied to clipboard
class InventoryGUISpaceCompound<T : ForInventory, E>(invType: InventoryType<T>, iconGenerator: (E) -> ItemStack, onClick: (InventoryGUIClickEvent<T>, E) -> Unit) : AbstractInventoryGUISpaceCompound<T, E>
InventoryGUISpaceCompoundElement
Link copied to clipboard
class InventoryGUISpaceCompoundElement<T : ForInventory, E> : InventoryGUIElement<T>
InventoryGUISpaceCompoundScrollButton
Link copied to clipboard
class InventoryGUISpaceCompoundScrollButton<T : ForInventory>(icon: ItemStack, compound: AbstractInventoryGUISpaceCompound<T, *>, scrollDistance: Int, scrollTimes: Int, reverse: Boolean) : InventoryGUIButton<T>