LiquidBucket: add getLiquid() (#3123)

This commit is contained in:
Frago9876543210 2019-10-04 11:34:14 +03:00 committed by Dylan T
parent b1de973d96
commit 37763685aa

View File

@ -74,4 +74,11 @@ class LiquidBucket extends Item{
return ItemUseResult::FAIL();
}
/**
* @return Liquid
*/
public function getLiquid() : Liquid{
return $this->liquid;
}
}