Craft UIDesigner
interface CraftUIDesigner
UI builder for CraftUI
Default UI implementation is in CraftUI. (companion object)
Since
5.0.16
Types
Link copied to clipboard
class Baked(val title: Component, val result: CoordinateComponent, val makeButton: Pair<CoordinateComponent, ItemStack>, val blankSlots: Map<CoordinateComponent, ItemStack>)
BakedDesigner: An immutable CraftUIDesigner with a set (baked) value.
Link copied to clipboard
Context for CraftUIDesigner.