getName(), $block->getEnchantmentTags()); } protected function describeState(RuntimeDataDescriber $w) : void{ $this->block->describeBlockItemState($w); } public function getBlock(?int $clickedFace = null) : Block{ return clone $this->block; } public function getFuelTime() : int{ return $this->block->getFuelTime(); } public function isFireProof() : bool{ return $this->block->isFireProofAsItem(); } public function getMaxStackSize() : int{ return $this->block->getMaxStackSize(); } }