Package gwlpr.mapshard.entitysystem

Examples of gwlpr.mapshard.entitysystem.Entity.addAll()


        npcData.flags = 4;
        npcData.scale = 100;
        npcData.hashedName = hashedName;
       
        // build the entity
        result.addAll(name, agentIDs, position, direction, move, bBox, view, visibility, charData, faction, npcData);
       
        return result;
    }
   
   
View Full Code Here


       
        Skills skills = new Skills();
        // TODO: load the skills stuff here
       
        // build the entity
        result.addAll(name, agentIDs, position, direction, move, bBox, chat, appearance, view, visibility, charData, spawnData, factionData, skills);
       
        return result;
    }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.