mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
LiquidBucket: add getLiquid() (#3123)
This commit is contained in:
@ -74,4 +74,11 @@ class LiquidBucket extends Item{
|
||||
|
||||
return ItemUseResult::FAIL();
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Liquid
|
||||
*/
|
||||
public function getLiquid() : Liquid{
|
||||
return $this->liquid;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user