Interface DialogBodyBuilder<I>
- Type Parameters:
I
- the type of item for the item body
- All Known Implementing Classes:
PaperDialogBodyBuilder
,PEDialogBodyBuilder
,SpigotDialogBodyBuilder
public interface DialogBodyBuilder<I>
Interface for building dialog bodies.
-
Method Summary
-
Method Details
-
item
Create an item body- Type Parameters:
B
- the type of text bodyT
- the type of item body- Returns:
- the instance of the item body
-
text
Create a text body- Type Parameters:
T
- the type of text body- Returns:
- the instance of the text body
-