Modifier and Type | Method and Description |
---|---|
Content |
TreasureRoom.checkContentOf(int line,
int column)
Accessor to the content of the room.
|
Content |
TreasureRoom.pickUpContent(int line,
int column)
Picks up the content of the place given in parameter.
|
static Content |
Content.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Content[] |
Content.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|