|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.planet_ink.coffee_mud.MOBS.StdMOB.ApplyAffectCharStats<T>
public static class StdMOB.ApplyAffectCharStats<T extends StatsAffecting>
EachApplicable class that affect charStats
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.planet_ink.coffee_mud.core.interfaces.EachApplicable |
---|
EachApplicable.ApplyAffectPhyStats<T extends StatsAffecting>, EachApplicable.ApplyRecoverPhyStats<T extends Affectable> |
Field Summary | |
---|---|
protected MOB |
me
|
Constructor Summary | |
---|---|
StdMOB.ApplyAffectCharStats(MOB me)
|
Method Summary | |
---|---|
void |
apply(T a)
Implement the code that will apply to each object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final MOB me
Constructor Detail |
---|
public StdMOB.ApplyAffectCharStats(MOB me)
Method Detail |
---|
public void apply(T a)
EachApplicable
apply
in interface EachApplicable<T extends StatsAffecting>
a
- the object to work on
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |