Interface ChatType
- All Superinterfaces:
Holder<ChatType>, Holder.Direct<ChatType>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface 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 ChatType.Builderbuilder()chat()static ChatTypecreate(ChatTypeDecoration chat, ChatTypeDecoration narration) static DynamicRegistry<ChatType> Creates a new registry for chat types, loading the vanilla chat types.
-
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
-
builder
-
createDefaultRegistry
Creates a new registry for chat types, loading the vanilla chat types.
- See Also:
-
chat
ChatTypeDecoration chat() -
narration
ChatTypeDecoration narration()
-