Package net.kyori.adventure.util
Interface Buildable.Builder<R>
- Type Parameters:
R
- the type to be built
- All Known Subinterfaces:
BlockNBTComponent.Builder
,Book.Builder
,ComponentBuilder<C,B>
,ComponentFlattener.Builder
,EntityNBTComponent.Builder
,KeybindComponent.Builder
,NBTComponentBuilder<C,B>
,ScoreComponent.Builder
,SelectorComponent.Builder
,StorageNBTComponent.Builder
,Style.Builder
,TextComponent.Builder
,TextReplacementConfig.Builder
,TranslatableComponent.Builder
- Enclosing interface:
- Buildable<R,B extends Buildable.Builder<R>>
public static interface Buildable.Builder<R>
A builder.
- Since:
- 4.0.0
-
Method Summary
-
Method Details
-
build
Builds.- Returns:
- the built thing
- Since:
- 4.0.0
-