mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Resolves #3918
This commit is contained in:
@ -83,4 +83,11 @@ abstract class PlayerBucketEvent extends PlayerEvent implements Cancellable{
|
||||
public function getBlockClicked(){
|
||||
return $this->blockClicked;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @return int
|
||||
*/
|
||||
public function getBlockFace(){
|
||||
return $this->blockFace;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user