mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 16:51:42 +00:00
LiquidBucket: add getLiquid() (#3123)
This commit is contained in:
parent
b1de973d96
commit
37763685aa
@ -74,4 +74,11 @@ class LiquidBucket extends Item{
|
||||
|
||||
return ItemUseResult::FAIL();
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Liquid
|
||||
*/
|
||||
public function getLiquid() : Liquid{
|
||||
return $this->liquid;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user