Package org.spongepowered.api.adventure
Class ChatTypes
java.lang.Object
org.spongepowered.api.adventure.ChatTypes
-
Field Summary
Modifier and TypeFieldDescriptionstatic final DefaultedRegistryReference
<ChatType> The default vanilla chat typestatic final DefaultedRegistryReference
<ChatType> Sponge provided custom chat type using%s%s
(sender
,content
) for formatting.static final DefaultedRegistryReference
<ChatType> Sponge provided custom chat type using%s%s%s
(target
,sender
,content
) for formatting.static final DefaultedRegistryReference
<ChatType> The default vanilla chat type for the emote commandstatic final DefaultedRegistryReference
<ChatType> The default vanilla chat type for incoming command messagesstatic final DefaultedRegistryReference
<ChatType> The default vanilla chat type for outgoing command messagesstatic final DefaultedRegistryReference
<ChatType> The default vanilla chat type for say command messagesstatic final DefaultedRegistryReference
<ChatType> The default vanilla chat type for incoming team command messagesstatic final DefaultedRegistryReference
<ChatType> The default vanilla chat type for outgoing team command messages -
Method Summary
Modifier and TypeMethodDescriptionstatic DefaultedRegistryReference
<ChatType> key
(ResourceKey location) registry()
-
Field Details
-
CHAT
The default vanilla chat type -
EMOTE_COMMAND
The default vanilla chat type for the emote command -
MSG_COMMAND_INCOMING
The default vanilla chat type for incoming command messages -
MSG_COMMAND_OUTGOING
The default vanilla chat type for outgoing command messages -
SAY_COMMAND
The default vanilla chat type for say command messages -
TEAM_MSG_COMMAND_INCOMING
The default vanilla chat type for incoming team command messages -
TEAM_MSG_COMMAND_OUTGOING
The default vanilla chat type for outgoing team command messages -
CUSTOM_CHAT
Sponge provided custom chat type using%s%s
(sender
,content
) for formatting. -
CUSTOM_MESSAGE
Sponge provided custom chat type using%s%s%s
(target
,sender
,content
) for formatting.
-
-
Method Details
-
registry
-
key
-