powered ? 1 : 0; } public function readStateFromData(int $id, int $stateMeta) : void{ $this->powered = $stateMeta !== 0; } public function getStateBitmask() : int{ return 0b1; } }