Baked
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.
val designer: CraftUIDesigner = ~~~
val context: CraftUIDesigner.Context = ~~~
val baked: BakedDesigner = CraftUIDesigner.bake(designer, context)Content copied to clipboard
Since
5.0.16
Parameters
title
Title of UI
result
Coordinate of result slot
make Button
Make button coordinate and icon (item)
blank Slots
Unclickable slot coordinates and icons
See also
Constructors
Link copied to clipboard
constructor(title: Component, result: CoordinateComponent, makeButton: Pair<CoordinateComponent, ItemStack>, blankSlots: Map<CoordinateComponent, ItemStack>)