Uses of Interface
net.minecraft.text.StringVisitable.StyledVisitor
| Package | Description |
|---|---|
| net.minecraft.client.font | |
| net.minecraft.text |
-
Uses of StringVisitable.StyledVisitor in net.minecraft.client.font
Methods in net.minecraft.client.font with parameters of type StringVisitable.StyledVisitor Modifier and Type Method Description <T> Optional<T>TextHandler.StyledString. visit(StringVisitable.StyledVisitor<T> styledVisitor, Style style)Supplies this visitable's literal content and contextual style to the visitor. -
Uses of StringVisitable.StyledVisitor in net.minecraft.text
Methods in net.minecraft.text with parameters of type StringVisitable.StyledVisitor Modifier and Type Method Description <T> Optional<T>StringVisitable. visit(StringVisitable.StyledVisitor<T> styledVisitor, Style style)Supplies this visitable's literal content and contextual style to the visitor.default <T> Optional<T>Text. visit(StringVisitable.StyledVisitor<T> styledVisitor, Style style)Supplies this visitable's literal content and contextual style to the visitor.<T> Optional<T>KeybindText. visitSelf(StringVisitable.StyledVisitor<T> visitor, Style style)Visits the text itself.default <T> Optional<T>Text. visitSelf(StringVisitable.StyledVisitor<T> visitor, Style style)Visits the text itself.<T> Optional<T>TranslatableText. visitSelf(StringVisitable.StyledVisitor<T> visitor, Style style)Visits the text itself.