Transient Extended Info
Transient extended info is for extended info blocks which do not use any caching mechanisms client-sided. This does not, however, mean that no caching occurs at all. Certain extended info blocks are intended to last over several game cycles, such as net.rsprot.protocol.common.game.outgoing.info.shared.extendedinfo.FacePathingEntity, In those cases, this structure is responsible for holding the state necessary to synchronize the avatars later on in the future. If the respective extended info block is then reset to the default value, new avatars should not receive this any more, as the client will also use the default value.
Parameters
the extended info block
the encoder for the given extended info block
Inheritors
Functions
Gets the latest pre-computed buffer for the given oldSchoolClientType.
Gets the encoder for a given oldSchoolClientType.
Checks whether a buffer has been precomputed on the specified client type.
Sets the client-specific buffer at index clientTypeId.