GuiCompound
class GuiCompound<E>(val guiType: GuiType, val slots: GuiSlotCompound.SlotRange.Rectangle, val content: AbstractGuiList<E, List<E>>, iconGenerator: suspend (E) -> ItemStack, onClick: suspend (event: GuiClickEvent, element: E) -> Unit?) : GuiUseable(source)
Constructors
Link copied to clipboard
constructor(guiType: GuiType, slots: GuiSlotCompound.SlotRange.Rectangle, content: AbstractGuiList<E, List<E>>, iconGenerator: suspend (E) -> ItemStack, onClick: suspend (event: GuiClickEvent, element: E) -> Unit?)