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