pocketmine\Player::clearCreativeItems PHP 메소드

clearCreativeItems() 공개 메소드

public clearCreativeItems ( )
    public function clearCreativeItems()
    {
        $this->personalCreativeItems = [];
    }
Player