switchUi

fun switchUi(space: ComponentSpace, ui: String, display: ItemStack)(source)
fun switchUi(space: ComponentSpace, ui: String, icon: () -> ItemStack)(source)
fun switchUi(space: ComponentSpace, ui: MacrocosmUI, display: ItemStack)(source)
fun switchUi(space: ComponentSpace, lazy: () -> MacrocosmUI, display: ItemStack)(source)
fun switchUi(space: ComponentSpace, ui: MacrocosmUI, icon: () -> ItemStack)(source)
fun switchUi(space: ComponentSpace, lazy: () -> MacrocosmUI, icon: () -> ItemStack)(source)