transparentCompound

fun <V> transparentCompound(space: ComponentSpace, values: () -> List<V>, icon: (V) -> ItemStack, handler: (UIClickData, V) -> Unit): CompoundComponent<V>(source)
fun <V> transparentCompound(space: ComponentSpace, values: Iterable<V>, icon: (V) -> ItemStack, handler: (UIClickData, V) -> Unit): CompoundComponent<V>(source)