This commit is contained in:
PEMapModder 2016-02-09 18:25:16 +08:00
parent 1b6e8c14f0
commit d538a254ee

View File

@ -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;
}
}