Interface ChatType
- All Superinterfaces:
Holder<ChatType>
,Holder.Direct<ChatType>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface net.minestom.server.registry.Holder
Holder.Direct<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RegistryKey
<ChatType> static final RegistryKey
<ChatType> static final RegistryKey
<ChatType> static final RegistryKey
<ChatType> static final RegistryKey
<ChatType> static final RegistryKey
<ChatType> static final RegistryKey
<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
-
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
-