Player ====== The *Player.py* module contains different class : MitBuff, HealingBuff, Shield, Pet and Player. **Import** .. code-block:: python from ffxivcalc.Jobs.Player import Player, MitBuff, HealingBuff, Pet, Shield **Module class** .. toctree:: PlayerClass/playerClass Pet/petClass HealingBuff/healingBuffClass MitBuff/mitBuffClass Shield/shieldClass