Package net.kyori.adventure.text
Interface ComponentBuilderApplicable
- All Known Subinterfaces:
BlockNBTComponent
,BlockNBTComponent.Builder
,BuildableComponent<C,
,B> Component
,ComponentBuilder<C,
,B> EntityNBTComponent
,EntityNBTComponent.Builder
,KeybindComponent
,KeybindComponent.Builder
,NBTComponent<C,
,B> NBTComponentBuilder<C,
,B> ScopedComponent<C>
,ScoreComponent
,ScoreComponent.Builder
,SelectorComponent
,SelectorComponent.Builder
,ShadowColor
,StorageNBTComponent
,StorageNBTComponent.Builder
,StyleBuilderApplicable
,TextColor
,TextComponent
,TextComponent.Builder
,TextDecorationAndState
,TranslatableComponent
,TranslatableComponent.Builder
,VirtualComponent
- All Known Implementing Classes:
AbstractComponent
,ClickEvent
,HoverEvent
,NamedTextColor
,TextDecoration
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Something that can be applied to a
ComponentBuilder
.- Since:
- 4.0.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
componentBuilderApply
(@NotNull ComponentBuilder<?, ?> component) Applies tocomponent
.
-
Method Details
-
componentBuilderApply
@Contract(mutates="param") void componentBuilderApply(@NotNull @NotNull ComponentBuilder<?, ?> component) Applies tocomponent
.- Parameters:
component
- the component builder- Since:
- 4.0.0
-