Player Extended Info Encoders
data class PlayerExtendedInfoEncoders(val oldSchoolClientType: OldSchoolClientType, val appearance: PrecomputedExtendedInfoEncoder<Appearance>, val chat: PrecomputedExtendedInfoEncoder<Chat>, val exactMove: PrecomputedExtendedInfoEncoder<ExactMove>, val faceAngle: PrecomputedExtendedInfoEncoder<FaceAngle>, val facePathingEntity: PrecomputedExtendedInfoEncoder<FacePathingEntity>, val hit: OnDemandExtendedInfoEncoder<Hit>, val moveSpeed: PrecomputedExtendedInfoEncoder<MoveSpeed>, val say: PrecomputedExtendedInfoEncoder<Say>, val sequence: PrecomputedExtendedInfoEncoder<Sequence>, val spotAnim: PrecomputedExtendedInfoEncoder<SpotAnimList>, val temporaryMoveSpeed: PrecomputedExtendedInfoEncoder<TemporaryMoveSpeed>, val tinting: OnDemandExtendedInfoEncoder<PlayerTintingList>)
A data class to bring all the extended info encoders for a given client together.
Parameters
old School Client Type
the client for which these encoders are created.
Constructors
Link copied to clipboard
constructor(oldSchoolClientType: OldSchoolClientType, appearance: PrecomputedExtendedInfoEncoder<Appearance>, chat: PrecomputedExtendedInfoEncoder<Chat>, exactMove: PrecomputedExtendedInfoEncoder<ExactMove>, faceAngle: PrecomputedExtendedInfoEncoder<FaceAngle>, facePathingEntity: PrecomputedExtendedInfoEncoder<FacePathingEntity>, hit: OnDemandExtendedInfoEncoder<Hit>, moveSpeed: PrecomputedExtendedInfoEncoder<MoveSpeed>, say: PrecomputedExtendedInfoEncoder<Say>, sequence: PrecomputedExtendedInfoEncoder<Sequence>, spotAnim: PrecomputedExtendedInfoEncoder<SpotAnimList>, temporaryMoveSpeed: PrecomputedExtendedInfoEncoder<TemporaryMoveSpeed>, tinting: OnDemandExtendedInfoEncoder<PlayerTintingList>)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard