Package net.kyori.adventure.chat
Interface ChatType.Bound
- All Superinterfaces:
net.kyori.examination.Examinable
- Enclosing interface:
- ChatType
public static interface ChatType.Bound
extends net.kyori.examination.Examinable
A bound
ChatType
.- Since:
- 4.12.0
- Since Minecraft:
- 1.19
-
Method Summary
Methods inherited from interface net.kyori.examination.Examinable
examinableName, examine
-
Method Details
-
type
Gets the chat type.- Returns:
- the chat type
- Since:
- 4.12.0
- Since Minecraft:
- 1.19
-
name
Get the name component.- Returns:
- the name component
- Since:
- 4.12.0
- Since Minecraft:
- 1.19
-
target
Get the target component.- Returns:
- the target component or null
- Since:
- 4.12.0
- Since Minecraft:
- 1.19
-
examinableProperties
@NotNull default @NotNull Stream<? extends net.kyori.examination.ExaminableProperty> examinableProperties()- Specified by:
examinableProperties
in interfacenet.kyori.examination.Examinable
-