Uses of Class
org.mal_lang.langspec.builders.AttackStepBuilder
-
Packages that use AttackStepBuilder Package Description org.mal_lang.langspec.builders Provides classes for building MAL languages. -
-
Uses of AttackStepBuilder in org.mal_lang.langspec.builders
Methods in org.mal_lang.langspec.builders that return AttackStepBuilder Modifier and Type Method Description AttackStepBuilder
AttackStepBuilder. addTag(String tag)
Adds a tag to thisAttackStepBuilder
object.static AttackStepBuilder
AttackStepBuilder. fromJson(JsonObject jsonAttackStep)
Creates a newAttackStepBuilder
from aJsonObject
.Methods in org.mal_lang.langspec.builders that return types with arguments of type AttackStepBuilder Modifier and Type Method Description List<AttackStepBuilder>
AssetBuilder. getAttackSteps()
Returns a list of all attack steps in thisAssetBuilder
object.Methods in org.mal_lang.langspec.builders with parameters of type AttackStepBuilder Modifier and Type Method Description AssetBuilder
AssetBuilder. addAttackStep(AttackStepBuilder attackStep)
Adds an attack step to thisAssetBuilder
object.
-