Uses of Interface
net.kyori.adventure.chat.ChatType
Packages that use ChatType
-
Uses of ChatType in net.kyori.adventure.chat
Fields in net.kyori.adventure.chat declared as ChatTypeModifier and TypeFieldDescriptionstatic final ChatTypeChatType.CHATA chat message from a player.static final ChatTypeChatType.EMOTE_COMMANDA message sent as a result of using the/mecommand.static final ChatTypeChatType.MSG_COMMAND_INCOMINGA message received as a result of using the/msgcommand.static final ChatTypeChatType.MSG_COMMAND_OUTGOINGA message sent as a result of using the/msgcommand.static final ChatTypeChatType.SAY_COMMANDA message send as a result of using the/saycommand.static final ChatTypeChatType.TEAM_MSG_COMMAND_INCOMINGA message received as a result of using the/teammsgcommand.static final ChatTypeChatType.TEAM_MSG_COMMAND_OUTGOINGA message sent as a result of using the/teammsgcommand.Methods in net.kyori.adventure.chat that return ChatType