create Compound
fun <E> createCompound(iconGenerator: (E) -> ItemStack, onClick: (clickEvent: GUIClickEvent<T>, E) -> Unit? = null): GUISpaceCompound<T, E>
Content copied to clipboard
Creates a new compound, holding data which can be displayed in any compound space.