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

Method SetBold

chat.go:134–136  ·  view source on GitHub ↗
(bold bool)

Source from the content-addressed store, hash-verified

132}
133
134func (component *ChatComponent) SetBold(bold bool) {
135 component.Bold = bold
136}
137func (component *ChatComponent) SetItalic(italic bool) {
138 component.Italic = italic
139}

Callers 1

BukkitMessageConvertFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected