Uses of Interface
net.minecraft.util.ICharacterConsumer
-
Packages that use ICharacterConsumer Package Description net.minecraft.client.gui net.minecraft.util net.minecraft.util.text -
-
Uses of ICharacterConsumer in net.minecraft.client.gui
Classes in net.minecraft.client.gui that implement ICharacterConsumer Modifier and Type Class Description (package private) class
FontRenderer.CharacterRenderer
-
Uses of ICharacterConsumer in net.minecraft.util
Methods in net.minecraft.util that return ICharacterConsumer Modifier and Type Method Description static 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 ICharacterConsumer Modifier and Type Method Description boolean
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 ICharacterConsumer Modifier and Type Class Description (package private) class
CharacterManager.MultilineProcessor
(package private) class
CharacterManager.StringWidthProcessor
Methods in net.minecraft.util.text with parameters of type ICharacterConsumer Modifier and Type Method Description private static boolean
TextProcessing. feedChar(Style p_238344_0_, ICharacterConsumer p_238344_1_, int p_238344_2_, char p_238344_3_)
static boolean
TextProcessing. iterate(java.lang.String p_238341_0_, Style p_238341_1_, ICharacterConsumer p_238341_2_)
static boolean
TextProcessing. iterateBackwards(java.lang.String p_238345_0_, Style p_238345_1_, ICharacterConsumer p_238345_2_)
static boolean
TextProcessing. iterateFormatted(java.lang.String p_238339_0_, int p_238339_1_, Style p_238339_2_, ICharacterConsumer p_238339_3_)
static boolean
TextProcessing. iterateFormatted(java.lang.String p_238340_0_, int p_238340_1_, Style p_238340_2_, Style p_238340_3_, ICharacterConsumer p_238340_4_)
static boolean
TextProcessing. iterateFormatted(java.lang.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_)
-