Interface LegacyComponentSerializer.Provider
- Enclosing interface:
- LegacyComponentSerializer
A 
LegacyComponentSerializer service provider.- Since:
- 4.8.0
- 
Method SummaryModifier and TypeMethodDescription@NotNull Consumer<LegacyComponentSerializer.Builder>legacy()Completes the building process ofLegacyComponentSerializer.Builder.@NotNull LegacyComponentSerializerProvides aLegacyComponentSerializerusingLegacyComponentSerializer.AMPERSAND_CHAR.@NotNull LegacyComponentSerializerProvides aLegacyComponentSerializerusingLegacyComponentSerializer.SECTION_CHAR.
- 
Method Details- 
legacyAmpersandProvides aLegacyComponentSerializerusingLegacyComponentSerializer.AMPERSAND_CHAR.- Returns:
- a LegacyComponentSerializer
- Since:
- 4.8.0
 
- 
legacySectionProvides aLegacyComponentSerializerusingLegacyComponentSerializer.SECTION_CHAR.- Returns:
- a LegacyComponentSerializer
- Since:
- 4.8.0
 
- 
legacyCompletes the building process ofLegacyComponentSerializer.Builder.- Returns:
- a Consumer
- Since:
- 4.8.0
 
 
-