|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.starhope.appius.user.UserTransientEffects
public class UserTransientEffects
WRITEME: Document this type.
| Field Summary | |
|---|---|
Set<InventoryItem> |
addItems
WRITEME: Document this brpocock@star-hope.org |
DamageTypeRanks |
alterDefenses
Transient alterations to the user's defenses |
Map<UserStat,Integer> |
alterStats
WRITEME: Document this brpocock@star-hope.org |
double |
heightScalar
WRITEME: Document this brpocock@star-hope.org |
Set<InventoryItem> |
removeItems
Transient removal of items |
| Constructor Summary | |
|---|---|
UserTransientEffects(AbstractUser u)
Create a UserTransientEffects object for a given user. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final Set<InventoryItem> addItems
public final Map<UserStat,Integer> alterStats
public double heightScalar
public final Set<InventoryItem> removeItems
public DamageTypeRanks alterDefenses
| Constructor Detail |
|---|
public UserTransientEffects(AbstractUser u)
UserTransientEffects object for a given user. We
actually end up discarding the user, at present.
u - user
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||