mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Implemented Vector3 List and AxisAlignedBB Pool to decrease object allocation
This commit is contained in:
@ -42,6 +42,9 @@ class InventoryTransactionEvent extends Event implements Cancellable{
|
||||
$this->ts = $ts;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return TransactionGroup
|
||||
*/
|
||||
public function getTransaction(){
|
||||
return $this->ts;
|
||||
}
|
||||
|
Reference in New Issue
Block a user