ComponentPostProcessor

A ComponentPostProcessor is responsible for post processing after a component render.

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
render
Link copied to clipboard
common
abstract fun render(tileGraphics: TileGraphics, context: ComponentPostProcessorContext<T>)
Renders the decoration to the given TileGraphics.
toString
Link copied to clipboard
common
open fun toString(): String

Inheritors

TypingEffectPostProcessor
Link copied to clipboard

Sources

(source)
Link copied to clipboard