mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +00:00
Added Player death animations, improved spawning behavior to correct invisible players, fixed players getting stuck when dead, closes #2304
This commit is contained in:
@ -27,6 +27,10 @@ use pocketmine\nbt\NBT;
|
||||
|
||||
class Compound extends NamedTag implements \ArrayAccess{
|
||||
|
||||
/**
|
||||
* @param string $name
|
||||
* @param NamedTag[] $value
|
||||
*/
|
||||
public function __construct($name = "", $value = []){
|
||||
$this->name = $name;
|
||||
foreach($value as $tag){
|
||||
|
Reference in New Issue
Block a user