Uses of Interface
me.croabeast.takion.format.Format
Packages that use Format
-
Uses of Format in me.croabeast.takion.chat
Fields in me.croabeast.takion.chat declared as FormatModifier and TypeFieldDescriptionstatic final Format<ChatComponent<?>> MultiComponent.DEFAULT_FORMATThe defaultFormatinstance used by newMultiComponentobjects.Methods in me.croabeast.takion.chat that return FormatModifier and TypeMethodDescription@NotNull Format<ChatComponent<?>> MultiComponent.getFormat()Gets theFormatused to parse and render this component.Methods in me.croabeast.takion.chat with parameters of type FormatModifier and TypeMethodDescription@NotNull MultiComponentMultiComponent.setFormat(@NotNull Format<ChatComponent<?>> format) Sets a customFormatfor parsing this component. -
Uses of Format in me.croabeast.takion.format
Subinterfaces of Format in me.croabeast.takion.formatModifier and TypeInterfaceDescriptioninterfaceBiFormat<T,R> AFormatspecialization that applies formatting based on both an input string and an auxiliary argument of typeT, optionally in the context of onePlayerinstance.interfaceExtendsFormatto support transformations that depend on a collection of players rather than a single player or none.interfacePlainFormat<T>A specialization ofFormatfor formats that do not rely on regular-expression matching.interfaceATextFormatspecialization that producesStringresults.interfaceTextFormat<T>A specialization ofFormatfor formats that operate solely on the input string, without regard to player context.Methods in me.croabeast.takion.format with type parameters of type FormatModifier and TypeMethodDescription<T,F extends Format<T>>
FRetrieve the format instance tied to the given identifier.Methods in me.croabeast.takion.format with parameters of type Format