Package games.stendhal.server.entity.item

Examples of games.stendhal.server.entity.item.Drink


    map.put("amount", "2500");
    map.put("frequency", "10");
    map.put("quantity", "1");
    map.put("regen", "25");

    final Drink soup = new Drink(name, clazz, subclass, map);
    assertEquals(Eater.class, FeederFactory.get(soup).getClass());
  }
View Full Code Here

TOP

Related Classes of games.stendhal.server.entity.item.Drink

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.