Package games.stendhal.server.entity.player

Examples of games.stendhal.server.entity.player.Player.dropAll()


      assertTrue("player got the goblet", player.isEquipped("goblet"));
     
      final Item goblet = player.getFirstEquipped("goblet");
      assertEquals("The filled goblet is bound", "me", goblet.getBoundTo());
     
      player.dropAll("goblet");
    }
  }
 
  // *** Forging tests ***
  @Test
 
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.