burnsForever = $stateMeta !== 0; } protected function writeStateToMeta() : int{ return $this->burnsForever ? 1 : 0; } public function getStateBitmask() : int{ return 0b1; } public function getHardness() : float{ return -1; } public function getBlastResistance() : float{ return 18000000; } public function isBreakable(Item $item) : bool{ return false; } public function burnsForever() : bool{ return $this->burnsForever; } }