MCPcopy Create free account
hub / github.com/ZeppelinMC/Zeppelin / Text

Function Text

protocol/text/builder.go:41–43  ·  view source on GitHub ↗
(c string)

Source from the content-addressed store, hash-verified

39}
40
41func Text(c string) TextComponent {
42 return TextComponent{Text: c}
43}
44
45func Italic() TextComponent {
46 return TextComponent{Italic: true}

Callers 1

gc.goFile · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected