Package net.minestom.server.message
Interface ChatType
- All Superinterfaces:
ProtocolObject
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final DynamicRegistry.Key
<ChatType> static final DynamicRegistry.Key
<ChatType> static final DynamicRegistry.Key
<ChatType> static final DynamicRegistry.Key
<ChatType> static final DynamicRegistry.Key
<ChatType> static final DynamicRegistry.Key
<ChatType> static final DynamicRegistry.Key
<ChatType> -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull ChatType.Builder
builder()
@NotNull ChatTypeDecoration
chat()
static @NotNull ChatType
create
(@NotNull ChatTypeDecoration chat, @NotNull ChatTypeDecoration narration) static @NotNull DynamicRegistry
<ChatType> Creates a new registry for chat types, loading the vanilla chat types.@NotNull ChatTypeDecoration
registry()
-
Field Details
-
EMOTE_COMMAND
-
TEAM_MSG_COMMAND_INCOMING
-
TEAM_MSG_COMMAND_OUTGOING
-
CHAT
-
MSG_COMMAND_INCOMING
-
MSG_COMMAND_OUTGOING
-
SAY_COMMAND
-
-
Method Details
-
create
@NotNull static @NotNull ChatType create(@NotNull @NotNull ChatTypeDecoration chat, @NotNull @NotNull ChatTypeDecoration narration) -
builder
-
createDefaultRegistry
Creates a new registry for chat types, loading the vanilla chat types.
- See Also:
-
chat
-
narration
-
registry
- Specified by:
registry
in interfaceProtocolObject
-