Class PlayerAction.ActionResult
java.lang.Object
group24.escaperoom.entities.player.PlayerAction.ActionResult
- Enclosing interface:
- PlayerAction
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet the supplementary dialog from this action, if there is onesetCompletesInteraction(boolean shouldCompleteInteraction) Indicates that if this action is taken, the window should closeshowsDialog(G24Dialog contentToDisplay)
-
Field Details
-
DEFAULT
-
-
Constructor Details
-
ActionResult
public ActionResult()
-
-
Method Details
-
showsDialog
-
completesInteraction
public boolean completesInteraction() -
setCompletesInteraction
Indicates that if this action is taken, the window should close -
getDialog
Get the supplementary dialog from this action, if there is one
-