Package net.kyori.adventure.identity
Interface Identified
public interface Identified
Something that can be identified by an 
Identity.- Since:
 - 4.0.0
 
- 
Method Summary
 
- 
Method Details
- 
identity
@NonNull Identity identity()Gets the identity.- Returns:
 - the identity
 - Since:
 - 4.0.0
 
 
 -