Package megamek.common.actions.sbf
Class SBFDirectArtilleryAttack
java.lang.Object
megamek.common.actions.sbf.AbstractSBFAttackAction
megamek.common.actions.sbf.SBFArtilleryAttack
megamek.common.actions.sbf.SBFDirectArtilleryAttack
- All Implemented Interfaces:
Serializable,EntityAction,SBFAction,SBFAttackAction
@Deprecated(since="0.51.0",
forRemoval=true)
public class SBFDirectArtilleryAttack
extends SBFArtilleryAttack
Deprecated, for removal: This API element is subject to removal in a future version.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSBFDirectArtilleryAttack(int entityId, int targetId, BattleForceSUA artilleryType) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiongetHandler(SBFGameManager gameManager) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class megamek.common.actions.sbf.SBFArtilleryAttack
isDataValidMethods inherited from class megamek.common.actions.sbf.AbstractSBFAttackAction
getEntityId, getTargetId, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface megamek.common.actions.EntityAction
toAccessibilityDescription, toSummaryString
-
Constructor Details
-
SBFDirectArtilleryAttack
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getHandler
Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- A handler that will process this action as an extension of the SBFGameManager
-