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

Method JSON

chat.go:119–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117
118type IChatComponent interface {
119 JSON() (string, error)
120}
121type ChatComponent struct {
122 Bold bool `json:"bold"`

Callers 4

ChatHoverMessageFunction · 0.65
SendMessageMethod · 0.65
SendBukkitMessageMethod · 0.65
SendActionBarMethod · 0.65

Implementers 2

Calls

no outgoing calls

Tested by

no test coverage detected