Package games.stendhal.server.core.engine.dbcommand

Examples of games.stendhal.server.core.engine.dbcommand.LogSplitItemEventCommand


  public void splitOff(final RPEntity player, final Item item, final Item newItem, final int quantity) {
    if (!(player instanceof Player)) {
      return;
    }
    addLogItemEventCommand(new LogSplitItemEventCommand(player, item, newItem));
  }
View Full Code Here

TOP

Related Classes of games.stendhal.server.core.engine.dbcommand.LogSplitItemEventCommand

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.