Class ContainerScene
java.lang.Object
com.calebleavell.textinterface.scenes.GenericScene
com.calebleavell.textinterface.scenes.ContainerScene
ContainerScene Class
This is an empty scene that serves no purpose but to contain other scenes
It is a concrete version of GenericScene
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
This Builder class is simply a concrete version of the GenericScene classes builder -
Field Summary
Fields inherited from class com.calebleavell.textinterface.scenes.GenericScene
MAX_ITERATIONS_ON_TOSTRING
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.calebleavell.textinterface.scenes.GenericScene
addChild, executeFunctions, getChild, getChild, getChild, getChild, getChildren, getFunctions, getID, getName, isTerminated, run, runChildren, setChildren, setName, terminate, toString, toString
-
Constructor Details
-
ContainerScene
Constructor- Parameters:
builder
- The builder with all fields
-