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 TypeClassDescription(package private) class
(package private) 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 FormattedCharSink
FormattedCharSequence.decorateOutput
(FormattedCharSink sink, it.unimi.dsi.fastutil.ints.Int2IntFunction codePointMapper) Methods in net.minecraft.util with parameters of type FormattedCharSinkModifier and TypeMethodDescriptionboolean
FormattedCharSequence.accept
(FormattedCharSink sink) static FormattedCharSink
FormattedCharSequence.decorateOutput
(FormattedCharSink sink, it.unimi.dsi.fastutil.ints.Int2IntFunction codePointMapper) private static boolean
StringDecomposer.feedChar
(Style style, FormattedCharSink sink, int position, char character) static boolean
StringDecomposer.iterate
(String text, Style style, FormattedCharSink sink) static boolean
StringDecomposer.iterateBackwards
(String text, Style style, FormattedCharSink sink) static boolean
StringDecomposer.iterateFormatted
(String text, int skip, Style currentStyle, Style defaultStyle, FormattedCharSink sink) Iterate a String while applying legacy formatting codes starting with a§
sign.static boolean
StringDecomposer.iterateFormatted
(String text, int skip, Style style, FormattedCharSink sink) Iterate a String while applying legacy formatting codes starting with a§
sign.static boolean
StringDecomposer.iterateFormatted
(String text, Style style, FormattedCharSink sink) Iterate a String while applying legacy formatting codes starting with a§
sign.static boolean
StringDecomposer.iterateFormatted
(FormattedText text, Style style, FormattedCharSink sink)