Package net. axay. kspigot. inventory. elements
Types
AbstractInventoryGUISpaceCompound
Link copied to clipboard
InventoryGUIButton
Link copied to clipboard
open class InventoryGUIButton<T : ForInventory>(icon: ItemStack, action: (InventoryGUIClickEvent<T>) -> Unit) : InventoryGUIElement<T>
Content copied to clipboard
InventoryGUIButtonInventoryChange
Link copied to clipboard
class InventoryGUIButtonInventoryChange<T : ForInventory>(icon: ItemStack, changeToGUICallback: () -> InventoryGUI<*>, changeToPageInt: Int?, onChange: (InventoryGUIClickEvent<T>) -> Unit?) : InventoryGUIButton<T>
Content copied to clipboard
InventoryGUIButtonPageChange
Link copied to clipboard
class InventoryGUIButtonPageChange<T : ForInventory>(icon: ItemStack, calculator: InventoryGUIPageChangeCalculator, onChange: (InventoryGUIClickEvent<T>) -> Unit?) : InventoryGUIButton<T>
Content copied to clipboard
InventoryGUIFreeSlot
Link copied to clipboard
InventoryGUIPlaceholder
Link copied to clipboard
class InventoryGUIPlaceholder<T : ForInventory>(icon: ItemStack) : InventoryGUIElement<T>
Content copied to clipboard
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>
Content copied to clipboard
InventoryGUISpaceCompound
Link copied to clipboard
class InventoryGUISpaceCompound<T : ForInventory, E>(invType: InventoryType<T>, iconGenerator: (E) -> ItemStack, onClick: (InventoryGUIClickEvent<T>, E) -> Unit) : AbstractInventoryGUISpaceCompound<T, E>
Content copied to clipboard
InventoryGUISpaceCompoundElement
Link copied to clipboard
class InventoryGUISpaceCompoundElement<T : ForInventory, E> : InventoryGUIElement<T>
Content copied to clipboard
InventoryGUISpaceCompoundScrollButton
Link copied to clipboard
class InventoryGUISpaceCompoundScrollButton<T : ForInventory>(icon: ItemStack, compound: AbstractInventoryGUISpaceCompound<T, *>, scrollDistance: Int, scrollTimes: Int, reverse: Boolean) : InventoryGUIButton<T>
Content copied to clipboard