Interface Message
-
- All Known Subinterfaces:
ColorableMessage,KeyedMessage
public interface Message
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static @NotNull Messagecreate(@NotNull String message)@NotNull StringgetMessage()default @NotNull TextComponenttoTextComponent()
-
-
-
Method Detail
-
create
@Contract("_ -> new") @NotNull static @NotNull Message create(@NotNull @NotNull String message)
-
getMessage
@NotNull @NotNull String getMessage()
-
toTextComponent
@NotNull default @NotNull TextComponent toTextComponent()
-
-