Class DecreaseKarmaAction

java.lang.Object
games.stendhal.server.entity.npc.action.DecreaseKarmaAction
All Implemented Interfaces:
ChatAction, PostTransitionAction

@Dev(category=STATS, label="Karma-") public class DecreaseKarmaAction extends Object implements ChatAction
Decreases the karma of the current player.
  • Constructor Details

    • DecreaseKarmaAction

      public DecreaseKarmaAction(double karmaDiff)
      Creates a new DecreaseKarmaAction.
      Parameters:
      karmaDiff - amount of karma to subtract
  • Method Details