EachApplicable<T>public static class StdMOB.ApplyAffectCharState<T extends StatsAffecting> extends java.lang.Object implements EachApplicable<T>
EachApplicable.ApplyAffectPhyStats<T extends StatsAffecting>, EachApplicable.ApplyRecoverPhyStats<T extends Affectable>| Constructor | Description | 
|---|---|
| ApplyAffectCharState(MOB me) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | apply(T a) | Implement the code that will apply to each object | 
protected final MOB me
public ApplyAffectCharState(MOB me)
public void apply(T a)
EachApplicableapply in interface EachApplicable<T extends StatsAffecting>a - the object to work on