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