Cached Extended Info
abstract class CachedExtendedInfo<in T : ExtendedInfo<T, E>, E : ExtendedInfoEncoder<T>> : ExtendedInfo<T, E>
Extended info blocks which get cached by the client, meaning if an avatar goes from low resolution to high resolution, and the client has a cached buffer of them, unless the server writes a new variant (in the case of a de-synchronization), the client will use the old buffer to restore that block.
Parameters
T
the extended info block
E
the encoder for that extended info block
Inheritors
Functions
Link copied to clipboard
Gets the latest pre-computed buffer for the given oldSchoolClientType.
Link copied to clipboard
Gets the encoder for a given oldSchoolClientType.
Link copied to clipboard
Checks whether a buffer has been precomputed on the specified client type.
Link copied to clipboard
Sets the client-specific buffer at index clientTypeId.