Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.7.0
    Preparing search index...

    Class TechniqueAnimationMapper

    Comprehensive Technique Animation Mapper Class

    Korean: 기술 애니메이션 매퍼 클래스

    Provides O(1) lookup for all 1024 technique-stance combinations with intelligent fallback system and build-time validation.

    Index

    Constructors

    Methods

    • Private

      Initialize complete mapping table

      Korean: 전체 매핑 테이블 초기화

      Maps all 1024 combinations organized by:

      • 8 stances
      • 4 technique types
      • 8 body parts
      • 4 intensity levels

      Uses data-driven STANCE_ANIMATION_CONFIG to eliminate code duplication.

      Returns void

    Properties

    allCombinationsCache?: readonly TechniqueAnimationKey[]

    Cache for generated combinations (validation)

    animationMap: Map<string, TechniqueAnimation>

    Primary animation mapping table

    Fallback animations by technique type