Uses of Class
io.gs2.cdk.mission.model.TargetCounterModel
Packages that use TargetCounterModel
-
Uses of TargetCounterModel in io.gs2.cdk.mission.model
Methods in io.gs2.cdk.mission.model with parameters of type TargetCounterModelModifier and TypeMethodDescriptionstatic MissionTaskModelMissionTaskModel.verifyCompleteTypeIsCounter(String name, String counterName, Long targetValue, TargetCounterModel targetCounter) static MissionTaskModelMissionTaskModel.verifyCompleteTypeIsCounter(String name, String counterName, Long targetValue, TargetCounterModel targetCounter, MissionTaskModelVerifyCompleteTypeIsCounterOptions options) -
Uses of TargetCounterModel in io.gs2.cdk.mission.model.options
Fields in io.gs2.cdk.mission.model.options declared as TargetCounterModelMethods in io.gs2.cdk.mission.model.options with parameters of type TargetCounterModelModifier and TypeMethodDescriptionMissionTaskModelOptions.withTargetCounter(TargetCounterModel targetCounter)