|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CreationContext
An interface providing information that will assist in the generation of an entity, such as a Board or Item.
Method Summary | |
---|---|
java.lang.Object |
getHint(java.lang.String key)
The value of a particular hint, or null if no such hint is defined. |
java.util.Set<java.lang.String> |
hintKeySet()
The keys of any creation "hints". |
int |
level()
The level for purposes of monster/item generation. |
Method Detail |
---|
int level()
java.util.Set<java.lang.String> hintKeySet()
java.lang.Object getHint(java.lang.String key)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |