Package net.minecraft.util.text
Class CharacterManager.StringWidthProcessor
- java.lang.Object
-
- net.minecraft.util.text.CharacterManager.StringWidthProcessor
-
- All Implemented Interfaces:
ICharacterConsumer
- Enclosing class:
- CharacterManager
class CharacterManager.StringWidthProcessor extends java.lang.Object implements ICharacterConsumer
-
-
Constructor Summary
Constructors Constructor Description StringWidthProcessor(float p_i232248_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(int p_accept_1_, Style p_accept_2_, int p_accept_3_)
int
getPosition()
void
resetPosition()
-
-
-
Method Detail
-
accept
public boolean accept(int p_accept_1_, Style p_accept_2_, int p_accept_3_)
- Specified by:
accept
in interfaceICharacterConsumer
-
getPosition
public int getPosition()
-
resetPosition
public void resetPosition()
-
-