Face Pathing Entity
class FacePathingEntity(val encoders: ClientTypeMap<PrecomputedExtendedInfoEncoder<FacePathingEntity>>) : TransientExtendedInfo<FacePathingEntity, PrecomputedExtendedInfoEncoder<FacePathingEntity>>
The extended info block to make avatars face-lock onto another avatar, be it a NPC or a player.
Parameters
encoders
the array of client-specific encoders for face pathing entity.
Functions
Link copied to clipboard
Gets the latest pre-computed buffer for the given oldSchoolClientType.
Link copied to clipboard
fun getEncoder(oldSchoolClientType: OldSchoolClientType): PrecomputedExtendedInfoEncoder<FacePathingEntity>?
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.