Uses of Interface
net.minecraft.util.FormattedCharSink
Packages that use FormattedCharSink
-
Uses of FormattedCharSink in net.minecraft.client
Classes in net.minecraft.client that implement FormattedCharSinkModifier and TypeClassDescriptionprivate classprivate class -
Uses of FormattedCharSink in net.minecraft.client.gui
Classes in net.minecraft.client.gui that implement FormattedCharSink -
Uses of FormattedCharSink in net.minecraft.util
Methods in net.minecraft.util that return FormattedCharSinkModifier and TypeMethodDescriptionstatic FormattedCharSinkFormattedCharSequence.decorateOutput(FormattedCharSink output, it.unimi.dsi.fastutil.ints.Int2IntFunction modifier) Methods in net.minecraft.util with parameters of type FormattedCharSinkModifier and TypeMethodDescriptionbooleanFormattedCharSequence.accept(FormattedCharSink output) static FormattedCharSinkFormattedCharSequence.decorateOutput(FormattedCharSink output, it.unimi.dsi.fastutil.ints.Int2IntFunction modifier) private static booleanStringDecomposer.feedChar(Style style, FormattedCharSink output, int pos, char ch) static booleanStringDecomposer.iterate(String string, Style style, FormattedCharSink output) static booleanStringDecomposer.iterateBackwards(String string, Style style, FormattedCharSink output) static booleanStringDecomposer.iterateFormatted(String string, int offset, Style currentStyle, Style resetStyle, FormattedCharSink output) Iterate a String while applying legacy formatting codes starting with a§sign.static booleanStringDecomposer.iterateFormatted(String string, int offset, Style style, FormattedCharSink output) Iterate a String while applying legacy formatting codes starting with a§sign.static booleanStringDecomposer.iterateFormatted(String string, Style style, FormattedCharSink output) Iterate a String while applying legacy formatting codes starting with a§sign.static booleanStringDecomposer.iterateFormatted(FormattedText component, Style rootStyle, FormattedCharSink output)