PHP Class pocketmine\event\block\SignChangeEvent

Inheritance: extends BlockEvent, implements pocketmine\event\Cancellable
Afficher le fichier Open project: ClearSkyTeam/ClearSky Class Usage Examples

Méthodes publiques

Свойство Type Description
$handlerList

Méthodes publiques

Méthode Description
__construct ( Block $theBlock, Player $thePlayer, array $theLines )
getLine ( integer $index ) : string
getLines ( ) : string[]
getPlayer ( ) : Player
setLine ( integer $index, string $line )

Method Details

__construct() public méthode

public __construct ( Block $theBlock, Player $thePlayer, array $theLines )
$theBlock pocketmine\block\Block
$thePlayer pocketmine\Player
$theLines array

getLine() public méthode

public getLine ( integer $index ) : string
$index integer 0-3
Résultat string

getLines() public méthode

public getLines ( ) : string[]
Résultat string[]

getPlayer() public méthode

public getPlayer ( ) : Player
Résultat pocketmine\Player

setLine() public méthode

public setLine ( integer $index, string $line )
$index integer 0-3
$line string

Property Details

$handlerList public_oe static_oe property

public static $handlerList