Package worldBuilder

Class Script


  • public class Script
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DO_NOT_EXIT  
    • Constructor Summary

      Constructors 
      Constructor Description
      Script​(java.lang.String filename)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int process​(Map map)
      process this script
      • Methods inherited from class java.lang.Object

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

      • Script

        public Script​(java.lang.String filename)
    • Method Detail

      • process

        public int process​(Map map)
        process this script
        Parameters:
        map - current Map
        Returns:
        anything other than DO_NOT_EXIT is an exit code