Package net.minestom.server.message
Interface ChatType
- All Superinterfaces:
ProtocolObject
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier 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.Builderbuilder()@NotNull ChatTypeDecorationchat()static @NotNull ChatTypecreate(@NotNull ChatTypeDecoration chat, @NotNull ChatTypeDecoration narration) static @NotNull DynamicRegistry<ChatType> Creates a new registry for chat types, loading the vanilla chat types.@NotNull ChatTypeDecorationMethods inherited from interface net.minestom.server.registry.ProtocolObject
registry
-
Field Details
-
REGISTRY_CODEC
-
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
-