pocketmine\entity\AttributeMap::offsetUnset PHP Метод

offsetUnset() публичный Метод

public offsetUnset ( $offset )
    public function offsetUnset($offset)
    {
        throw new \RuntimeException("Could not unset an attribute from an attribute map");
    }