Package games.stendhal.server.entity.slot

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


    String slotName = get("slot_name");
    if (slotName == null) {
      slotName = DEFAULT_SLOT_NAME;
    }
   
    RPSlot slot = new ContainerItemSlot(DEFAULT_SLOT_NAME, slotName);
    addSlot(slot);
  }
View Full Code Here

TOP

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

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.