Implemented Vector3 List and AxisAlignedBB Pool to decrease object allocation

This commit is contained in:
Shoghi Cervantes
2014-10-27 15:39:20 +01:00
parent be948f99cc
commit 7abf52e615
39 changed files with 273 additions and 223 deletions

View File

@ -42,6 +42,9 @@ class InventoryTransactionEvent extends Event implements Cancellable{
$this->ts = $ts;
}
/**
* @return TransactionGroup
*/
public function getTransaction(){
return $this->ts;
}