Package games.stendhal.server.entity.slot

Examples of games.stendhal.server.entity.slot.LootableSlot


    put("stage", stage);
    // default to player corpse image
    put(ATTR_IMAGE, "player");
    setResistance(calculateResistance());
   
    final RPSlot slot = new LootableSlot(this);
    addSlot(slot);
  }
View Full Code Here


   
    stage = 0;
    put("stage", stage);
    setResistance(calculateResistance());

    final RPSlot slot = new LootableSlot(this);
    addSlot(slot);
  }
View Full Code Here

TOP

Related Classes of games.stendhal.server.entity.slot.LootableSlot

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.