Class TextAdventure


  • public class TextAdventure
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TextAdventure()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void createFrame​(GameEngine engine, int onClose)  
      void init​(org.kie.api.runtime.KieContainer kc, boolean exitOnClose)  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TextAdventure

        public TextAdventure()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • init

        public void init​(org.kie.api.runtime.KieContainer kc,
                         boolean exitOnClose)
      • createFrame

        public static void createFrame​(GameEngine engine,
                                       int onClose)