Package megamek.common.actions
Class UnloadStrandedAction
java.lang.Object
megamek.common.actions.AbstractEntityAction
megamek.common.actions.UnloadStrandedAction
- All Implemented Interfaces:
- Serializable,- EntityAction
Concrete implementation of and entity action for unloading entities that are stranded on immobile transports. Please
 note that the value, 
Entity.NONE is a valid value for entityId.- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class megamek.common.actions.AbstractEntityActiongetEntityId, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface megamek.common.actions.EntityActiontoAccessibilityDescription, toSummaryString
- 
Constructor Details- 
UnloadStrandedActionpublic UnloadStrandedAction(int playerId, int entityId) 
 
- 
- 
Method Details- 
getPlayerIdpublic int getPlayerId()
 
-