@ApiStatus.Internal
public class TextTransformations
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
TextTransformations.CharSequenceTransformer |
| Constructor and Description |
|---|
TextTransformations() |
| Modifier and Type | Method and Description |
|---|---|
static net.minecraft.util.IReorderingProcessor |
applyRainbow(net.minecraft.util.IReorderingProcessor sequence,
int x,
int y) |
static net.minecraft.util.IReorderingProcessor |
forwardWithTransformation(java.lang.String text,
TextTransformations.CharSequenceTransformer transformer) |
public static net.minecraft.util.IReorderingProcessor applyRainbow(net.minecraft.util.IReorderingProcessor sequence,
int x,
int y)
public static net.minecraft.util.IReorderingProcessor forwardWithTransformation(java.lang.String text,
TextTransformations.CharSequenceTransformer transformer)