:py:mod:`vendor_fabric.meshy.animations` ======================================== .. py:module:: vendor_fabric.meshy.animations .. autodoc2-docstring:: vendor_fabric.meshy.animations :parser: myst :allowtitles: Module Contents --------------- Classes ~~~~~~~ .. list-table:: :class: autosummary longtable :align: left * - :py:obj:`AnimationMeta ` - .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationMeta :parser: myst :summary: * - :py:obj:`AnimationCategory ` - .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationCategory :parser: myst :summary: * - :py:obj:`AnimationSubcategory ` - .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationSubcategory :parser: myst :summary: * - :py:obj:`GameAnimationSet ` - .. autodoc2-docstring:: vendor_fabric.meshy.animations.GameAnimationSet :parser: myst :summary: Functions ~~~~~~~~~ .. list-table:: :class: autosummary longtable :align: left * - :py:obj:`get_animations_by_category ` - .. autodoc2-docstring:: vendor_fabric.meshy.animations.get_animations_by_category :parser: myst :summary: * - :py:obj:`get_animations_by_subcategory ` - .. autodoc2-docstring:: vendor_fabric.meshy.animations.get_animations_by_subcategory :parser: myst :summary: * - :py:obj:`get_animation ` - .. autodoc2-docstring:: vendor_fabric.meshy.animations.get_animation :parser: myst :summary: Data ~~~~ .. list-table:: :class: autosummary longtable :align: left * - :py:obj:`ANIMATIONS ` - .. autodoc2-docstring:: vendor_fabric.meshy.animations.ANIMATIONS :parser: myst :summary: API ~~~ .. py:class:: AnimationMeta :canonical: vendor_fabric.meshy.animations.AnimationMeta .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationMeta :parser: myst .. py:attribute:: id :canonical: vendor_fabric.meshy.animations.AnimationMeta.id :type: int :value: None .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationMeta.id :parser: myst .. py:attribute:: name :canonical: vendor_fabric.meshy.animations.AnimationMeta.name :type: str :value: None .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationMeta.name :parser: myst .. py:attribute:: category :canonical: vendor_fabric.meshy.animations.AnimationMeta.category :type: str :value: None .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationMeta.category :parser: myst .. py:attribute:: subcategory :canonical: vendor_fabric.meshy.animations.AnimationMeta.subcategory :type: str :value: None .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationMeta.subcategory :parser: myst .. py:attribute:: preview_url :canonical: vendor_fabric.meshy.animations.AnimationMeta.preview_url :type: str :value: None .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationMeta.preview_url :parser: myst .. py:class:: AnimationCategory() :canonical: vendor_fabric.meshy.animations.AnimationCategory Bases: :py:obj:`enum.StrEnum` .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationCategory :parser: myst .. rubric:: Initialization .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationCategory.__init__ :parser: myst .. py:attribute:: BODYMOVEMENTS :canonical: vendor_fabric.meshy.animations.AnimationCategory.BODYMOVEMENTS :value: 'BodyMovements' .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationCategory.BODYMOVEMENTS :parser: myst .. py:attribute:: DAILYACTIONS :canonical: vendor_fabric.meshy.animations.AnimationCategory.DAILYACTIONS :value: 'DailyActions' .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationCategory.DAILYACTIONS :parser: myst .. py:attribute:: DANCING :canonical: vendor_fabric.meshy.animations.AnimationCategory.DANCING :value: 'Dancing' .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationCategory.DANCING :parser: myst .. py:attribute:: FIGHTING :canonical: vendor_fabric.meshy.animations.AnimationCategory.FIGHTING :value: 'Fighting' .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationCategory.FIGHTING :parser: myst .. py:attribute:: WALKANDRUN :canonical: vendor_fabric.meshy.animations.AnimationCategory.WALKANDRUN :value: 'WalkAndRun' .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationCategory.WALKANDRUN :parser: myst .. py:method:: capitalize() :canonical: vendor_fabric.meshy.animations.AnimationCategory.capitalize .. py:method:: casefold() :canonical: vendor_fabric.meshy.animations.AnimationCategory.casefold .. py:method:: center() :canonical: vendor_fabric.meshy.animations.AnimationCategory.center .. py:method:: count() :canonical: vendor_fabric.meshy.animations.AnimationCategory.count .. py:method:: encode() :canonical: vendor_fabric.meshy.animations.AnimationCategory.encode .. py:method:: endswith() :canonical: vendor_fabric.meshy.animations.AnimationCategory.endswith .. py:method:: expandtabs() :canonical: vendor_fabric.meshy.animations.AnimationCategory.expandtabs .. py:method:: find() :canonical: vendor_fabric.meshy.animations.AnimationCategory.find .. py:method:: format() :canonical: vendor_fabric.meshy.animations.AnimationCategory.format .. py:method:: format_map() :canonical: vendor_fabric.meshy.animations.AnimationCategory.format_map .. py:method:: index() :canonical: vendor_fabric.meshy.animations.AnimationCategory.index .. py:method:: isalnum() :canonical: vendor_fabric.meshy.animations.AnimationCategory.isalnum .. py:method:: isalpha() :canonical: vendor_fabric.meshy.animations.AnimationCategory.isalpha .. py:method:: isascii() :canonical: vendor_fabric.meshy.animations.AnimationCategory.isascii .. py:method:: isdecimal() :canonical: vendor_fabric.meshy.animations.AnimationCategory.isdecimal .. py:method:: isdigit() :canonical: vendor_fabric.meshy.animations.AnimationCategory.isdigit .. py:method:: isidentifier() :canonical: vendor_fabric.meshy.animations.AnimationCategory.isidentifier .. py:method:: islower() :canonical: vendor_fabric.meshy.animations.AnimationCategory.islower .. py:method:: isnumeric() :canonical: vendor_fabric.meshy.animations.AnimationCategory.isnumeric .. py:method:: isprintable() :canonical: vendor_fabric.meshy.animations.AnimationCategory.isprintable .. py:method:: isspace() :canonical: vendor_fabric.meshy.animations.AnimationCategory.isspace .. py:method:: istitle() :canonical: vendor_fabric.meshy.animations.AnimationCategory.istitle .. py:method:: isupper() :canonical: vendor_fabric.meshy.animations.AnimationCategory.isupper .. py:method:: join() :canonical: vendor_fabric.meshy.animations.AnimationCategory.join .. py:method:: ljust() :canonical: vendor_fabric.meshy.animations.AnimationCategory.ljust .. py:method:: lower() :canonical: vendor_fabric.meshy.animations.AnimationCategory.lower .. py:method:: lstrip() :canonical: vendor_fabric.meshy.animations.AnimationCategory.lstrip .. py:method:: partition() :canonical: vendor_fabric.meshy.animations.AnimationCategory.partition .. py:method:: removeprefix() :canonical: vendor_fabric.meshy.animations.AnimationCategory.removeprefix .. py:method:: removesuffix() :canonical: vendor_fabric.meshy.animations.AnimationCategory.removesuffix .. py:method:: replace() :canonical: vendor_fabric.meshy.animations.AnimationCategory.replace .. py:method:: rfind() :canonical: vendor_fabric.meshy.animations.AnimationCategory.rfind .. py:method:: rindex() :canonical: vendor_fabric.meshy.animations.AnimationCategory.rindex .. py:method:: rjust() :canonical: vendor_fabric.meshy.animations.AnimationCategory.rjust .. py:method:: rpartition() :canonical: vendor_fabric.meshy.animations.AnimationCategory.rpartition .. py:method:: rsplit() :canonical: vendor_fabric.meshy.animations.AnimationCategory.rsplit .. py:method:: rstrip() :canonical: vendor_fabric.meshy.animations.AnimationCategory.rstrip .. py:method:: split() :canonical: vendor_fabric.meshy.animations.AnimationCategory.split .. py:method:: splitlines() :canonical: vendor_fabric.meshy.animations.AnimationCategory.splitlines .. py:method:: startswith() :canonical: vendor_fabric.meshy.animations.AnimationCategory.startswith .. py:method:: strip() :canonical: vendor_fabric.meshy.animations.AnimationCategory.strip .. py:method:: swapcase() :canonical: vendor_fabric.meshy.animations.AnimationCategory.swapcase .. py:method:: title() :canonical: vendor_fabric.meshy.animations.AnimationCategory.title .. py:method:: translate() :canonical: vendor_fabric.meshy.animations.AnimationCategory.translate .. py:method:: upper() :canonical: vendor_fabric.meshy.animations.AnimationCategory.upper .. py:method:: zfill() :canonical: vendor_fabric.meshy.animations.AnimationCategory.zfill .. py:method:: name() :canonical: vendor_fabric.meshy.animations.AnimationCategory.name .. py:method:: value() :canonical: vendor_fabric.meshy.animations.AnimationCategory.value .. py:class:: AnimationSubcategory() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory Bases: :py:obj:`enum.StrEnum` .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationSubcategory :parser: myst .. rubric:: Initialization .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationSubcategory.__init__ :parser: myst .. py:attribute:: ACTING :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.ACTING :value: 'Acting' .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationSubcategory.ACTING :parser: myst .. py:attribute:: ATTACKINGWITHWEAPON :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.ATTACKINGWITHWEAPON :value: 'AttackingwithWeapon' .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationSubcategory.ATTACKINGWITHWEAPON :parser: myst .. py:attribute:: BLOCKING :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.BLOCKING :value: 'Blocking' .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationSubcategory.BLOCKING :parser: myst .. py:attribute:: CASTINGSPELL :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.CASTINGSPELL :value: 'CastingSpell' .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationSubcategory.CASTINGSPELL :parser: myst .. py:attribute:: CLIMBING :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.CLIMBING :value: 'Climbing' .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationSubcategory.CLIMBING :parser: myst .. py:attribute:: CROUCHWALKING :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.CROUCHWALKING :value: 'CrouchWalking' .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationSubcategory.CROUCHWALKING :parser: myst .. py:attribute:: DANCING :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.DANCING :value: 'Dancing' .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationSubcategory.DANCING :parser: myst .. py:attribute:: DRINKING :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.DRINKING :value: 'Drinking' .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationSubcategory.DRINKING :parser: myst .. py:attribute:: DYING :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.DYING :value: 'Dying' .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationSubcategory.DYING :parser: myst .. py:attribute:: FALLINGFREELY :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.FALLINGFREELY :value: 'FallingFreely' .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationSubcategory.FALLINGFREELY :parser: myst .. py:attribute:: GETTINGHIT :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.GETTINGHIT :value: 'GettingHit' .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationSubcategory.GETTINGHIT :parser: myst .. py:attribute:: HANGINGFROMLEDGE :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.HANGINGFROMLEDGE :value: 'HangingfromLedge' .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationSubcategory.HANGINGFROMLEDGE :parser: myst .. py:attribute:: IDLE :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.IDLE :value: 'Idle' .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationSubcategory.IDLE :parser: myst .. py:attribute:: INTERACTING :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.INTERACTING :value: 'Interacting' .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationSubcategory.INTERACTING :parser: myst .. py:attribute:: JUMPING :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.JUMPING :value: 'Jumping' .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationSubcategory.JUMPING :parser: myst .. py:attribute:: LOOKINGAROUND :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.LOOKINGAROUND :value: 'LookingAround' .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationSubcategory.LOOKINGAROUND :parser: myst .. py:attribute:: PERFORMINGSTUNT :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.PERFORMINGSTUNT :value: 'PerformingStunt' .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationSubcategory.PERFORMINGSTUNT :parser: myst .. py:attribute:: PICKINGUPITEM :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.PICKINGUPITEM :value: 'PickingUpItem' .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationSubcategory.PICKINGUPITEM :parser: myst .. py:attribute:: PUNCHING :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.PUNCHING :value: 'Punching' .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationSubcategory.PUNCHING :parser: myst .. py:attribute:: PUSHING :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.PUSHING :value: 'Pushing' .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationSubcategory.PUSHING :parser: myst .. py:attribute:: RUNNING :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.RUNNING :value: 'Running' .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationSubcategory.RUNNING :parser: myst .. py:attribute:: SLEEPING :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.SLEEPING :value: 'Sleeping' .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationSubcategory.SLEEPING :parser: myst .. py:attribute:: SWIMMING :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.SWIMMING :value: 'Swimming' .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationSubcategory.SWIMMING :parser: myst .. py:attribute:: TRANSITIONING :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.TRANSITIONING :value: 'Transitioning' .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationSubcategory.TRANSITIONING :parser: myst .. py:attribute:: TURNINGAROUND :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.TURNINGAROUND :value: 'TurningAround' .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationSubcategory.TURNINGAROUND :parser: myst .. py:attribute:: VAULTINGOVEROBSTACLE :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.VAULTINGOVEROBSTACLE :value: 'VaultingOverObstacle' .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationSubcategory.VAULTINGOVEROBSTACLE :parser: myst .. py:attribute:: WALKING :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.WALKING :value: 'Walking' .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationSubcategory.WALKING :parser: myst .. py:attribute:: WORKINGOUT :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.WORKINGOUT :value: 'WorkingOut' .. autodoc2-docstring:: vendor_fabric.meshy.animations.AnimationSubcategory.WORKINGOUT :parser: myst .. py:method:: capitalize() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.capitalize .. py:method:: casefold() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.casefold .. py:method:: center() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.center .. py:method:: count() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.count .. py:method:: encode() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.encode .. py:method:: endswith() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.endswith .. py:method:: expandtabs() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.expandtabs .. py:method:: find() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.find .. py:method:: format() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.format .. py:method:: format_map() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.format_map .. py:method:: index() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.index .. py:method:: isalnum() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.isalnum .. py:method:: isalpha() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.isalpha .. py:method:: isascii() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.isascii .. py:method:: isdecimal() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.isdecimal .. py:method:: isdigit() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.isdigit .. py:method:: isidentifier() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.isidentifier .. py:method:: islower() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.islower .. py:method:: isnumeric() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.isnumeric .. py:method:: isprintable() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.isprintable .. py:method:: isspace() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.isspace .. py:method:: istitle() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.istitle .. py:method:: isupper() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.isupper .. py:method:: join() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.join .. py:method:: ljust() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.ljust .. py:method:: lower() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.lower .. py:method:: lstrip() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.lstrip .. py:method:: partition() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.partition .. py:method:: removeprefix() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.removeprefix .. py:method:: removesuffix() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.removesuffix .. py:method:: replace() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.replace .. py:method:: rfind() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.rfind .. py:method:: rindex() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.rindex .. py:method:: rjust() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.rjust .. py:method:: rpartition() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.rpartition .. py:method:: rsplit() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.rsplit .. py:method:: rstrip() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.rstrip .. py:method:: split() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.split .. py:method:: splitlines() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.splitlines .. py:method:: startswith() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.startswith .. py:method:: strip() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.strip .. py:method:: swapcase() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.swapcase .. py:method:: title() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.title .. py:method:: translate() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.translate .. py:method:: upper() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.upper .. py:method:: zfill() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.zfill .. py:method:: name() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.name .. py:method:: value() :canonical: vendor_fabric.meshy.animations.AnimationSubcategory.value .. py:data:: ANIMATIONS :canonical: vendor_fabric.meshy.animations.ANIMATIONS :type: dict[int, vendor_fabric.meshy.animations.AnimationMeta] :value: None .. autodoc2-docstring:: vendor_fabric.meshy.animations.ANIMATIONS :parser: myst .. py:class:: GameAnimationSet :canonical: vendor_fabric.meshy.animations.GameAnimationSet .. autodoc2-docstring:: vendor_fabric.meshy.animations.GameAnimationSet :parser: myst .. py:attribute:: BASIC_MOVEMENT :canonical: vendor_fabric.meshy.animations.GameAnimationSet.BASIC_MOVEMENT :type: list[int] :value: [] .. autodoc2-docstring:: vendor_fabric.meshy.animations.GameAnimationSet.BASIC_MOVEMENT :parser: myst .. py:attribute:: COMBAT :canonical: vendor_fabric.meshy.animations.GameAnimationSet.COMBAT :type: list[int] :value: [] .. autodoc2-docstring:: vendor_fabric.meshy.animations.GameAnimationSet.COMBAT :parser: myst .. py:attribute:: SOCIAL :canonical: vendor_fabric.meshy.animations.GameAnimationSet.SOCIAL :type: list[int] :value: [] .. autodoc2-docstring:: vendor_fabric.meshy.animations.GameAnimationSet.SOCIAL :parser: myst .. py:attribute:: CELEBRATION :canonical: vendor_fabric.meshy.animations.GameAnimationSet.CELEBRATION :type: list[int] :value: [] .. autodoc2-docstring:: vendor_fabric.meshy.animations.GameAnimationSet.CELEBRATION :parser: myst .. py:attribute:: EXPLORATION :canonical: vendor_fabric.meshy.animations.GameAnimationSet.EXPLORATION :type: list[int] :value: [] .. autodoc2-docstring:: vendor_fabric.meshy.animations.GameAnimationSet.EXPLORATION :parser: myst .. py:function:: get_animations_by_category(category: vendor_fabric.meshy.animations.AnimationCategory) -> extended_data.containers.ExtendedList[extended_data.containers.ExtendedDict] :canonical: vendor_fabric.meshy.animations.get_animations_by_category .. autodoc2-docstring:: vendor_fabric.meshy.animations.get_animations_by_category :parser: myst .. py:function:: get_animations_by_subcategory(subcategory: vendor_fabric.meshy.animations.AnimationSubcategory) -> extended_data.containers.ExtendedList[extended_data.containers.ExtendedDict] :canonical: vendor_fabric.meshy.animations.get_animations_by_subcategory .. autodoc2-docstring:: vendor_fabric.meshy.animations.get_animations_by_subcategory :parser: myst .. py:function:: get_animation(action_id: int) -> extended_data.containers.ExtendedDict :canonical: vendor_fabric.meshy.animations.get_animation .. autodoc2-docstring:: vendor_fabric.meshy.animations.get_animation :parser: myst