Interface UpgradeAction


public interface UpgradeAction
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onBuy(@Nullable org.bukkit.entity.Player player, ITeam bwt)
    Apply action to team.
  • Method Details

    • onBuy

      void onBuy(@Nullable @Nullable org.bukkit.entity.Player player, ITeam bwt)
      Apply action to team.
      Parameters:
      player - buyer.
      bwt - team receiver.