mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Update ContainerInventory on Transaction refused
This commit is contained in:
@ -44,4 +44,9 @@ interface Transaction{
|
||||
* @return Item
|
||||
*/
|
||||
public function getTargetItem();
|
||||
|
||||
/**
|
||||
* @return float
|
||||
*/
|
||||
public function getCreationTime();
|
||||
}
|
Reference in New Issue
Block a user