pocketmine\block\Observer::onRedstoneUpdate PHP Method

onRedstoneUpdate() public method

public onRedstoneUpdate ( $type, $power, $hash = NULL )
    public function onRedstoneUpdate($type, $power, $hash = NULL)
    {
        if ($hash != NULL) {
            $this->onUpdateRecieve(self::TYPE_BLOCK_HASH, $hash);
        }
    }