mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +00:00
Use typed properties in block namespace
This commit is contained in:
@ -25,8 +25,7 @@ namespace pocketmine\block;
|
||||
|
||||
class Sponge extends Opaque{
|
||||
|
||||
/** @var bool */
|
||||
protected $wet = false;
|
||||
protected bool $wet = false;
|
||||
|
||||
protected function writeStateToMeta() : int{
|
||||
return $this->wet ? BlockLegacyMetadata::SPONGE_FLAG_WET : 0;
|
||||
|
Reference in New Issue
Block a user