Uses of Interface
net.minecraft.util.ICharacterConsumer
Packages that use ICharacterConsumer
-
Uses of ICharacterConsumer in net.minecraft.client.gui
Classes in net.minecraft.client.gui that implement ICharacterConsumer -
Uses of ICharacterConsumer in net.minecraft.util
Methods in net.minecraft.util that return ICharacterConsumerModifier and TypeMethodDescriptionstatic ICharacterConsumer
IReorderingProcessor.decorateOutput
(ICharacterConsumer p_242237_0_, it.unimi.dsi.fastutil.ints.Int2IntFunction p_242237_1_) Methods in net.minecraft.util with parameters of type ICharacterConsumerModifier and TypeMethodDescriptionboolean
IReorderingProcessor.accept
(ICharacterConsumer p_accept_1_) static ICharacterConsumer
IReorderingProcessor.decorateOutput
(ICharacterConsumer p_242237_0_, it.unimi.dsi.fastutil.ints.Int2IntFunction p_242237_1_) -
Uses of ICharacterConsumer in net.minecraft.util.text
Classes in net.minecraft.util.text that implement ICharacterConsumerModifier and TypeClassDescription(package private) class
(package private) class
Methods in net.minecraft.util.text with parameters of type ICharacterConsumerModifier and TypeMethodDescriptionprivate static boolean
TextProcessing.feedChar
(Style p_238344_0_, ICharacterConsumer p_238344_1_, int p_238344_2_, char p_238344_3_) static boolean
TextProcessing.iterate
(String p_238341_0_, Style p_238341_1_, ICharacterConsumer p_238341_2_) static boolean
TextProcessing.iterateBackwards
(String p_238345_0_, Style p_238345_1_, ICharacterConsumer p_238345_2_) static boolean
TextProcessing.iterateFormatted
(String p_238339_0_, int p_238339_1_, Style p_238339_2_, ICharacterConsumer p_238339_3_) static boolean
TextProcessing.iterateFormatted
(String p_238340_0_, int p_238340_1_, Style p_238340_2_, Style p_238340_3_, ICharacterConsumer p_238340_4_) static boolean
TextProcessing.iterateFormatted
(String p_238346_0_, Style p_238346_1_, ICharacterConsumer p_238346_2_) static boolean
TextProcessing.iterateFormatted
(ITextProperties p_238343_0_, Style p_238343_1_, ICharacterConsumer p_238343_2_)