-
public final class DeferredTextUtils
-
-
Method Summary
Modifier and Type Method Description final static StringresolveToString(DeferredText $self, Context context)Resolve a DeferredText to a string rather than a CharSequence by calling toString on the resolved value. -
-
Method Detail
-
resolveToString
final static String resolveToString(DeferredText $self, Context context)
Resolve a DeferredText to a string rather than a CharSequence by calling toString on the resolved value. Any styling information from the original CharSequence will typically be removed from the resolved string.
-
-
-
-