mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-16 10:49:10 +00:00
Resolves #3918
This commit is contained in:
parent
1b6e8c14f0
commit
d538a254ee
@ -83,4 +83,11 @@ abstract class PlayerBucketEvent extends PlayerEvent implements Cancellable{
|
|||||||
public function getBlockClicked(){
|
public function getBlockClicked(){
|
||||||
return $this->blockClicked;
|
return $this->blockClicked;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
/**
|
||||||
|
* @return int
|
||||||
|
*/
|
||||||
|
public function getBlockFace(){
|
||||||
|
return $this->blockFace;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user