Uses of Interface
net.minecraft.text.StringVisitable.StyledVisitor
Packages that use StringVisitable.StyledVisitor
Package
Description
The base package for all Minecraft classes.
-
Uses of StringVisitable.StyledVisitor in net.minecraft
Methods in net.minecraft with parameters of type StringVisitable.StyledVisitorModifier and TypeMethodDescriptiondefault <T> Optional<T>class_7417.visitSelf(StringVisitable.StyledVisitor<T> styledVisitor, Style style) -
Uses of StringVisitable.StyledVisitor in net.minecraft.client.font
Methods in net.minecraft.client.font with parameters of type StringVisitable.StyledVisitorModifier 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
Methods in net.minecraft.text with parameters of type StringVisitable.StyledVisitorModifier 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> styledVisitor, Style style) <T> Optional<T>LiteralText.visitSelf(StringVisitable.StyledVisitor<T> styledVisitor, Style style) <T> Optional<T>SelectorText.visitSelf(StringVisitable.StyledVisitor<T> styledVisitor, Style style) <T> Optional<T>TranslatableText.visitSelf(StringVisitable.StyledVisitor<T> styledVisitor, Style style)