Class LogSplitItemEventCommand

All Implemented Interfaces:
DBCommand

public class LogSplitItemEventCommand extends AbstractLogItemEventCommand
logs splitting off items from a stack.
Author:
hendrik
  • Constructor Details

    • LogSplitItemEventCommand

      public LogSplitItemEventCommand(RPEntity player, RPObject item, RPObject newItem)
      logs merging of item stacks
      Parameters:
      player - Player performing the merge
      item - item to split out from
      newItem - new item created out of the old stack
  • Method Details