Player Avatar Extended Info Blocks
class PlayerAvatarExtendedInfoBlocks(writers: List<AvatarExtendedInfoWriter<PlayerExtendedInfoEncoders, PlayerAvatarExtendedInfoBlocks>>)
A data structure to bring all the extended info blocks together, so the information can be passed onto various client-specific encoders.
Parameters
writers
the list of client-specific writers. The writers must be client-specific too, not just encoders, as the order in which the extended info blocks get written must follow the exact order described by the client.
Constructors
Link copied to clipboard
constructor(writers: List<AvatarExtendedInfoWriter<PlayerExtendedInfoEncoders, PlayerAvatarExtendedInfoBlocks>>)