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 p_13706_, it.unimi.dsi.fastutil.ints.Int2IntFunction p_13707_) Methods in net.minecraft.util with parameters of type FormattedCharSinkModifier and TypeMethodDescriptionboolean
FormattedCharSequence.accept
(FormattedCharSink pSink) static FormattedCharSink
FormattedCharSequence.decorateOutput
(FormattedCharSink p_13706_, it.unimi.dsi.fastutil.ints.Int2IntFunction p_13707_) private static boolean
StringDecomposer.feedChar
(Style pStyle, FormattedCharSink pSink, int pPosition, char pCharacter) static boolean
StringDecomposer.iterate
(String pText, Style pStyle, FormattedCharSink pSink) static boolean
StringDecomposer.iterateBackwards
(String pText, Style pStyle, FormattedCharSink pSink) static boolean
StringDecomposer.iterateFormatted
(String pText, int pSkip, Style pCurrentStyle, Style pDefaultStyle, FormattedCharSink pSink) Iterate a String while applying legacy formatting codes starting with a§
sign.static boolean
StringDecomposer.iterateFormatted
(String pText, int pSkip, Style pStyle, FormattedCharSink pSink) Iterate a String while applying legacy formatting codes starting with a§
sign.static boolean
StringDecomposer.iterateFormatted
(String pText, Style pStyle, FormattedCharSink pSink) Iterate a String while applying legacy formatting codes starting with a§
sign.static boolean
StringDecomposer.iterateFormatted
(FormattedText pText, Style pStyle, FormattedCharSink pSink)