We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 989cf98 commit cd22cf0Copy full SHA for cd22cf0
src/main/kotlin/dev/fruxz/stacked/StackedBuilder.kt
@@ -12,7 +12,7 @@ import net.kyori.adventure.text.event.ClickEvent
12
* and adds additional operator functions to make building
13
* [TextComponent]s more convenient.
14
*/
15
-data class StackedBuilder(
+open class StackedBuilder(
16
private val builder: TextComponent.Builder,
17
) : TextComponent.Builder by builder {
18
0 commit comments