Interface KeyIdentifiable
-
- All Known Subinterfaces:
ChatSession,LoginPhaseConnection,Player,TabListEntry
public interface KeyIdentifiableIdentifies a type with a public RSA signature.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable IdentifiedKeygetIdentifiedKey()Returns the timed identified key of the object context.
-
-
-
Method Detail
-
getIdentifiedKey
@Nullable IdentifiedKey getIdentifiedKey()
Returns the timed identified key of the object context. This is only available if the client is running Minecraft 1.19 or newer.- Returns:
- the key or null if not available
-
-