Package-level declarations
Types
A CapeInfo is the response to the request of the cape texture of a specific player. The result includes the moment when this information was freshly retrieved from Mojang and may be stale or outdated, if Xenos is configured to return those values. The texture is optimized for fast retrieval and all data is stored in memory.
A HeadInfo is the response to the request of the head texture of a specific player. The result includes the moment when this information was freshly retrieved from Mojang and may be stale or outdated, if Xenos is configured to return those values. The texture is optimized for fast retrieval and all data is stored in memory.
A ProfileInfo is the response to the request of the Profile of a specific player. The result includes the moment when this information was freshly retrieved from Mojang and may be stale or outdated, if Xenos is configured to return those values. The profile data may be signed and therefore have signatures and other cryptographic information if Xenos is configured to request profiles as signed.
A SkinInfo is the response to the request of the skin texture of a specific player. The result includes the moment when this information was freshly retrieved from Mojang and may be stale or outdated, if Xenos is configured to return those values. The texture is optimized for fast retrieval and all data is stored in memory.
A UuidInfo is the response to the request of the UUID and canonical username of a specific player. The result includes the moment when this information was freshly retrieved from Mojang and may be stale or outdated, if Xenos is configured to return those values. The canonical name may differ from the requested name in its capitalization but is guaranteed to be equal, ignoring the case.