mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Added netherite blocks and items
This commit is contained in:
@ -63,6 +63,10 @@ final class ItemBlock extends Item{
|
||||
return $this->getBlock()->getFuelTime();
|
||||
}
|
||||
|
||||
public function isFireProof() : bool{
|
||||
return $this->getBlock()->isFireProofAsItem();
|
||||
}
|
||||
|
||||
public function getMaxStackSize() : int{
|
||||
return $this->getBlock()->getMaxStackSize();
|
||||
}
|
||||
|
Reference in New Issue
Block a user