Package org.spongepowered.api.adventure
Interface ChatTypeTemplate
- All Superinterfaces:
DataPackEntry<ChatTypeTemplate>,DataSerializable,Keyed,ResourceKeyed
A template for
chat types.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ChatTypeTemplate.Builderbuilder()type()Returns the chat typeMethods inherited from interface org.spongepowered.api.datapack.DataPackEntry
packMethods inherited from interface org.spongepowered.api.data.persistence.DataSerializable
contentVersion, toContainerMethods inherited from interface org.spongepowered.api.ResourceKeyed
key
-
Method Details
-
builder
-
type
ChatType type()Returns the chat type- Returns:
- The chat type
-