AutoCycleItemProvider

constructor(items: List<ItemStack>, plugin: ColosseumPlugin, cycleInterval: Long = 1)

Parameters

items

The list of items to cycle through. The provider will display one item at a time, cycling through the list in order.

plugin

The instance of the ColosseumPlugin, used to schedule the cycling task

cycleInterval

The interval in ticks at which to cycle to the next item. Defaults to 1 tick (20 cycles per second).