Package net.minecraft.util.text
Class TextPropertiesManager
- java.lang.Object
-
- net.minecraft.util.text.TextPropertiesManager
-
public class TextPropertiesManager extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<ITextProperties>
parts
-
Constructor Summary
Constructors Constructor Description TextPropertiesManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
append(ITextProperties p_238155_1_)
ITextProperties
getResult()
ITextProperties
getResultOrEmpty()
-
-
-
Field Detail
-
parts
private final java.util.List<ITextProperties> parts
-
-
Method Detail
-
append
public void append(ITextProperties p_238155_1_)
-
getResult
@Nullable public ITextProperties getResult()
-
getResultOrEmpty
public ITextProperties getResultOrEmpty()
-
-