Package net.kyori.adventure.util
Interface ComponentMessageThrowable
-
public interface ComponentMessageThrowable- Since:
- 4.0.0
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable ComponentcomponentMessage()Gets the message.static @Nullable ComponentgetMessage(@Nullable Throwable throwable)static @Nullable ComponentgetOrConvertMessage(@Nullable Throwable throwable)
-
-
-
Method Detail
-
getMessage
static @Nullable Component getMessage(@Nullable Throwable throwable)
- Parameters:
throwable- the throwable- Returns:
- the message
- Since:
- 4.0.0
-
getOrConvertMessage
static @Nullable Component getOrConvertMessage(@Nullable Throwable throwable)
- Parameters:
throwable- the throwable- Returns:
- the message
- Since:
- 4.0.0
-
componentMessage
@Nullable Component componentMessage()
Gets the message.- Returns:
- the message
- Since:
- 4.0.0
-
-