Package net.sf.laja.cdd.behaviour.terrestrial

Examples of net.sf.laja.cdd.behaviour.terrestrial.Terrestrial


            return result;
        }

      private Object create_(MonsterState state, MonsterStateBuilder stateBuilder, Object... args) {
        return new Terrestrial(state.terrestrialState(), stateBuilder.terrestrialStateBuilder());
   
      }
View Full Code Here


        return new Monster(state, stateBuilder);
    }

    // (factory)
    public Terrestrial asTerrestrial() {
        return new Terrestrial(state.terrestrialState(), stateBuilder.terrestrialStateBuilder());
    }
View Full Code Here

TOP

Related Classes of net.sf.laja.cdd.behaviour.terrestrial.Terrestrial

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.