ClientConfigContainer¶
class ClientConfigContainer(container: ConfigContainer)
Client-side mirror of a ConfigContainer. If exactly one of ConfigContainer.children is visible, buildConfigContainer opens that child's own screen directly; with more than one, it builds a screen listing an "Edit" entry per child that drills into it. See buildNodeListScreen.
Constructors¶
ClientConfigContainer¶
constructor(container: ConfigContainer)
Functions¶
buildConfigContainer¶
fun buildConfigContainer(parent: Screen): Screen
initClient¶
fun initClient()
Registers this spec's config screen with the platform's mod-list UI, client-side only.