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