JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
net.kyori.adventure.api
Package
net.kyori.adventure.util
Interface Buildable<B>
Type Parameters:
B
- the builder type
All Known Subinterfaces:
Book
,
Pointers
,
Style
public interface
Buildable<B>
Something that can be built.
Since:
4.0.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
B
toBuilder
()
Create a builder from this thing.
Method Details
toBuilder
@Contract(value="-> new", pure=true)
B
toBuilder
()
Create a builder from this thing.
Returns:
a builder
Since:
4.0.0