Package games.stendhal.server.entity.creature

Examples of games.stendhal.server.entity.creature.Creature.equip()


    });

    final Creature creature = new Creature(clazz, subclass, name, hp, atk, def,
        level, xp, width, height, speed, dropsItems, aiProfiles,
        creatureSays, respawn, description);
    creature.equip(equipsItems);
   
    creature.setCorpse(corpseName, corpseWidth, corpseHeight);
    creature.setSusceptibilities(susceptibilities);
    creature.setDamageType(damageType);
   
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.