Uses of Interface
net.kyori.adventure.text.VirtualComponent
Packages that use VirtualComponent
Package
Description
Data for controlling components, their styles, and events.
Component rendering.
-
Uses of VirtualComponent in net.kyori.adventure.text
Methods in net.kyori.adventure.text that return VirtualComponentModifier 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. -
Uses of VirtualComponent in net.kyori.adventure.text.renderer
Methods in net.kyori.adventure.text.renderer with parameters of type VirtualComponentModifier and TypeMethodDescriptionprotected ComponentAbstractComponentRenderer.renderVirtual(VirtualComponent component, C context) Renders a virtual component.