Class DugInSpriteHandler

java.lang.Object
megamek.client.ui.clientGUI.boardview.spriteHandler.BoardViewSpriteHandler
megamek.client.ui.clientGUI.boardview.spriteHandler.DugInSpriteHandler
All Implemented Interfaces:
EventListener, GameListener

public class DugInSpriteHandler extends BoardViewSpriteHandler
Manages the dug-in trench overlay sprites on the board view (TO:AR p.106 Digging In). Creates and removes DugInSprite instances on the hexes of infantry platoons that are digging in or dug in; the state is read from the synced entities. The multi-turn fortified-hex build (sandbags) is handled separately by FortifyBuildSpriteHandler.