Package me.croabeast.takion.format


package me.croabeast.takion.format
  • Interfaces
    Class
    Description
    A Format specialization that applies formatting based on both an input string and an auxiliary argument of type T, optionally in the context of one Player instance.
    Extends Format to support transformations that depend on a collection of players rather than a single player or none.
    Defines the contract for a single text‐based format.
    Central registry and handler for all text-based formats used within the Takion framework.
    A specialization of Format for formats that do not rely on regular-expression matching.
    A TextFormat specialization that produces String results.
    A specialization of Format for formats that operate solely on the input string, without regard to player context.