Uses of Class
org.mal_lang.langspec.AttackStep
-
Packages that use AttackStep Package Description org.mal_lang.langspec Provides classes for creating and using MAL languages.org.mal_lang.langspec.step Provides classes for step expressions. -
-
Uses of AttackStep in org.mal_lang.langspec
Methods in org.mal_lang.langspec that return AttackStep Modifier and Type Method Description AttackStep
Asset. getAttackStep(String name)
Returns the attack step with the namename
in thisAsset
object.AttackStep
Asset. getLocalAttackStep(String name)
Returns the local attack step with the namename
in thisAsset
object.AttackStep
AttackStep. getSuperAttackStep()
Returns the super attack step of thisAttackStep
object.Methods in org.mal_lang.langspec that return types with arguments of type AttackStep Modifier and Type Method Description List<AttackStep>
Asset. getAttackSteps()
Returns a list of all attack steps in thisAsset
object.List<AttackStep>
Asset. getLocalAttackSteps()
Returns a list of all local attack steps in thisAsset
object. -
Uses of AttackStep in org.mal_lang.langspec.step
Methods in org.mal_lang.langspec.step that return AttackStep Modifier and Type Method Description AttackStep
StepAttackStep. getAttackStep()
Returns the attack step of thisStepAttackStep
object.
-