Package net.sourceforge.torchlight.core.data.creature

Examples of net.sourceforge.torchlight.core.data.creature.Creature


    {
        logger.debug("matches? editorRef: " + editorRef + "; input: " + input);
       
        if(input instanceof CreatureDataEditorInput)
        {
            Creature c = (Creature)((CreatureDataEditorInput)input).getCreature();
            logger.trace("c: " + c);
           
            if(c != null)
            {
                return true;
View Full Code Here

TOP

Related Classes of net.sourceforge.torchlight.core.data.creature.Creature

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.