Overview

Namespaces

  • aliuly
    • common
      • selectors
    • grabbag
      • api
    • killrate
      • api
  • xPaw

Classes

  • KillRate
  • KillRateBonusScoreEvent
  • KillRateEndStreakEvent
  • KillRateEvent
  • KillRateNewStreakEvent
  • KillRateResetEvent
  • KillRateScoreEvent
  • Overview
  • Namespace
  • Class

Class KillRateScoreEvent

Triggered when the player is scoring points

pocketmine\event\plugin\PluginEvent
Extended by aliuly\killrate\api\KillRateEvent
Extended by aliuly\killrate\api\KillRateScoreEvent implements pocketmine\event\Cancellable
Namespace: aliuly\killrate\api
Located at KillRateScoreEvent.php
Methods summary
public
# __construct( aliuly\killrate\Main $plugin, pocketmine\Player $player, str $col, integer $points = 0, integer $money = 0, integer $incr = 1 )

Parameters

$plugin
  • plugin owner
$player
  • player making the score
$col
  • type of victim
$points
  • points being awarded
$money
  • money being awarded
$incr
  • increment values

Overrides

aliuly\killrate\api\KillRateEvent::__construct()
public pocketmine\Player
# getPlayer( )

Returns

pocketmine\Player
public
# getType( )
public
# setType( $col )
public
# getPoints( )
public
# setPoints( $points )
public
# getMoney( )
public
# setMoney( $money )
public
# getIncr( )
public
# setIncr( $incr )
Properties summary
public static $handlerList
# null
API documentation generated by ApiGen