Npc Extended Info Encoders
data class NpcExtendedInfoEncoders(val oldSchoolClientType: OldSchoolClientType, val spotAnim: PrecomputedExtendedInfoEncoder<SpotAnimList>, val say: PrecomputedExtendedInfoEncoder<Say>, val visibleOps: PrecomputedExtendedInfoEncoder<VisibleOps>, val exactMove: PrecomputedExtendedInfoEncoder<ExactMove>, val sequence: PrecomputedExtendedInfoEncoder<Sequence>, val tinting: PrecomputedExtendedInfoEncoder<NpcTinting>, val headIconCustomisation: PrecomputedExtendedInfoEncoder<HeadIconCustomisation>, val nameChange: PrecomputedExtendedInfoEncoder<NameChange>, val headCustomisation: PrecomputedExtendedInfoEncoder<HeadCustomisation>, val bodyCustomisation: PrecomputedExtendedInfoEncoder<BodyCustomisation>, val transformation: PrecomputedExtendedInfoEncoder<Transformation>, val combatLevelChange: PrecomputedExtendedInfoEncoder<CombatLevelChange>, val hit: OnDemandExtendedInfoEncoder<Hit>, val faceCoord: PrecomputedExtendedInfoEncoder<FaceCoord>, val facePathingEntity: PrecomputedExtendedInfoEncoder<FacePathingEntity>, val baseAnimationSet: PrecomputedExtendedInfoEncoder<BaseAnimationSet>)
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, spotAnim: PrecomputedExtendedInfoEncoder<SpotAnimList>, say: PrecomputedExtendedInfoEncoder<Say>, visibleOps: PrecomputedExtendedInfoEncoder<VisibleOps>, exactMove: PrecomputedExtendedInfoEncoder<ExactMove>, sequence: PrecomputedExtendedInfoEncoder<Sequence>, tinting: PrecomputedExtendedInfoEncoder<NpcTinting>, headIconCustomisation: PrecomputedExtendedInfoEncoder<HeadIconCustomisation>, nameChange: PrecomputedExtendedInfoEncoder<NameChange>, headCustomisation: PrecomputedExtendedInfoEncoder<HeadCustomisation>, bodyCustomisation: PrecomputedExtendedInfoEncoder<BodyCustomisation>, transformation: PrecomputedExtendedInfoEncoder<Transformation>, combatLevelChange: PrecomputedExtendedInfoEncoder<CombatLevelChange>, hit: OnDemandExtendedInfoEncoder<Hit>, faceCoord: PrecomputedExtendedInfoEncoder<FaceCoord>, facePathingEntity: PrecomputedExtendedInfoEncoder<FacePathingEntity>, baseAnimationSet: PrecomputedExtendedInfoEncoder<BaseAnimationSet>)
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard