Package | Description |
---|---|
me.lihq.game |
Modifier and Type | Method and Description |
---|---|
static ConversationManagement.QuestionStage |
ConversationManagement.QuestionStage.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConversationManagement.QuestionStage[] |
ConversationManagement.QuestionStage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private void |
ConversationManagement.handleResponse(ConversationManagement.QuestionStage stage,
int option)
This method is called to handle a users input
|