Uses of Interface
net.minecraft.text.StringVisitable.StyledVisitor
-
Uses of StringVisitable.StyledVisitor in net.minecraft.client.font
Modifier and TypeMethodDescription<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
Modifier and TypeMethodDescription<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.