Npc Info Supplier
constructor(npcAvatarExceptionHandler: NpcAvatarExceptionHandler = NpcAvatarExceptionHandler { index, exception ->
logger.error(exception) {
"Exception in processing npc avatar for npc $index"
}
}, npcExtendedInfoFilter: ExtendedInfoFilter = DefaultExtendedInfoFilter(), npcInfoProtocolWorker: ProtocolWorker = DefaultProtocolWorker())