MCPcopy Create free account
hub / github.com/TyphoonMC/TyphoonCore / StringChatComponent

Struct StringChatComponent

chat.go:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172type StringChatComponent struct {
173 Text string `json:"text"`
174 *ChatComponent
175}
176
177func (component *StringChatComponent) SetText(text string) {
178 component.Text = text

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected