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 AttackStepBuilderAttackStepBuilder. addTag(String tag)Adds a tag to thisAttackStepBuilderobject.static AttackStepBuilderAttackStepBuilder. fromJson(JsonObject jsonAttackStep)Creates a newAttackStepBuilderfrom 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 thisAssetBuilderobject.Methods in org.mal_lang.langspec.builders with parameters of type AttackStepBuilder Modifier and Type Method Description AssetBuilderAssetBuilder. addAttackStep(AttackStepBuilder attackStep)Adds an attack step to thisAssetBuilderobject. 
 -