Package me.croabeast.takion.format
package me.croabeast.takion.format
-
InterfacesClassDescriptionBiFormat<T,
R> AFormatspecialization that applies formatting based on both an input string and an auxiliary argument of typeT, optionally in the context of onePlayerinstance.ExtendsFormatto support transformations that depend on a collection of players rather than a single player or none.Format<T>Defines the contract for a single text‐based format.Central registry and handler for all text-based formats used within the Takion framework.PlainFormat<T>A specialization ofFormatfor formats that do not rely on regular-expression matching.ATextFormatspecialization that producesStringresults.TextFormat<T>A specialization ofFormatfor formats that operate solely on the input string, without regard to player context.