PHP 클래스 pocketmine\inventory\SimpleTransactionQueue

상속: implements pocketmine\inventory\TransactionQueue
파일 보기 프로젝트 열기: iTXTech/Genisys

보호된 프로퍼티들

프로퍼티 타입 설명
$inventories pocketmine\inventory\Inventory[]
$lastUpdate float
$player pocketmine\Player[]
$transactionCount integer
$transactionQueue SplQueue
$transactionsToRetry SplQueue

공개 메소드들

메소드 설명
__construct ( Player $player = null )
addTransaction ( pocketmine\inventory\Transaction $transaction )
execute ( )
getInventories ( )
getPlayer ( ) : Player
getTransactionCount ( )
getTransactions ( )

메소드 상세

__construct() 공개 메소드

public __construct ( Player $player = null )
$player pocketmine\Player

addTransaction() 공개 메소드

public addTransaction ( pocketmine\inventory\Transaction $transaction )
$transaction pocketmine\inventory\Transaction

execute() 공개 메소드

public execute ( )

getInventories() 공개 메소드

public getInventories ( )

getPlayer() 공개 메소드

public getPlayer ( ) : Player
리턴 pocketmine\Player

getTransactionCount() 공개 메소드

public getTransactionCount ( )

getTransactions() 공개 메소드

public getTransactions ( )

프로퍼티 상세

$inventories 보호되어 있는 프로퍼티

protected Inventory[],pocketmine\inventory $inventories
리턴 pocketmine\inventory\Inventory[]

$lastUpdate 보호되어 있는 프로퍼티

protected float $lastUpdate
리턴 float

$player 보호되어 있는 프로퍼티

protected Player[],pocketmine $player
리턴 pocketmine\Player[]

$transactionCount 보호되어 있는 프로퍼티

protected int $transactionCount
리턴 integer

$transactionQueue 보호되어 있는 프로퍼티

protected SplQueue $transactionQueue
리턴 SplQueue

$transactionsToRetry 보호되어 있는 프로퍼티

protected SplQueue $transactionsToRetry
리턴 SplQueue