Uses of Interface
net.kyori.adventure.text.VirtualComponentRenderer
Packages that use VirtualComponentRenderer
Package
Description
Data for controlling components, their styles, and events.
-
Uses of VirtualComponentRenderer in net.kyori.adventure.text
Methods in net.kyori.adventure.text that return VirtualComponentRendererMethods in net.kyori.adventure.text with parameters of type VirtualComponentRendererModifier and TypeMethodDescriptionstatic <C> VirtualComponentComponent.virtual(Class<C> contextType, VirtualComponentRenderer<C> renderer) Creates a virtual component.static <C> VirtualComponentComponent.virtual(Class<C> contextType, VirtualComponentRenderer<C> renderer, Iterable<StyleBuilderApplicable> style) Creates a virtual component with a value.static <C> VirtualComponentComponent.virtual(Class<C> contextType, VirtualComponentRenderer<C> renderer, Style style) Creates a virtual component with a value.static <C> VirtualComponentComponent.virtual(Class<C> contextType, VirtualComponentRenderer<C> renderer, StyleBuilderApplicable... style) Creates a virtual component with a value.