Package net.kyori.adventure.identity
Interface Identified
-
- All Known Subinterfaces:
Identity
,SignedMessage
public interface Identified
Something that can be identified by anIdentity
.- Since:
- 4.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Identity
identity()
Gets the identity.
-
-
-
Method Detail
-
identity
@NotNull @NotNull Identity identity()
Gets the identity.- Returns:
- the identity
- Since:
- 4.0.0
-
-