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

Function ChatMessage

chat.go:185–200  ·  view source on GitHub ↗
(text string)

Source from the content-addressed store, hash-verified

183}
184
185func ChatMessage(text string) *StringChatComponent {
186 return &StringChatComponent{
187 text,
188 &ChatComponent{
189 false,
190 false,
191 false,
192 false,
193 false,
194 nil,
195 nil,
196 nil,
197 nil,
198 nil,
199 }}
200}
201
202func BukkitMessageConvert(message string) IChatComponent {
203 base := ChatMessage("")

Callers 2

BukkitMessageConvertFunction · 0.85
onCommandMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected