GuiButtonCompoundScroll

class GuiButtonCompoundScroll(val icon: GuiIcon, val compound: GuiCompound<*>, val reverse: Boolean, val speed: Duration, val scrollDistance: Int, val scrollTimes: Int) : GuiButton(source)

Constructors

Link copied to clipboard
constructor(icon: GuiIcon, compound: GuiCompound<*>, reverse: Boolean, speed: Duration, scrollDistance: Int, scrollTimes: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open suspend override fun getItemStack(slotIndex: Int): ItemStack
Link copied to clipboard
open suspend override fun onClick(clickEvent: GuiClickEvent)
Link copied to clipboard
open override fun shouldCancel(clickEvent: GuiClickEvent): Boolean
Link copied to clipboard
open override fun startUsing(gui: Gui)
Link copied to clipboard
open override fun stopUsing(gui: Gui)