mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Block: added a bunch of state manipulation APIs
This commit is contained in:
@ -47,4 +47,10 @@ class Bedrock extends Opaque{
|
||||
public function burnsForever() : bool{
|
||||
return $this->burnsForever;
|
||||
}
|
||||
|
||||
/** @return $this */
|
||||
public function setBurnsForever(bool $burnsForever) : self{
|
||||
$this->burnsForever = $burnsForever;
|
||||
return $this;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user